Uses of Class
adams.gui.core.BaseScrollPane
-
-
Uses of BaseScrollPane in adams.gui.core
Fields in adams.gui.core declared as BaseScrollPane Modifier and Type Field Description protected BaseScrollPaneAbstractComponentWithButtons. m_ScrollPanethe scroll pane, if in use.protected BaseScrollPaneBaseTextPaneWithWordWrap. m_ScrollPanethe scroll pane.protected BaseScrollPaneDescriptionPanel. m_ScrollPaneDescriptionthe 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 BaseScrollPaneDisplayEmailPanel. m_ScrollPaneAttachmentsthe attachmentss scroll pane.protected BaseScrollPaneDisplayEmailPanel. m_ScrollPaneRecipientsthe recipients scroll pane. -
Uses of BaseScrollPane in adams.gui.flow
Fields in adams.gui.flow declared as BaseScrollPane Modifier and Type Field Description protected BaseScrollPaneFlowRunnerPanel. m_ParameterScrollPanethe 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 BaseScrollPaneGenericObjectEditorClassTreePanel. m_ScrollPaneThe scroll pane.Methods in adams.gui.goe that return BaseScrollPane Modifier and Type Method Description BaseScrollPaneGenericObjectEditorClassTreePanel. 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 BaseScrollPaneSideBySideDiffPanel. m_ScrollPaneLeftthe scroll pane for the left content.protected BaseScrollPaneSideBySideDiffPanel. m_ScrollPaneRightthe 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 BaseScrollPaneImagePanel. m_ScrollPanethe JScrollPane that embeds the paint panel.protected BaseScrollPaneImagePanel. m_ScrollPanePropertiesthe scrollpane for the properties.Methods in adams.gui.visualization.image that return BaseScrollPane Modifier and Type Method Description BaseScrollPaneImagePanel. getPropertiesScrollPane()Returns the underlying table for the properties.BaseScrollPaneImagePanel. 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 BaseScrollPaneObjectAnnotationPanel. m_ScrollPanethe JScrollPane that embeds the paint panel.Methods in adams.gui.visualization.object that return BaseScrollPane Modifier and Type Method Description BaseScrollPaneObjectAnnotationPanel. 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 BaseScrollPaneSegmentationPanel. m_ScrollPanethe JScrollPane that embeds the canvas panel.Methods in adams.gui.visualization.segmentation that return BaseScrollPane Modifier and Type Method Description BaseScrollPaneSegmentationPanel. 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 BaseScrollPaneAbstractWizardPage. m_ScrollPaneDescriptionthe scroll pane for the description.protected BaseScrollPaneWizardPane. m_ScrollPaneNamesthe scrollpane for the names list.
-