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 classAbstractConfigurableExtensionFileFilterFileChooser<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.classAbstractDataContainerFileChooser<T extends DataContainer,R extends DataContainerReader,W extends DataContainerWriter>A specialized JFileChooser that lists all available file Readers and Writers for data containers.classAbstractExtensionFileFilterFileChooser<F extends ExtensionFileFilter>A specialized JFileChooser that lists all available file Readers and Writers for reports.classAbstractReportFileChooser<T extends Report,R extends AbstractReportReader,W extends AbstractReportWriter>A specialized JFileChooser that lists all available file Readers and Writers for reports.classAdamsExperimentFileChooserA specialized JFileChooser that lists all available file Readers and Writers for ADAMS Experiments.classBaseFileChooserA file chooser dialog based on the one developed by the VFSJFileChooser project.classDefaultReportFileChooserA specialized JFileChooser that lists all available file Readers and Writers for sampledata reports.classEmailFileChooserA specialized JFileChooser that lists all available file Readers and Writers for emails.classFlowFileChooserA specialized JFileChooser that lists all available file Readers and Writers for flows.classImageFileChooserA file chooser for images.classJavaDirectoryChooserSimple directory chooser based on JFileChooser.classObjectExporterFileChooserFile chooser for object exporters..classObjectFileChooserA file chooser for objects.classParameterMapFileChooserA specialized JFileChooser that lists all available file Readers and Writers for parameter maps.classSerializationFileChooserA file chooser for serializable objects.classSimpleDirectoryChooserA more intuitive dialog for selecting a directory than JFileChooser.classSpreadSheetFileChooserA specialized JFileChooser that lists all available file Readers and Writers for spreadsheets.classTextFileChooserSpecialized filechooser for text files.classTimeseriesFileChooserA specialized JFileChooser that lists all available file Readers and Writers for timeseries.classWekaFileChooserA 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 FileChooserDirectoryChooserPanel. m_DirectoryChooserthe JFileChooser for selecting a file.Methods in adams.gui.chooser that return FileChooser Modifier and Type Method Description static FileChooserDirectoryChooserFactory. createChooser()Returns a directory chooser instance with the user's default directory as initial directory.static FileChooserDirectoryChooserFactory. createChooser(File initialDir)Returns a directory chooser instance with the specified initial directory.static FileChooserDirectoryChooserFactory. 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 PlaceholderDirectoryDirectoryChooserFactory. 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 FileChooserPlaceholderDirectoryEditor. m_DirChooserThe 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 classJComponentWriterFileChooserA 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 FileChooserPlaceholderManagementPanel. m_DirChooserthe directory chooser for choosing directories.protected FileChooserPlaceholderManagementPanel.PlaceholderTableCellEditor. m_DirChooserthe 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 FileChooserCopyTo. m_DirChooserthe directory chooser to use.protected FileChooserMoveTo. m_DirChooserthe 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 classNotesFileChooserA 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 FileChooserSelectMultipleDirectoriesPage. m_DirChooserthe chooser for selecting the directories.
-