Uses of Class
adams.gui.dialog.ApprovalDialog
-
-
Uses of ApprovalDialog in adams.flow.source
Fields in adams.flow.source declared as ApprovalDialog Modifier and Type Field Description protected ApprovalDialogWekaSelectObjects. m_Dialogthe dialog for selecting the objects. -
Uses of ApprovalDialog in adams.gui.chooser
Subclasses of ApprovalDialog in adams.gui.chooser Modifier and Type Class Description classBaseColorChooserDialog for selecting a color. -
Uses of ApprovalDialog in adams.gui.dialog
Subclasses of ApprovalDialog in adams.gui.dialog Modifier and Type Class Description classAbstractDirectoryExportDialog<T>Ancestor for export dialogs that export into directories rather than specific file.classAbstractFileExportDialog<T>Ancestor for file export dialogs.classAbstractFileImportDialog<T>Ancestor for file import dialogs.classAbstractReplaceDialog<T>A dialog that allows the user to select a field to find and replace with another one.classMultiSpreadSheetDialogDialog for displaying multiple spreadsheets in a multi-page pane.classPasswordDialogSimple dialog for entering a password.classPropertiesParameterDialogDialog for displaying aPropertiesParameterPanel.classReplaceFieldDialogA dialog that allows the user to select a field to find and replace with another one.classSpreadSheetDialogDialog for displaying a spreadsheet.classSpreadSheetQueryDialogDialog for displaying a spreadsheet query editor.classSqlQueryDialogDialog for running a SQL query.classSQLStatementDialogDialog for displaying an SQL statement editor.Methods in adams.gui.dialog that return ApprovalDialog Modifier and Type Method Description static ApprovalDialogApprovalDialog. getConfirmationDialog(Dialog owner)Returns a basic (modal) confirmation dialog (yes/no/cancel).static ApprovalDialogApprovalDialog. getConfirmationDialog(Dialog owner, Dialog.ModalityType modal)Returns a basic confirmation dialog (yes/no/cancel).static ApprovalDialogApprovalDialog. getConfirmationDialog(Frame owner)Returns a basic (modal) confirmation dialog (yes/no/cancel).static ApprovalDialogApprovalDialog. getConfirmationDialog(Frame owner, boolean modal)Returns a basic confirmation dialog (yes/no/cancel).static ApprovalDialogApprovalDialog. getDialog(Dialog owner)Returns a basic (modal) approval dialog (ok/cancel).static ApprovalDialogApprovalDialog. getDialog(Dialog owner, Dialog.ModalityType modal)Returns a basic approval dialog (ok/cancel).static ApprovalDialogApprovalDialog. getDialog(Frame owner)Returns a basic (modal) approval dialog (ok/cancel).static ApprovalDialogApprovalDialog. getDialog(Frame owner, boolean modal)Returns a basic (modal) approval dialog (ok/cancel).static ApprovalDialogApprovalDialog. getInformationDialog(Dialog owner)Returns a basic (modal) info dialog (ok).static ApprovalDialogApprovalDialog. getInformationDialog(Dialog owner, Dialog.ModalityType modal)Returns a basic info dialog (ok).static ApprovalDialogApprovalDialog. getInformationDialog(Frame owner)Returns a basic (modal) info dialog (ok).static ApprovalDialogApprovalDialog. getInformationDialog(Frame owner, boolean modal)Returns a basic info dialog (ok). -
Uses of ApprovalDialog in adams.gui.flow
Subclasses of ApprovalDialog in adams.gui.flow Modifier and Type Class Description classExportDialogA dialog for exporting a flow into various formats.classImportDialogA dialog for importing a flow from various formats. -
Uses of ApprovalDialog in adams.gui.goe
Subclasses of ApprovalDialog in adams.gui.goe Modifier and Type Class Description classMultiLineValueDialogDialog for entering multiple values (one per line) for MultiSelectionEditor editors that can parse objects from text. -
Uses of ApprovalDialog in adams.gui.selection
Subclasses of ApprovalDialog in adams.gui.selection Modifier and Type Class Description classAbstractDatabaseSelectionDialog<T,P extends AbstractDatabaseSelectionPanel>Abstract ancestor for dialogs that allow the selection of items from a table, using a database as backend.classAbstractSelectDatabaseFieldDialog<T extends AbstractField>Dialog for selecting fields (obtained from a database).classAbstractSelectionDialog<T,P extends AbstractSelectionPanel>Abstract ancestor for dialogs that allow the selection of items.classAbstractTableBasedSelectionDialog<T,P extends AbstractTableBasedSelectionPanel>Abstract ancestor for dialogs that allow the selection of items from a table.classSelectEmailAddressDialogDialog for selecting email addresses.classSelectFieldDialogDialog for selecting fields (obtained from a database). -
Uses of ApprovalDialog in adams.gui.tools
Subclasses of ApprovalDialog in adams.gui.tools Modifier and Type Class Description static classDiffPanel.LoadDialogDialog for selecting the two files for comparison.static classExpressionWatchPanel.ExpressionDialogHelper dialog for adding a new expression.Fields in adams.gui.tools declared as ApprovalDialog Modifier and Type Field Description protected ApprovalDialogAbstractManagementPanelWithSelectableDatabase. m_DialogDatabasethe dialog for selecting a database. -
Uses of ApprovalDialog in adams.gui.tools.spreadsheetviewer
Methods in adams.gui.tools.spreadsheetviewer that return ApprovalDialog Modifier and Type Method Description protected ApprovalDialogAbstractSelectedSheetsDataPlugin. createDialog()Creates the dialog to display.protected ApprovalDialogAbstractSelectedSheetsViewPlugin. createDialog()Creates the dialog to display.Methods in adams.gui.tools.spreadsheetviewer with parameters of type ApprovalDialog Modifier and Type Method Description protected abstract JPanelAbstractSelectedSheetsDataPlugin. createConfigurationPanel(ApprovalDialog dialog)Creates the panel with the configuration (return null to suppress display).protected JPanelAbstractSelectedSheetsDataPluginWithGOE. createConfigurationPanel(ApprovalDialog dialog)Creates the panel with the configuration (return null to suppress display).protected abstract JPanelAbstractSelectedSheetsViewPlugin. createConfigurationPanel(ApprovalDialog dialog)Creates the panel with the configuration (return null to suppress display).protected JPanelAbstractSelectedSheetsViewPluginWithGOE. createConfigurationPanel(ApprovalDialog dialog)Creates the panel with the configuration (return null to suppress display).protected JPanelAppend. createConfigurationPanel(ApprovalDialog dialog)Creates the panel with the configuration (return null to suppress display).protected JPanelAbstractSelectedSheetsDataPlugin. createListPanel(ApprovalDialog dialog)Creates the panel containing the list of all images.protected JPanelAbstractSelectedSheetsViewPlugin. createListPanel(ApprovalDialog dialog)Creates the panel containing the list of all images. -
Uses of ApprovalDialog in adams.gui.tools.wekainvestigator.datatable.action
Fields in adams.gui.tools.wekainvestigator.datatable.action declared as ApprovalDialog Modifier and Type Field Description protected ApprovalDialogSaveIndexedSplitsRuns. m_Dialogthe dialog for exporting. -
Uses of ApprovalDialog in adams.gui.visualization.image
Subclasses of ApprovalDialog in adams.gui.visualization.image Modifier and Type Class Description classColorPickerDialogColor picker dialog. -
Uses of ApprovalDialog in adams.gui.visualization.image.plugins
Methods in adams.gui.visualization.image.plugins that return ApprovalDialog Modifier and Type Method Description protected ApprovalDialogAbstractSelectedImagesViewerPlugin. createDialog()Creates the dialog to display.Methods in adams.gui.visualization.image.plugins with parameters of type ApprovalDialog Modifier and Type Method Description protected JPanelAbstractSelectedImagesFilterWithGOE. createConfigurationPanel(ApprovalDialog dialog)Creates the panel with the configuration (return null to suppress display).protected abstract JPanelAbstractSelectedImagesViewerPlugin. createConfigurationPanel(ApprovalDialog dialog)Creates the panel with the configuration (return null to suppress display).protected JPanelAbstractSelectedImagesViewerPluginWithGOE. createConfigurationPanel(ApprovalDialog dialog)Creates the panel with the configuration (return null to suppress display).protected JPanelAbstractSelectedImagesViewerPlugin. createListPanel(ApprovalDialog dialog)Creates the panel containing the list of all images. -
Uses of ApprovalDialog in adams.gui.visualization.sequence
Subclasses of ApprovalDialog in adams.gui.visualization.sequence Modifier and Type Class Description classXYSequenceExportDialogExport dialog for XY sequences. -
Uses of ApprovalDialog in adams.gui.visualization.timeseries
Subclasses of ApprovalDialog in adams.gui.visualization.timeseries Modifier and Type Class Description classTimeseriesExportDialogExport dialog for timeseries.
-