Uses of Class
adams.gui.goe.GenericObjectEditorDialog
-
-
Uses of GenericObjectEditorDialog in adams.flow.execution.debug
Fields in adams.flow.execution.debug declared as GenericObjectEditorDialog Modifier and Type Field Description protected GenericObjectEditorDialog
BreakpointPanel. m_DialogGOE
the GOE for adding/editing breakpoints.Methods in adams.flow.execution.debug that return GenericObjectEditorDialog Modifier and Type Method Description protected GenericObjectEditorDialog
BreakpointPanel. getGOEDialog()
Returns the GOE dialog to use for adding/editing breakpoints. -
Uses of GenericObjectEditorDialog in adams.gui.flow
Fields in adams.gui.flow declared as GenericObjectEditorDialog Modifier and Type Field Description protected GenericObjectEditorDialog
FlowControlCenterPanel. m_GOEDialog
the GOE for editing the setups.Methods in adams.gui.flow that return GenericObjectEditorDialog Modifier and Type Method Description protected GenericObjectEditorDialog
FlowControlCenterPanel. getGOEDialog()
Initializes the GOE dialog if necessary and returns the instance. -
Uses of GenericObjectEditorDialog in adams.gui.flow.tree
Fields in adams.gui.flow.tree declared as GenericObjectEditorDialog Modifier and Type Field Description protected GenericObjectEditorDialog
TreeOperations. m_DialogProcessActors
the dialog for processing actors.Methods in adams.gui.flow.tree that return GenericObjectEditorDialog Modifier and Type Method Description GenericObjectEditorDialog
TreeOperations. getProcessActorsDialog(String title)
Returns the dialog for processing actors. -
Uses of GenericObjectEditorDialog in adams.gui.goe
Fields in adams.gui.goe declared as GenericObjectEditorDialog Modifier and Type Field Description protected GenericObjectEditorDialog
GenericArrayEditor. m_Dialog
The currently displayed property dialog, if any.protected GenericObjectEditorDialog
GenericObjectEditorPanel. m_Dialog
the dialog for displaying the editor.protected GenericObjectEditorDialog
PropertyPanel. m_Dialog
The currently displayed property dialog, if any.Methods in adams.gui.goe that return GenericObjectEditorDialog Modifier and Type Method Description static GenericObjectEditorDialog
GenericObjectEditorDialog. createDialog(Container parent)
Creates a modal dialog for the parent.static GenericObjectEditorDialog
GenericObjectEditorDialog. createDialog(Container parent, PropertyEditor editor)
Creates a modal dialog for the parent with the provided editor.static GenericObjectEditorDialog
GenericObjectEditorDialog. createDialog(Container parent, PropertyEditor editor, Object value)
Creates a modal dialog for the parent with the provided editor and initial value. -
Uses of GenericObjectEditorDialog in adams.gui.tools
Fields in adams.gui.tools declared as GenericObjectEditorDialog Modifier and Type Field Description protected GenericObjectEditorDialog
FavoritesManagementPanel. m_GOEDialog
the generic object editor for manipulating the favorites.protected GenericObjectEditorDialog
LogEntryDatabaseViewerPanel. m_OptionsDialog
the GOE dialog for the conditions.Methods in adams.gui.tools that return GenericObjectEditorDialog Modifier and Type Method Description protected GenericObjectEditorDialog
FavoritesManagementPanel. getGOEEditor()
Returns the GOE editor dialog to use. -
Uses of GenericObjectEditorDialog in adams.gui.tools.spreadsheetviewer.menu
Methods in adams.gui.tools.spreadsheetviewer.menu that return GenericObjectEditorDialog Modifier and Type Method Description protected GenericObjectEditorDialog
DataChart. createDialog()
Creates a new dialog.protected GenericObjectEditorDialog
DataConvert. createDialog()
Creates a new dialog.protected GenericObjectEditorDialog
DataFilterColumns. createDialog()
Creates a new dialog.protected GenericObjectEditorDialog
DataFilterRows. createDialog()
Creates a new dialog.protected GenericObjectEditorDialog
DataTransform. createDialog()
Creates a new dialog.protected GenericObjectEditorDialog
EditPasteAsNew. createDialog()
Creates a new dialog. -
Uses of GenericObjectEditorDialog in adams.gui.tools.wekainvestigator.source
Methods in adams.gui.tools.wekainvestigator.source that return GenericObjectEditorDialog Modifier and Type Method Description protected GenericObjectEditorDialog
Clipboard. createDialog()
Creates a new dialog. -
Uses of GenericObjectEditorDialog in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as GenericObjectEditorDialog Modifier and Type Field Description protected GenericObjectEditorDialog
ImagePanel.PaintPanel. m_GOEImageOverlay
the GOE for adding an image overlay. -
Uses of GenericObjectEditorDialog in adams.gui.visualization.instance
Subclasses of GenericObjectEditorDialog in adams.gui.visualization.instance Modifier and Type Class Description static class
HistogramFactory.SetupDialog
A dialog that queries the user about parameters for displaying histograms.Fields in adams.gui.visualization.instance declared as GenericObjectEditorDialog Modifier and Type Field Description protected GenericObjectEditorDialog
InstanceExplorer. m_DialogColorProvider
the dialog for selecting the color provider.protected GenericObjectEditorDialog
InstanceExplorer. m_DialogPaintlet
the dialog for selecting the paintlet. -
Uses of GenericObjectEditorDialog in adams.gui.visualization.spreadsheet
Subclasses of GenericObjectEditorDialog in adams.gui.visualization.spreadsheet Modifier and Type Class Description static class
HistogramFactory.SetupDialog
A dialog that queries the user about parameters for displaying histograms.Fields in adams.gui.visualization.spreadsheet declared as GenericObjectEditorDialog Modifier and Type Field Description protected GenericObjectEditorDialog
SpreadSheetExplorer. m_DialogColorProvider
the dialog for selecting the color provider.protected GenericObjectEditorDialog
SpreadSheetExplorer. m_DialogPaintlet
the dialog for selecting the paintlet. -
Uses of GenericObjectEditorDialog in adams.gui.visualization.statistics
Subclasses of GenericObjectEditorDialog in adams.gui.visualization.statistics Modifier and Type Class Description static class
HistogramFactory.SetupDialog
A dialog that queries the user about parameters for displaying histograms. -
Uses of GenericObjectEditorDialog in adams.gui.visualization.timeseries
Fields in adams.gui.visualization.timeseries declared as GenericObjectEditorDialog Modifier and Type Field Description protected GenericObjectEditorDialog
TimeseriesExplorer. m_DialogColorProvider
the dialog for selecting the color provider.protected GenericObjectEditorDialog
TimeseriesExplorer. m_DialogPaintlet
the dialog for selecting the paintlet.
-