Class AdamsExperimentFileChooser

    • Field Detail

      • m_ReaderFileFilters

        protected static List<adams.gui.chooser.ExtensionFileFilterWithClass> m_ReaderFileFilters
        the file filters for the readers.
      • m_WriterFileFilters

        protected static List<adams.gui.chooser.ExtensionFileFilterWithClass> m_WriterFileFilters
        the file filters for the writers.
    • Constructor Detail

      • AdamsExperimentFileChooser

        public AdamsExperimentFileChooser()
        Constructs a FileChooser pointing to the user's default directory.
      • AdamsExperimentFileChooser

        public AdamsExperimentFileChooser​(File currentDirectory)
        Constructs a FileChooser using the given File as the path.
        Parameters:
        currentDirectory - the path to start in
      • AdamsExperimentFileChooser

        public AdamsExperimentFileChooser​(String currentDirectory)
        Constructs a FileChooser using the given path.
        Parameters:
        currentDirectory - the path to start in