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 BaseDialogInspect. 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_Dialogsthe 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 BaseDialogAbstractLogEntryDialog. create(LogViewer parent, LogEntry entry)Displays the dialog with the given entry.protected abstract BaseDialogAbstractLogEntryDialog. createDialog(LogEntry entry)Creates the dialog.protected BaseDialogDefaultLogEntryDialog. 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 BaseDialogAbstractInteractiveTransformerDialog. m_Dialogthe dialog that's being displayed.Methods in adams.flow.transformer that return BaseDialog Modifier and Type Method Description protected BaseDialogAbstractInteractiveTransformerDialog. createDialog(BasePanel panel)Creates and initializes a dialog with the just created panel.protected BaseDialogAbstractInteractiveTransformerDialog. doCreateDialog(BasePanel panel)Creates the actual dialog.protected BaseDialogSpreadSheetCellSelector. doCreateDialog(BasePanel panel)Creates the actual dialog.BaseDialogAbstractInteractiveTransformerDialog. getDialog()Returns the dialog.Methods in adams.flow.transformer with parameters of type BaseDialog Modifier and Type Method Description protected voidAbstractInteractiveTransformerDialog. postCreateDialog(BaseDialog dialog, BasePanel panel)Hook method after the dialog got created.protected voidCompareObjectLocations. postCreateDialog(BaseDialog dialog, BasePanel panel)Hook method after the dialog got created.protected voidImageAnnotator. postCreateDialog(BaseDialog dialog, BasePanel panel)Hook method after the dialog got created.protected voidImageLabeler. postCreateDialog(BaseDialog dialog, BasePanel panel)Hook method after the dialog got created.protected voidImageObjectAnnotator. postCreateDialog(BaseDialog dialog, BasePanel panel)Hook method after the dialog got created.protected voidImageSegmentationAnnotator. 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 classBaseColorChooserDialog for selecting a color.classFontChooserA font selection dialog.classPdfFontChooserA PDF font selection dialog. -
Uses of BaseDialog in adams.gui.dialog
Subclasses of BaseDialog 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).classComposeEmailDialogA standalone dialog for composing emails.classDatabaseConnectionDialogA standalone dialog for connecting to a database.classDatabaseConnectionsDialogA standalone dialog for managing all the connections to the databases.classDialogWithButtonsAncestor for dialogs that offer buttons, e.g., OK and Cancel (default).classMultiSpreadSheetDialogDialog for displaying multiple spreadsheets in a multi-page pane.classPasswordDialogSimple dialog for entering a password.classPreviewBrowserDialogConvenience dialog for the preview browser.classPropertiesParameterDialogDialog for displaying aPropertiesParameterPanel.classReplaceFieldDialogA dialog that allows the user to select a field to find and replace with another one.classSimplePreviewBrowserDialogConvenience dialog for the preview browser (only displays the preview).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.classTextDialogA simple dialog for displaying text. -
Uses of BaseDialog in adams.gui.flow
Subclasses of BaseDialog in adams.gui.flow Modifier and Type Class Description classExportDialogA dialog for exporting a flow into various formats.classFlowEditorDialogDialog that displays a flow editor panel.classImportDialogA 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 classGenericArrayEditorDialogDisplays a GenericArrayEditor.classGenericObjectEditorDialogDisplays a GenericObjectEditor.classMultiLineValueDialogDialog for entering multiple values (one per line) for MultiSelectionEditor editors that can parse objects from text.classWekaGenericArrayEditorDialogDisplays a GenericArrayEditor.classWekaGenericObjectEditorDialogDisplays a GenericObjectEditor. -
Uses of BaseDialog in adams.gui.scripting
Subclasses of BaseDialog in adams.gui.scripting Modifier and Type Class Description classAbstractScriptingDialogA dialog for loading/saving and executing scripts.classScriptingDialogA 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 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 BaseDialog in adams.gui.tools
Subclasses of BaseDialog 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 BaseDialog in adams.gui.visualization.container
Subclasses of BaseDialog in adams.gui.visualization.container Modifier and Type Class Description classFilterDialog<T extends DataContainer>A dialog that lets the user select a filter and also choose whether to overlay the original data or not.static classNotesFactory.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 BaseDialogStoragePanel. m_DialogInspectthe 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 classColorPickerDialogColor 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 classBrightness.BrightnessDialogDialog 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 classHistogramFactory.DialogDialog for displaying histograms generated from instances.static classHistogramFactory.SetupDialogA dialog that queries the user about parameters for displaying histograms.classLoadDatasetDialogA 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 classReportFactory.Dialog<C extends ReportContainer,M extends ReportContainerManager>A specialized dialog that displays reports.static classReportFactory.StandardsDialogA 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 classXYSequenceExportDialogExport 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 classHistogramFactory.DialogDialog for displaying histograms generated from rows.static classHistogramFactory.SetupDialogA dialog that queries the user about parameters for displaying histograms.classLoadSpreadSheetDialogA 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 classHistogramFactory.DialogDialog for displaying histograms.static classHistogramFactory.SetupDialogA dialog that queries the user about parameters for displaying histograms.static classInformativeStatisticFactory.DialogA 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 classTimeseriesExportDialogExport dialog for timeseries.classTimeseriesImportDatabaseDialogDialog for import timeseries from a database.
-