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 GenericObjectEditorDialogBreakpointPanel. m_DialogGOEthe GOE for adding/editing breakpoints.Methods in adams.flow.execution.debug that return GenericObjectEditorDialog Modifier and Type Method Description protected GenericObjectEditorDialogBreakpointPanel. 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 GenericObjectEditorDialogFlowControlCenterPanel. m_GOEDialogthe GOE for editing the setups.Methods in adams.gui.flow that return GenericObjectEditorDialog Modifier and Type Method Description protected GenericObjectEditorDialogFlowControlCenterPanel. 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 GenericObjectEditorDialogTreeOperations. m_DialogProcessActorsthe dialog for processing actors.Methods in adams.gui.flow.tree that return GenericObjectEditorDialog Modifier and Type Method Description GenericObjectEditorDialogTreeOperations. 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 GenericObjectEditorDialogGenericArrayEditor. m_DialogThe currently displayed property dialog, if any.protected GenericObjectEditorDialogGenericObjectEditorPanel. m_Dialogthe dialog for displaying the editor.protected GenericObjectEditorDialogPropertyPanel. m_DialogThe currently displayed property dialog, if any.Methods in adams.gui.goe that return GenericObjectEditorDialog Modifier and Type Method Description static GenericObjectEditorDialogGenericObjectEditorDialog. createDialog(Container parent)Creates a modal dialog for the parent.static GenericObjectEditorDialogGenericObjectEditorDialog. createDialog(Container parent, PropertyEditor editor)Creates a modal dialog for the parent with the provided editor.static GenericObjectEditorDialogGenericObjectEditorDialog. 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 GenericObjectEditorDialogFavoritesManagementPanel. m_GOEDialogthe generic object editor for manipulating the favorites.protected GenericObjectEditorDialogLogEntryDatabaseViewerPanel. m_OptionsDialogthe GOE dialog for the conditions.Methods in adams.gui.tools that return GenericObjectEditorDialog Modifier and Type Method Description protected GenericObjectEditorDialogFavoritesManagementPanel. 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 GenericObjectEditorDialogDataChart. createDialog()Creates a new dialog.protected GenericObjectEditorDialogDataConvert. createDialog()Creates a new dialog.protected GenericObjectEditorDialogDataFilterColumns. createDialog()Creates a new dialog.protected GenericObjectEditorDialogDataFilterRows. createDialog()Creates a new dialog.protected GenericObjectEditorDialogDataTransform. createDialog()Creates a new dialog.protected GenericObjectEditorDialogEditPasteAsNew. 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 GenericObjectEditorDialogClipboard. 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 GenericObjectEditorDialogImagePanel.PaintPanel. m_GOEImageOverlaythe 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 classHistogramFactory.SetupDialogA 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 GenericObjectEditorDialogInstanceExplorer. m_DialogColorProviderthe dialog for selecting the color provider.protected GenericObjectEditorDialogInstanceExplorer. m_DialogPaintletthe 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 classHistogramFactory.SetupDialogA 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 GenericObjectEditorDialogSpreadSheetExplorer. m_DialogColorProviderthe dialog for selecting the color provider.protected GenericObjectEditorDialogSpreadSheetExplorer. m_DialogPaintletthe 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 classHistogramFactory.SetupDialogA 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 GenericObjectEditorDialogTimeseriesExplorer. m_DialogColorProviderthe dialog for selecting the color provider.protected GenericObjectEditorDialogTimeseriesExplorer. m_DialogPaintletthe dialog for selecting the paintlet.
-