Uses of Class
adams.gui.goe.GenericObjectEditor
-
-
Uses of GenericObjectEditor in adams.gui.chooser
Fields in adams.gui.chooser declared as GenericObjectEditor Modifier and Type Field Description protected GenericObjectEditor
AbstractConfigurableExtensionFileFilterFileChooser. m_Editor
the GOE for displaying the options of a reader/writer.Methods in adams.gui.chooser that return GenericObjectEditor Modifier and Type Method Description protected GenericObjectEditor
AbstractConfigurableExtensionFileFilterFileChooser. getEditor()
Returns the GOE, initializes it if necessary. -
Uses of GenericObjectEditor in adams.gui.goe
Fields in adams.gui.goe declared as GenericObjectEditor Modifier and Type Field Description protected GenericObjectEditor
GenericObjectEditorPanel. m_Editor
the generic object editor.Methods in adams.gui.goe that return GenericObjectEditor Modifier and Type Method Description protected GenericObjectEditor
GenericObjectEditorPanel. getEditor()
Initializes the editor if necessary and returns it.GenericObjectEditor
GenericObjectEditorDialog. getGOEEditor()
Returns the underlying GOE editor.Methods in adams.gui.goe with parameters of type GenericObjectEditor Modifier and Type Method Description Object
GenericObjectEditor.PostProcessObjectHandler. postProcessObject(GenericObjectEditor goe, Object o)
Gets called just before the object would be set, i.e., updating the UI. -
Uses of GenericObjectEditor in adams.gui.print
Fields in adams.gui.print declared as GenericObjectEditor Modifier and Type Field Description protected GenericObjectEditor
JComponentWriterFileChooser. m_Editor
the GOE for displaying the options of a reader/writer. -
Uses of GenericObjectEditor in adams.gui.tools.remotecontrolcenter.panels
Methods in adams.gui.tools.remotecontrolcenter.panels with parameters of type GenericObjectEditor Modifier and Type Method Description Object
GenericObjectEditorResponseConnectionUpdater. postProcessObject(GenericObjectEditor goe, Object o)
Gets called just before the object would be set, i.e., updating the UI. -
Uses of GenericObjectEditor in adams.gui.tools.spreadsheetviewer
Fields in adams.gui.tools.spreadsheetviewer declared as GenericObjectEditor Modifier and Type Field Description protected GenericObjectEditor
AbstractSelectedSheetsDataPluginWithGOE. m_Editor
the GOE editor with the transformer.protected GenericObjectEditor
AbstractSelectedSheetsViewPluginWithGOE. m_Editor
the GOE editor with the transformer. -
Uses of GenericObjectEditor in adams.gui.visualization.image.plugins
Fields in adams.gui.visualization.image.plugins declared as GenericObjectEditor Modifier and Type Field Description protected GenericObjectEditor
AbstractSelectedImagesFilterWithGOE. m_Editor
the GOE editor with the transformer.protected GenericObjectEditor
AbstractSelectedImagesViewerPluginWithGOE. m_Editor
the GOE editor with the transformer. -
Uses of GenericObjectEditor in adams.gui.wizard
Fields in adams.gui.wizard declared as GenericObjectEditor Modifier and Type Field Description protected GenericObjectEditor
GenericObjectEditorPage. m_GOE
the GOE for displaying the parameters.
-