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 ApprovalDialog
WekaSelectObjects. m_Dialog
the dialog for selecting the objects. -
Uses of ApprovalDialog in adams.gui.chooser
Subclasses of ApprovalDialog in adams.gui.chooser Modifier and Type Class Description class
BaseColorChooser
Dialog for selecting a color. -
Uses of ApprovalDialog in adams.gui.dialog
Subclasses of ApprovalDialog in adams.gui.dialog Modifier and Type Class Description class
AbstractDirectoryExportDialog<T>
Ancestor for export dialogs that export into directories rather than specific file.class
AbstractFileExportDialog<T>
Ancestor for file export dialogs.class
AbstractFileImportDialog<T>
Ancestor for file import dialogs.class
AbstractReplaceDialog<T>
A dialog that allows the user to select a field to find and replace with another one.class
MultiSpreadSheetDialog
Dialog for displaying multiple spreadsheets in a multi-page pane.class
PasswordDialog
Simple dialog for entering a password.class
PropertiesParameterDialog
Dialog for displaying aPropertiesParameterPanel
.class
ReplaceFieldDialog
A dialog that allows the user to select a field to find and replace with another one.class
SpreadSheetDialog
Dialog for displaying a spreadsheet.class
SpreadSheetQueryDialog
Dialog for displaying a spreadsheet query editor.class
SqlQueryDialog
Dialog for running a SQL query.class
SQLStatementDialog
Dialog for displaying an SQL statement editor.Methods in adams.gui.dialog that return ApprovalDialog Modifier and Type Method Description static ApprovalDialog
ApprovalDialog. getConfirmationDialog(Dialog owner)
Returns a basic (modal) confirmation dialog (yes/no/cancel).static ApprovalDialog
ApprovalDialog. getConfirmationDialog(Dialog owner, Dialog.ModalityType modal)
Returns a basic confirmation dialog (yes/no/cancel).static ApprovalDialog
ApprovalDialog. getConfirmationDialog(Frame owner)
Returns a basic (modal) confirmation dialog (yes/no/cancel).static ApprovalDialog
ApprovalDialog. getConfirmationDialog(Frame owner, boolean modal)
Returns a basic confirmation dialog (yes/no/cancel).static ApprovalDialog
ApprovalDialog. getDialog(Dialog owner)
Returns a basic (modal) approval dialog (ok/cancel).static ApprovalDialog
ApprovalDialog. getDialog(Dialog owner, Dialog.ModalityType modal)
Returns a basic approval dialog (ok/cancel).static ApprovalDialog
ApprovalDialog. getDialog(Frame owner)
Returns a basic (modal) approval dialog (ok/cancel).static ApprovalDialog
ApprovalDialog. getDialog(Frame owner, boolean modal)
Returns a basic (modal) approval dialog (ok/cancel).static ApprovalDialog
ApprovalDialog. getInformationDialog(Dialog owner)
Returns a basic (modal) info dialog (ok).static ApprovalDialog
ApprovalDialog. getInformationDialog(Dialog owner, Dialog.ModalityType modal)
Returns a basic info dialog (ok).static ApprovalDialog
ApprovalDialog. getInformationDialog(Frame owner)
Returns a basic (modal) info dialog (ok).static ApprovalDialog
ApprovalDialog. 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 class
ExportDialog
A dialog for exporting a flow into various formats.class
ImportDialog
A 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 class
MultiLineValueDialog
Dialog 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 class
AbstractDatabaseSelectionDialog<T,P extends AbstractDatabaseSelectionPanel>
Abstract ancestor for dialogs that allow the selection of items from a table, using a database as backend.class
AbstractSelectDatabaseFieldDialog<T extends AbstractField>
Dialog for selecting fields (obtained from a database).class
AbstractSelectionDialog<T,P extends AbstractSelectionPanel>
Abstract ancestor for dialogs that allow the selection of items.class
AbstractTableBasedSelectionDialog<T,P extends AbstractTableBasedSelectionPanel>
Abstract ancestor for dialogs that allow the selection of items from a table.class
SelectEmailAddressDialog
Dialog for selecting email addresses.class
SelectFieldDialog
Dialog 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 class
DiffPanel.LoadDialog
Dialog for selecting the two files for comparison.static class
ExpressionWatchPanel.ExpressionDialog
Helper dialog for adding a new expression.Fields in adams.gui.tools declared as ApprovalDialog Modifier and Type Field Description protected ApprovalDialog
AbstractManagementPanelWithSelectableDatabase. m_DialogDatabase
the 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 ApprovalDialog
AbstractSelectedSheetsDataPlugin. createDialog()
Creates the dialog to display.protected ApprovalDialog
AbstractSelectedSheetsViewPlugin. createDialog()
Creates the dialog to display.Methods in adams.gui.tools.spreadsheetviewer with parameters of type ApprovalDialog Modifier and Type Method Description protected abstract JPanel
AbstractSelectedSheetsDataPlugin. createConfigurationPanel(ApprovalDialog dialog)
Creates the panel with the configuration (return null to suppress display).protected JPanel
AbstractSelectedSheetsDataPluginWithGOE. createConfigurationPanel(ApprovalDialog dialog)
Creates the panel with the configuration (return null to suppress display).protected abstract JPanel
AbstractSelectedSheetsViewPlugin. createConfigurationPanel(ApprovalDialog dialog)
Creates the panel with the configuration (return null to suppress display).protected JPanel
AbstractSelectedSheetsViewPluginWithGOE. createConfigurationPanel(ApprovalDialog dialog)
Creates the panel with the configuration (return null to suppress display).protected JPanel
Append. createConfigurationPanel(ApprovalDialog dialog)
Creates the panel with the configuration (return null to suppress display).protected JPanel
AbstractSelectedSheetsDataPlugin. createListPanel(ApprovalDialog dialog)
Creates the panel containing the list of all images.protected JPanel
AbstractSelectedSheetsViewPlugin. 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 ApprovalDialog
SaveIndexedSplitsRuns. m_Dialog
the dialog for exporting. -
Uses of ApprovalDialog in adams.gui.visualization.image
Subclasses of ApprovalDialog in adams.gui.visualization.image Modifier and Type Class Description class
ColorPickerDialog
Color 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 ApprovalDialog
AbstractSelectedImagesViewerPlugin. createDialog()
Creates the dialog to display.Methods in adams.gui.visualization.image.plugins with parameters of type ApprovalDialog Modifier and Type Method Description protected JPanel
AbstractSelectedImagesFilterWithGOE. createConfigurationPanel(ApprovalDialog dialog)
Creates the panel with the configuration (return null to suppress display).protected abstract JPanel
AbstractSelectedImagesViewerPlugin. createConfigurationPanel(ApprovalDialog dialog)
Creates the panel with the configuration (return null to suppress display).protected JPanel
AbstractSelectedImagesViewerPluginWithGOE. createConfigurationPanel(ApprovalDialog dialog)
Creates the panel with the configuration (return null to suppress display).protected JPanel
AbstractSelectedImagesViewerPlugin. 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 class
XYSequenceExportDialog
Export 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 class
TimeseriesExportDialog
Export dialog for timeseries.
-