Uses of Class
adams.gui.goe.GenericArrayEditorDialog
-
Packages that use GenericArrayEditorDialog Package Description adams.flow.source adams.gui.goe adams.gui.tools -
-
Uses of GenericArrayEditorDialog in adams.flow.source
Fields in adams.flow.source declared as GenericArrayEditorDialog Modifier and Type Field Description protected GenericArrayEditorDialog
SelectObjects. m_Dialog
the dialog for selecting the objects. -
Uses of GenericArrayEditorDialog in adams.gui.goe
Fields in adams.gui.goe declared as GenericArrayEditorDialog Modifier and Type Field Description protected GenericArrayEditorDialog
GenericArrayEditorPanel. m_Dialog
the dialog for displaying the editor.Methods in adams.gui.goe that return GenericArrayEditorDialog Modifier and Type Method Description static GenericArrayEditorDialog
GenericArrayEditorDialog. createDialog(Container parent)
Creates a modal dialog for the parent.static GenericArrayEditorDialog
GenericArrayEditorDialog. createDialog(Container parent, Object value)
Creates a modal dialog for the parent with the provided editor and initial value. -
Uses of GenericArrayEditorDialog in adams.gui.tools
Fields in adams.gui.tools declared as GenericArrayEditorDialog Modifier and Type Field Description protected GenericArrayEditorDialog
FavoritesManagementPanel. m_GAEDialog
the generic array editor for manipulating the favorites.Methods in adams.gui.tools that return GenericArrayEditorDialog Modifier and Type Method Description protected GenericArrayEditorDialog
FavoritesManagementPanel. getGAEEditor()
Returns the GAE editor dialog to use.
-