Uses of Class
adams.gui.dialog.DialogWithButtons
-
-
Uses of DialogWithButtons in adams.gui.chooser
Subclasses of DialogWithButtons in adams.gui.chooser Modifier and Type Class Description classBaseColorChooserDialog for selecting a color.classFontChooserA font selection dialog.classPdfFontChooserA PDF font selection dialog. -
Uses of DialogWithButtons in adams.gui.dialog
Subclasses of DialogWithButtons 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.classApprovalDialogAncestor for dialogs that offer approval/disapproval buttons, e.g., OK and Cancel (default).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. -
Uses of DialogWithButtons in adams.gui.flow
Subclasses of DialogWithButtons 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 DialogWithButtons in adams.gui.goe
Subclasses of DialogWithButtons 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 DialogWithButtons in adams.gui.selection
Subclasses of DialogWithButtons 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 DialogWithButtons in adams.gui.tools
Subclasses of DialogWithButtons 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. -
Uses of DialogWithButtons in adams.gui.visualization.image
Subclasses of DialogWithButtons in adams.gui.visualization.image Modifier and Type Class Description classColorPickerDialogColor picker dialog. -
Uses of DialogWithButtons in adams.gui.visualization.image.plugins
Subclasses of DialogWithButtons in adams.gui.visualization.image.plugins Modifier and Type Class Description static classBrightness.BrightnessDialogDialog that allows user to change brightness of image (and preview it). -
Uses of DialogWithButtons in adams.gui.visualization.sequence
Subclasses of DialogWithButtons in adams.gui.visualization.sequence Modifier and Type Class Description classXYSequenceExportDialogExport dialog for XY sequences. -
Uses of DialogWithButtons in adams.gui.visualization.timeseries
Subclasses of DialogWithButtons in adams.gui.visualization.timeseries Modifier and Type Class Description classTimeseriesExportDialogExport dialog for timeseries.
-