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 class
BaseColorChooser
Dialog for selecting a color.class
FontChooser
A font selection dialog.class
PdfFontChooser
A PDF font selection dialog. -
Uses of DialogWithButtons in adams.gui.dialog
Subclasses of DialogWithButtons 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
ApprovalDialog
Ancestor for dialogs that offer approval/disapproval buttons, e.g., OK and Cancel (default).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. -
Uses of DialogWithButtons in adams.gui.flow
Subclasses of DialogWithButtons 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 DialogWithButtons in adams.gui.goe
Subclasses of DialogWithButtons 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 DialogWithButtons in adams.gui.selection
Subclasses of DialogWithButtons 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 DialogWithButtons in adams.gui.tools
Subclasses of DialogWithButtons 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. -
Uses of DialogWithButtons in adams.gui.visualization.image
Subclasses of DialogWithButtons in adams.gui.visualization.image Modifier and Type Class Description class
ColorPickerDialog
Color 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 class
Brightness.BrightnessDialog
Dialog 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 class
XYSequenceExportDialog
Export 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 class
TimeseriesExportDialog
Export dialog for timeseries.
-