Uses of Class
adams.gui.chooser.BaseFileChooser
-
-
Uses of BaseFileChooser in adams.flow.sink
Fields in adams.flow.sink declared as BaseFileChooser Modifier and Type Field Description protected BaseFileChooser
LogViewer. m_BaseFileChooser
the base file chooser for saving the log entries.protected BaseFileChooser
PDFViewer. m_PDFFileChooser
the filedialog for saving the PDF file.Methods in adams.flow.sink that return BaseFileChooser Modifier and Type Method Description protected BaseFileChooser
LogViewer. getBaseFileChooser()
Returns (and initializes if necessary) the file chooser.protected BaseFileChooser
PDFViewer. getPDFFileChooser()
Returns (and initializes if necessary) the file chooser for the text. -
Uses of BaseFileChooser in adams.flow.source
Methods in adams.flow.source with parameters of type BaseFileChooser Modifier and Type Method Description protected File[]
SelectFile. doInteractInDialog(BaseFileChooser fileChooser)
Performs the interaction with the user in a dialog.protected File[]
SelectFile. doInteractInNotificationArea(BaseFileChooser fileChooser)
Performs the interaction with the user in the notification area. -
Uses of BaseFileChooser in adams.gui.chooser
Subclasses of BaseFileChooser in adams.gui.chooser Modifier and Type Class Description class
AbstractConfigurableExtensionFileFilterFileChooser<R,W>
A specialized JFileChooser that lists all available file Readers and Writers for spreadsheets and allows the user to invoke an options dialog to customize the reader/writer.class
AbstractDataContainerFileChooser<T extends DataContainer,R extends AbstractDataContainerReader,W extends AbstractDataContainerWriter>
A specialized JFileChooser that lists all available file Readers and Writers for data containers.class
AbstractExtensionFileFilterFileChooser<F extends ExtensionFileFilter>
A specialized JFileChooser that lists all available file Readers and Writers for reports.class
AbstractReportFileChooser<T extends Report,R extends AbstractReportReader,W extends AbstractReportWriter>
A specialized JFileChooser that lists all available file Readers and Writers for reports.class
AdamsExperimentFileChooser
A specialized JFileChooser that lists all available file Readers and Writers for ADAMS Experiments.class
DefaultReportFileChooser
A specialized JFileChooser that lists all available file Readers and Writers for sampledata reports.class
EmailFileChooser
A specialized JFileChooser that lists all available file Readers and Writers for emails.class
FlowFileChooser
A specialized JFileChooser that lists all available file Readers and Writers for flows.class
ImageFileChooser
A file chooser for images.class
JavaDirectoryChooser
Simple directory chooser based on JFileChooser.class
ObjectExporterFileChooser
File chooser for object exporters..class
ObjectFileChooser
A file chooser for objects.class
ParameterMapFileChooser
A specialized JFileChooser that lists all available file Readers and Writers for parameter maps.class
SerializationFileChooser
A file chooser for serializable objects.class
SpreadSheetFileChooser
A specialized JFileChooser that lists all available file Readers and Writers for spreadsheets.class
TextFileChooser
Specialized filechooser for text files.class
TimeseriesFileChooser
A specialized JFileChooser that lists all available file Readers and Writers for timeseries.class
WekaFileChooser
A specialized JFileChooser that lists all available file Readers and Writers for Weka file formats.Fields in adams.gui.chooser declared as BaseFileChooser Modifier and Type Field Description protected BaseFileChooser
FileChooserPanel. m_FileChooser
the JFileChooser for selecting a file. -
Uses of BaseFileChooser in adams.gui.core
Fields in adams.gui.core declared as BaseFileChooser Modifier and Type Field Description protected BaseFileChooser
BaseLogPanel. m_FileChooser
the file chooser for saving the log.protected BaseFileChooser
FileListWithButtons. m_FileChooser
the file chooser for selecting files.protected BaseFileChooser
PropertiesParameterPanel. m_FileChooser
the filechooser for loading/saving properties.protected BaseFileChooser
SimpleLogPanel. m_FileChooser
the filechooser for saving the log.Methods in adams.gui.core that return BaseFileChooser Modifier and Type Method Description protected BaseFileChooser
SimpleLogPanel. createFileChooser()
Creates the filechooser.protected BaseFileChooser
PropertiesParameterPanel. getFileChooser()
Returns the file chooser to use for loading/saving of props files.protected BaseFileChooser
SimpleLogPanel. getFileChooser()
Returns the filechooser to use. -
Uses of BaseFileChooser in adams.gui.flow
Fields in adams.gui.flow declared as BaseFileChooser Modifier and Type Field Description protected BaseFileChooser
FlowControlCenterPanel. m_FileChooser
the filedialog for loading/saving flows. -
Uses of BaseFileChooser in adams.gui.goe
Fields in adams.gui.goe declared as BaseFileChooser Modifier and Type Field Description protected BaseFileChooser
FileEditor. m_FileChooser
The file chooser used for selecting files.protected BaseFileChooser
PlaceholderFileEditor. m_FileChooser
The file chooser used for selecting files.Methods in adams.gui.goe that return BaseFileChooser Modifier and Type Method Description protected BaseFileChooser
FileEditor. getFileChooser()
Returns the file chooser and creates it if necessary.protected BaseFileChooser
PlaceholderFileEditor. getFileChooser()
Returns the file chooser and creates it if necessary. -
Uses of BaseFileChooser in adams.gui.help
Fields in adams.gui.help declared as BaseFileChooser Modifier and Type Field Description protected BaseFileChooser
HelpHistoryPanel. m_FileChooser
the file chooser for saving buffers.Methods in adams.gui.help that return BaseFileChooser Modifier and Type Method Description protected BaseFileChooser
HelpHistoryPanel. getFileChooser()
Returns the file chooser and creates it if necessary. -
Uses of BaseFileChooser in adams.gui.menu
Fields in adams.gui.menu declared as BaseFileChooser Modifier and Type Field Description protected BaseFileChooser
GraphVisualizer. m_FileChooser
filechooser for GraphVisualizers. -
Uses of BaseFileChooser in adams.gui.print
Subclasses of BaseFileChooser in adams.gui.print Modifier and Type Class Description class
JComponentWriterFileChooser
A specialized JFileChooser that lists all available file Writers for screenshots. -
Uses of BaseFileChooser in adams.gui.scripting
Fields in adams.gui.scripting declared as BaseFileChooser Modifier and Type Field Description protected BaseFileChooser
AbstractScriptingDialog. m_FileChooser
for loading/saving the scripts.protected BaseFileChooser
ScriptingLogPanel. m_FileChooser
the file chooser for saving the log. -
Uses of BaseFileChooser in adams.gui.tools
Fields in adams.gui.tools declared as BaseFileChooser Modifier and Type Field Description protected BaseFileChooser
FileMonitorPanel. m_FileChooser
the filedialog for loading files.protected BaseFileChooser
NestedFormatViewerPanel. m_FileChooser
the file chooser for loading the files in nested format.protected BaseFileChooser
PreviewBrowserPanel. m_FileChooser
the file chooser for opening files.protected BaseFileChooser
PropertiesViewerPanel. m_FileChooser
the file chooser for loading external props files.protected BaseFileChooser
SystemInfoPanel. m_FileChooser
the file chooser for saving the system info data.protected BaseFileChooser
VariableManagementPanel. m_FileChooser
the filechooser for choosing directories.protected BaseFileChooser
XSLTPanel.SubPanel. m_FileChooser
the file chooser.protected BaseFileChooser
OptionsConversionPanel. m_FileChooserCodeOutput
the file chooser for saving the code options.protected BaseFileChooser
AbstractSimpleConversionPanel. m_FileChooserInput
the file chooser for loading the options.protected BaseFileChooser
OptionsConversionPanel. m_FileChooserInput
the file chooser for loading the options.protected BaseFileChooser
AbstractSimpleConversionPanel. m_FileChooserOutput
the file chooser for saving the options.protected BaseFileChooser
OptionsConversionPanel. m_FileChooserOutput
the file chooser for saving the options.Methods in adams.gui.tools that return BaseFileChooser Modifier and Type Method Description protected BaseFileChooser
AbstractSimpleConversionPanel. newInputFileChooser()
Returns the file chooser to use for the input.protected BaseFileChooser
PrettyPrintJSONConversionPanel. newInputFileChooser()
Returns the file chooser to use for the input.protected BaseFileChooser
PrettyPrintXMLConversionPanel. newInputFileChooser()
Returns the file chooser to use for the input.protected BaseFileChooser
AbstractSimpleConversionPanel. newOutputFileChooser()
Returns the file chooser to use for the output.protected BaseFileChooser
PrettyPrintJSONConversionPanel. newOutputFileChooser()
Returns the file chooser to use for the output.protected BaseFileChooser
PrettyPrintXMLConversionPanel. newOutputFileChooser()
Returns the file chooser to use for the output.Methods in adams.gui.tools with parameters of type BaseFileChooser Modifier and Type Method Description protected void
AbstractSimpleConversionPanel. openInput(BaseFileChooser filechooser, BaseTextAreaWithButtons textarea)
Loads the data from a file.protected void
OptionsConversionPanel. openInput(BaseFileChooser filechooser, BaseTextAreaWithButtons textarea)
Loads the data from a file.protected void
AbstractSimpleConversionPanel. saveOutput(BaseFileChooser filechooser, BaseTextAreaWithButtons textarea)
Saves the output to a file.protected void
OptionsConversionPanel. saveOutput(BaseFileChooser filechooser, BaseTextAreaWithButtons textarea)
Saves the output to a file. -
Uses of BaseFileChooser in adams.gui.tools.previewbrowser.notes
Subclasses of BaseFileChooser in adams.gui.tools.previewbrowser.notes Modifier and Type Class Description class
NotesFileChooser
A specialized JFileChooser that lists all available file Readers and Writers for image notes in the preview browser. -
Uses of BaseFileChooser in adams.gui.tools.wekainvestigator.output
Classes in adams.gui.tools.wekainvestigator.output with type parameters of type BaseFileChooser Modifier and Type Class Description class
AbstractOutputPanelWithPopupMenu<T extends BaseFileChooser>
Ancestor for output panels that can save the displayed output to a file.Fields in adams.gui.tools.wekainvestigator.output declared as BaseFileChooser Modifier and Type Field Description protected T
AbstractOutputPanelWithPopupMenu. m_FileChooser
the filechooser. -
Uses of BaseFileChooser in adams.gui.tools.wekainvestigator.tab
Fields in adams.gui.tools.wekainvestigator.tab declared as BaseFileChooser Modifier and Type Field Description protected BaseFileChooser
AssociateTab.HistoryPanel. m_ModelFileChooser
the file chooser for models.protected BaseFileChooser
ClassifyTab.HistoryPanel. m_ModelFileChooser
the file chooser for models.protected BaseFileChooser
ClusterTab.HistoryPanel. m_ModelFileChooser
the file chooser for models. -
Uses of BaseFileChooser in adams.gui.tools.wekamultiexperimenter.analysis
Fields in adams.gui.tools.wekamultiexperimenter.analysis declared as BaseFileChooser Modifier and Type Field Description protected BaseFileChooser
PlainTextResultsPanel. m_FileChooser
the filechooser for saving the output.protected BaseFileChooser
TableResultsPanel. m_FileChooser
the filechooser for saving the output. -
Uses of BaseFileChooser in adams.gui.tools.wekamultiexperimenter.io
Fields in adams.gui.tools.wekamultiexperimenter.io declared as BaseFileChooser Modifier and Type Field Description protected BaseFileChooser
AbstractExperimentIO. m_FileChooser
the filechooser for experiments.Methods in adams.gui.tools.wekamultiexperimenter.io that return BaseFileChooser Modifier and Type Method Description protected BaseFileChooser
AbstractAdamsExperimentIO. createFileChooser()
Creates and returns a file chooser for loading/saving experiments.protected abstract BaseFileChooser
AbstractExperimentIO. createFileChooser()
Creates and returns a file chooser for loading/saving experiments.protected BaseFileChooser
AbstractWekaExperimentIO. createFileChooser()
Creates and returns a file chooser for loading/saving experiments.BaseFileChooser
AbstractExperimentIO. getFileChooser()
Returns the file chooser to use. -
Uses of BaseFileChooser in adams.gui.visualization.pdf
Fields in adams.gui.visualization.pdf declared as BaseFileChooser Modifier and Type Field Description protected BaseFileChooser
PDFViewerPanel. m_FileChooser
the filedialog for loading CSV files.Methods in adams.gui.visualization.pdf that return BaseFileChooser Modifier and Type Method Description protected BaseFileChooser
PDFViewerPanel. getFileChooser()
Returns the file chooser and creates it if necessary. -
Uses of BaseFileChooser in adams.gui.wizard
Fields in adams.gui.wizard declared as BaseFileChooser Modifier and Type Field Description protected BaseFileChooser
AbstractWizardPage. m_FileChooser
the filechooser for loading/saving properties.protected BaseFileChooser
AbstractWizardPane. m_FileChooser
the filechooser for loading/saving properties.protected BaseFileChooser
SelectMultipleFilesPage. m_FileChooser
the filechooser for selecting the files.protected BaseFileChooser
WekaPropertySheetPanelPage. m_FileChooser
the filechooser for loading/saving properties.Methods in adams.gui.wizard that return BaseFileChooser Modifier and Type Method Description protected BaseFileChooser
AbstractWizardPage. getFileChooser()
Returns the file chooser to use for loading/saving of props files.protected BaseFileChooser
AbstractWizardPane. getFileChooser()
Returns the file chooser to use for loading/saving of props files.protected BaseFileChooser
WekaPropertySheetPanelPage. getFileChooser()
Returns the file chooser to use for loading/saving of props files. -
Uses of BaseFileChooser in weka.gui.explorer
Fields in weka.gui.explorer declared as BaseFileChooser Modifier and Type Field Description protected BaseFileChooser
MultiExplorer. m_WorkspaceFileChooser
the file chooser for the workspaces.Methods in weka.gui.explorer that return BaseFileChooser Modifier and Type Method Description static BaseFileChooser
WorkspaceHelper. newFileChooser()
Creates a filechooser for loading/saving workspaces.
-