Uses of Class
adams.gui.core.BaseDialog
-
-
Uses of BaseDialog in adams.flow.control
Methods in adams.flow.control that return BaseDialog Modifier and Type Method Description protected BaseDialog
Inspect. doCreateDialog(BasePanel panel)
Creates the actual dialog. -
Uses of BaseDialog in adams.flow.sink
Fields in adams.flow.sink with type parameters of type BaseDialog Modifier and Type Field Description protected ArrayList<BaseDialog>
LogViewer. m_Dialogs
the dialogs displayed so far. -
Uses of BaseDialog in adams.flow.sink.logview
Methods in adams.flow.sink.logview that return BaseDialog Modifier and Type Method Description BaseDialog
AbstractLogEntryDialog. create(LogViewer parent, LogEntry entry)
Displays the dialog with the given entry.protected abstract BaseDialog
AbstractLogEntryDialog. createDialog(LogEntry entry)
Creates the dialog.protected BaseDialog
DefaultLogEntryDialog. createDialog(LogEntry entry)
Creates the dialog. -
Uses of BaseDialog in adams.flow.transformer
Fields in adams.flow.transformer declared as BaseDialog Modifier and Type Field Description protected BaseDialog
AbstractInteractiveTransformerDialog. m_Dialog
the dialog that's being displayed.Methods in adams.flow.transformer that return BaseDialog Modifier and Type Method Description protected BaseDialog
AbstractInteractiveTransformerDialog. createDialog(BasePanel panel)
Creates and initializes a dialog with the just created panel.protected BaseDialog
AbstractInteractiveTransformerDialog. doCreateDialog(BasePanel panel)
Creates the actual dialog.protected BaseDialog
SpreadSheetCellSelector. doCreateDialog(BasePanel panel)
Creates the actual dialog.BaseDialog
AbstractInteractiveTransformerDialog. getDialog()
Returns the dialog.Methods in adams.flow.transformer with parameters of type BaseDialog Modifier and Type Method Description protected void
AbstractInteractiveTransformerDialog. postCreateDialog(BaseDialog dialog, BasePanel panel)
Hook method after the dialog got created.protected void
CompareObjectLocations. postCreateDialog(BaseDialog dialog, BasePanel panel)
Hook method after the dialog got created.protected void
ImageAnnotator. postCreateDialog(BaseDialog dialog, BasePanel panel)
Hook method after the dialog got created.protected void
ImageLabeler. postCreateDialog(BaseDialog dialog, BasePanel panel)
Hook method after the dialog got created.protected void
ImageObjectAnnotator. postCreateDialog(BaseDialog dialog, BasePanel panel)
Hook method after the dialog got created.protected void
ImageSegmentationAnnotator. postCreateDialog(BaseDialog dialog, BasePanel panel)
Hook method after the dialog got created. -
Uses of BaseDialog in adams.gui.chooser
Subclasses of BaseDialog 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 BaseDialog in adams.gui.dialog
Subclasses of BaseDialog 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
ComposeEmailDialog
A standalone dialog for composing emails.class
DatabaseConnectionDialog
A standalone dialog for connecting to a database.class
DatabaseConnectionsDialog
A standalone dialog for managing all the connections to the databases.class
DialogWithButtons
Ancestor for dialogs that offer 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
PreviewBrowserDialog
Convenience dialog for the preview browser.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
SimplePreviewBrowserDialog
Convenience dialog for the preview browser (only displays the preview).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.class
TextDialog
A simple dialog for displaying text. -
Uses of BaseDialog in adams.gui.flow
Subclasses of BaseDialog in adams.gui.flow Modifier and Type Class Description class
ExportDialog
A dialog for exporting a flow into various formats.class
FlowEditorDialog
Dialog that displays a flow editor panel.class
ImportDialog
A dialog for importing a flow from various formats. -
Uses of BaseDialog in adams.gui.goe
Subclasses of BaseDialog in adams.gui.goe Modifier and Type Class Description class
GenericArrayEditorDialog
Displays a GenericArrayEditor.class
GenericObjectEditorDialog
Displays a GenericObjectEditor.class
MultiLineValueDialog
Dialog for entering multiple values (one per line) for MultiSelectionEditor editors that can parse objects from text.class
WekaGenericArrayEditorDialog
Displays a GenericArrayEditor.class
WekaGenericObjectEditorDialog
Displays a GenericObjectEditor. -
Uses of BaseDialog in adams.gui.scripting
Subclasses of BaseDialog in adams.gui.scripting Modifier and Type Class Description class
AbstractScriptingDialog
A dialog for loading/saving and executing scripts.class
ScriptingDialog
A dialog for loading/saving and executing scripts. -
Uses of BaseDialog in adams.gui.selection
Subclasses of BaseDialog 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 BaseDialog in adams.gui.tools
Subclasses of BaseDialog 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 BaseDialog in adams.gui.visualization.container
Subclasses of BaseDialog in adams.gui.visualization.container Modifier and Type Class Description class
FilterDialog<T extends DataContainer>
A dialog that lets the user select a filter and also choose whether to overlay the original data or not.static class
NotesFactory.Dialog<T extends AbstractContainer>
A specialized dialog that displays informative statistics. -
Uses of BaseDialog in adams.gui.visualization.debug
Fields in adams.gui.visualization.debug declared as BaseDialog Modifier and Type Field Description protected BaseDialog
StoragePanel. m_DialogInspect
the dialog for inspecting an item. -
Uses of BaseDialog in adams.gui.visualization.image
Subclasses of BaseDialog in adams.gui.visualization.image Modifier and Type Class Description class
ColorPickerDialog
Color picker dialog. -
Uses of BaseDialog in adams.gui.visualization.image.plugins
Subclasses of BaseDialog 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 BaseDialog in adams.gui.visualization.instance
Subclasses of BaseDialog in adams.gui.visualization.instance Modifier and Type Class Description static class
HistogramFactory.Dialog
Dialog for displaying histograms generated from instances.static class
HistogramFactory.SetupDialog
A dialog that queries the user about parameters for displaying histograms.class
LoadDatasetDialog
A dialog for loading datasets from disk. -
Uses of BaseDialog in adams.gui.visualization.report
Subclasses of BaseDialog in adams.gui.visualization.report Modifier and Type Class Description static class
ReportFactory.Dialog<C extends ReportContainer,M extends ReportContainerManager>
A specialized dialog that displays reports.static class
ReportFactory.StandardsDialog
A specialized dialog that lets the user choose the field and minimum value for the standards to load. -
Uses of BaseDialog in adams.gui.visualization.sequence
Subclasses of BaseDialog in adams.gui.visualization.sequence Modifier and Type Class Description class
XYSequenceExportDialog
Export dialog for XY sequences. -
Uses of BaseDialog in adams.gui.visualization.spreadsheet
Subclasses of BaseDialog in adams.gui.visualization.spreadsheet Modifier and Type Class Description static class
HistogramFactory.Dialog
Dialog for displaying histograms generated from rows.static class
HistogramFactory.SetupDialog
A dialog that queries the user about parameters for displaying histograms.class
LoadSpreadSheetDialog
A dialog for loading spreadsheets from disk. -
Uses of BaseDialog in adams.gui.visualization.statistics
Subclasses of BaseDialog in adams.gui.visualization.statistics Modifier and Type Class Description static class
HistogramFactory.Dialog
Dialog for displaying histograms.static class
HistogramFactory.SetupDialog
A dialog that queries the user about parameters for displaying histograms.static class
InformativeStatisticFactory.Dialog
A specialized dialog that displays informative statistics. -
Uses of BaseDialog in adams.gui.visualization.timeseries
Subclasses of BaseDialog in adams.gui.visualization.timeseries Modifier and Type Class Description class
TimeseriesExportDialog
Export dialog for timeseries.class
TimeseriesImportDatabaseDialog
Dialog for import timeseries from a database.
-