Uses of Class
adams.gui.selection.SelectFieldPanel
-
Packages that use SelectFieldPanel Package Description adams.gui.goe adams.gui.selection -
-
Uses of SelectFieldPanel in adams.gui.goe
Fields in adams.gui.goe declared as SelectFieldPanel Modifier and Type Field Description protected SelectFieldPanel
FieldEditor. m_SelectFieldPanel
The panel used for selecting fields. -
Uses of SelectFieldPanel in adams.gui.selection
Fields in adams.gui.selection declared as SelectFieldPanel Modifier and Type Field Description protected SelectFieldPanel
SelectFieldDialog. m_Panel
the selection panel.Methods in adams.gui.selection that return SelectFieldPanel Modifier and Type Method Description protected SelectFieldPanel
SelectFieldDialog. newPanel()
Returns a new instance of the panel to use in the GUI.
-