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 GenericObjectEditorAbstractConfigurableExtensionFileFilterFileChooser. m_Editorthe GOE for displaying the options of a reader/writer.Methods in adams.gui.chooser that return GenericObjectEditor Modifier and Type Method Description protected GenericObjectEditorAbstractConfigurableExtensionFileFilterFileChooser. 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 GenericObjectEditorGenericObjectEditorPanel. m_Editorthe generic object editor.Methods in adams.gui.goe that return GenericObjectEditor Modifier and Type Method Description protected GenericObjectEditorGenericObjectEditorPanel. getEditor()Initializes the editor if necessary and returns it.GenericObjectEditorGenericObjectEditorDialog. getGOEEditor()Returns the underlying GOE editor.Methods in adams.gui.goe with parameters of type GenericObjectEditor Modifier and Type Method Description ObjectGenericObjectEditor.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 GenericObjectEditorJComponentWriterFileChooser. m_Editorthe 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 ObjectGenericObjectEditorResponseConnectionUpdater. 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 GenericObjectEditorAbstractSelectedSheetsDataPluginWithGOE. m_Editorthe GOE editor with the transformer.protected GenericObjectEditorAbstractSelectedSheetsViewPluginWithGOE. m_Editorthe 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 GenericObjectEditorAbstractSelectedImagesFilterWithGOE. m_Editorthe GOE editor with the transformer.protected GenericObjectEditorAbstractSelectedImagesViewerPluginWithGOE. m_Editorthe 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 GenericObjectEditorGenericObjectEditorPage. m_GOEthe GOE for displaying the parameters.
-