Uses of Interface
adams.gui.chooser.FileChooser
-
Packages that use FileChooser Package Description adams.flow.source adams.gui.chooser adams.gui.goe adams.gui.print adams.gui.tools adams.gui.tools.findinfiles adams.gui.tools.previewbrowser.notes adams.gui.wizard -
-
Uses of FileChooser in adams.flow.source
Methods in adams.flow.source with parameters of type FileChooser Modifier and Type Method Description protected File[]
SelectDirectory. doInteractInDialog(FileChooser dirChooser)
Performs the interaction with the user in a dialog.protected File[]
SelectDirectory. doInteractInNotificationArea(FileChooser dirChooser)
Performs the interaction with the user in the notification area. -
Uses of FileChooser in adams.gui.chooser
Classes in adams.gui.chooser that implement FileChooser 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
BaseFileChooser
A file chooser dialog based on the one developed by the VFSJFileChooser project.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
SimpleDirectoryChooser
A more intuitive dialog for selecting a directory than JFileChooser.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 FileChooser Modifier and Type Field Description protected FileChooser
DirectoryChooserPanel. m_DirectoryChooser
the JFileChooser for selecting a file.Methods in adams.gui.chooser that return FileChooser Modifier and Type Method Description static FileChooser
DirectoryChooserFactory. createChooser()
Returns a directory chooser instance with the user's default directory as initial directory.static FileChooser
DirectoryChooserFactory. createChooser(File initialDir)
Returns a directory chooser instance with the specified initial directory.static FileChooser
DirectoryChooserFactory. createChooser(String initialDir)
Returns a directory chooser instance with the specified initial directory.Methods in adams.gui.chooser with parameters of type FileChooser Modifier and Type Method Description static PlaceholderDirectory
DirectoryChooserFactory. getSelectedDirectory(FileChooser chooser)
Retrieves the current directory as PlaceholderDirectory from the chooser. -
Uses of FileChooser in adams.gui.goe
Fields in adams.gui.goe declared as FileChooser Modifier and Type Field Description protected FileChooser
PlaceholderDirectoryEditor. m_DirChooser
The directory chooser used for selecting dirs. -
Uses of FileChooser in adams.gui.print
Classes in adams.gui.print that implement FileChooser Modifier and Type Class Description class
JComponentWriterFileChooser
A specialized JFileChooser that lists all available file Writers for screenshots. -
Uses of FileChooser in adams.gui.tools
Fields in adams.gui.tools declared as FileChooser Modifier and Type Field Description protected FileChooser
PlaceholderManagementPanel. m_DirChooser
the directory chooser for choosing directories.protected FileChooser
PlaceholderManagementPanel.PlaceholderTableCellEditor. m_DirChooser
the underlying directory chooser.Constructors in adams.gui.tools with parameters of type FileChooser Constructor Description PlaceholderTableCellEditor(BaseTable table, PlaceholderManagementPanel.PlaceholderTableModel model, FileChooser dirChooser)
Initializes the cell editor. -
Uses of FileChooser in adams.gui.tools.findinfiles
Fields in adams.gui.tools.findinfiles declared as FileChooser Modifier and Type Field Description protected FileChooser
CopyTo. m_DirChooser
the directory chooser to use.protected FileChooser
MoveTo. m_DirChooser
the directory chooser to use. -
Uses of FileChooser in adams.gui.tools.previewbrowser.notes
Classes in adams.gui.tools.previewbrowser.notes that implement FileChooser 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 FileChooser in adams.gui.wizard
Fields in adams.gui.wizard declared as FileChooser Modifier and Type Field Description protected FileChooser
SelectMultipleDirectoriesPage. m_DirChooser
the chooser for selecting the directories.
-