Uses of Class
adams.gui.visualization.object.labelselector.AbstractLabelSelectorPanel
-
Packages that use AbstractLabelSelectorPanel Package Description adams.gui.visualization.object adams.gui.visualization.object.labelselector -
-
Uses of AbstractLabelSelectorPanel in adams.gui.visualization.object
Fields in adams.gui.visualization.object declared as AbstractLabelSelectorPanel Modifier and Type Field Description protected AbstractLabelSelectorPanelObjectAnnotationPanel. m_PanelLabelSelectorthe label selector panel.Methods in adams.gui.visualization.object that return AbstractLabelSelectorPanel Modifier and Type Method Description AbstractLabelSelectorPanelObjectAnnotationPanel. getLabelSelectorPanel()Returns the label selector panel.Methods in adams.gui.visualization.object with parameters of type AbstractLabelSelectorPanel Modifier and Type Method Description voidObjectAnnotationPanel. setLabelSelectorPanel(AbstractLabelSelectorPanel value)Sets the label selector panel. -
Uses of AbstractLabelSelectorPanel in adams.gui.visualization.object.labelselector
Subclasses of AbstractLabelSelectorPanel in adams.gui.visualization.object.labelselector Modifier and Type Class Description classButtonSelectorPanelDefault panel with labels and unset buttons.classButtonSelectorWithColorPanelDefault panel with labels (incl color hint) and unset buttons.classComboBoxSelectorPanelPanel with labels in combobox and unset buttons.Methods in adams.gui.visualization.object.labelselector that return AbstractLabelSelectorPanel Modifier and Type Method Description abstract AbstractLabelSelectorPanelAbstractLabelSelectorGenerator. generate(ObjectAnnotationPanel owner)Generates the panel.AbstractLabelSelectorPanelButtonSelectorGenerator. generate(ObjectAnnotationPanel owner)Generates the panel.AbstractLabelSelectorPanelButtonSelectorWithColorGenerator. generate(ObjectAnnotationPanel owner)Generates the panel.AbstractLabelSelectorPanelComboBoxSelectorGenerator. generate(ObjectAnnotationPanel owner)Generates the panel.AbstractLabelSelectorPanelNoPanelGenerator. generate(ObjectAnnotationPanel owner)Generates the panel.
-