Uses of Class
adams.gui.core.BaseScrollPane
-
-
Uses of BaseScrollPane in adams.gui.application
Fields in adams.gui.application declared as BaseScrollPane Modifier and Type Field Description protected BaseScrollPane
AboutBoxPanel. m_ScrollPane
the scroll pane for the modules. -
Uses of BaseScrollPane in adams.gui.core
Fields in adams.gui.core declared as BaseScrollPane Modifier and Type Field Description protected BaseScrollPane
AbstractComponentWithButtons. m_ScrollPane
the scroll pane, if in use.protected BaseScrollPane
BaseTextPaneWithWordWrap. m_ScrollPane
the scroll pane.protected BaseScrollPane
DescriptionPanel. m_ScrollPaneDescription
the scroll pane for the description. -
Uses of BaseScrollPane in adams.gui.dialog
Fields in adams.gui.dialog declared as BaseScrollPane Modifier and Type Field Description protected BaseScrollPane
DisplayEmailPanel. m_ScrollPaneAttachments
the attachmentss scroll pane.protected BaseScrollPane
DisplayEmailPanel. m_ScrollPaneRecipients
the recipients scroll pane. -
Uses of BaseScrollPane in adams.gui.flow
Fields in adams.gui.flow declared as BaseScrollPane Modifier and Type Field Description protected BaseScrollPane
FlowRunnerPanel. m_ParameterScrollPane
the scroll pane for the parameters. -
Uses of BaseScrollPane in adams.gui.goe
Fields in adams.gui.goe declared as BaseScrollPane Modifier and Type Field Description protected BaseScrollPane
GenericObjectEditorClassTreePanel. m_ScrollPane
The scroll pane.Methods in adams.gui.goe that return BaseScrollPane Modifier and Type Method Description BaseScrollPane
GenericObjectEditorClassTreePanel. getScrollPane()
Returns the scroll pane. -
Uses of BaseScrollPane in adams.gui.visualization.debug
Fields in adams.gui.visualization.debug declared as BaseScrollPane Modifier and Type Field Description protected BaseScrollPane
SideBySideDiffPanel. m_ScrollPaneLeft
the scroll pane for the left content.protected BaseScrollPane
SideBySideDiffPanel. m_ScrollPaneRight
the scroll pane for the right content. -
Uses of BaseScrollPane in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as BaseScrollPane Modifier and Type Field Description protected BaseScrollPane
ImagePanel. m_ScrollPane
the JScrollPane that embeds the paint panel.protected BaseScrollPane
ImagePanel. m_ScrollPaneProperties
the scrollpane for the properties.Methods in adams.gui.visualization.image that return BaseScrollPane Modifier and Type Method Description BaseScrollPane
ImagePanel. getPropertiesScrollPane()
Returns the underlying table for the properties.BaseScrollPane
ImagePanel. getScrollPane()
Returns the BaseScrollPane that embeds the paint panel. -
Uses of BaseScrollPane in adams.gui.visualization.object
Fields in adams.gui.visualization.object declared as BaseScrollPane Modifier and Type Field Description protected BaseScrollPane
ObjectAnnotationPanel. m_ScrollPane
the JScrollPane that embeds the paint panel.Methods in adams.gui.visualization.object that return BaseScrollPane Modifier and Type Method Description BaseScrollPane
ObjectAnnotationPanel. getScrollPane()
Returns the scrollpane. -
Uses of BaseScrollPane in adams.gui.visualization.segmentation
Fields in adams.gui.visualization.segmentation declared as BaseScrollPane Modifier and Type Field Description protected BaseScrollPane
SegmentationPanel. m_ScrollPane
the JScrollPane that embeds the canvas panel.Methods in adams.gui.visualization.segmentation that return BaseScrollPane Modifier and Type Method Description BaseScrollPane
SegmentationPanel. getScrollPane()
Returns the scrollpane. -
Uses of BaseScrollPane in adams.gui.wizard
Fields in adams.gui.wizard declared as BaseScrollPane Modifier and Type Field Description protected BaseScrollPane
AbstractWizardPage. m_ScrollPaneDescription
the scroll pane for the description.protected BaseScrollPane
WizardPane. m_ScrollPaneNames
the scrollpane for the names list.
-