

Public Member Functions | |
| LoadFileChooser (File currentDir, String title, String[] extensions, LoggingClient client) | |
| void | actionPerformed (ActionEvent e) |
| void | execute () |
Private Member Functions | |
| void | initialize (File curDir) |
Private Attributes | |
| JCheckBox | viewHiddenFiles = new JCheckBox("Show hidden files",false) |
| LoadSwitchesPanel | guiSwitches |
| LoggingClient | loggingClient = null |
A FileChooser customized to show hidden files
| alma::acs::logging::io::LoadFileChooser::LoadFileChooser | ( | File | currentDir, | |
| String | title, | |||
| String[] | extensions, | |||
| LoggingClient | client | |||
| ) | [inline] |
Constructor: build and show the modal dialog
| currentDir | The dir whose content is shown at startup | |
| title | The title of the window (it appears also in the button) | |
| extensions | The (case insensitive) extensions of the files to show in the chooser (can be null or empty in case of no filtering) | |
| client | The LoggingClient invoking this file chooser |
References alma::acs::logging::io::LogsFileChooser::fileChooser, initialize(), and loggingClient.
| void alma::acs::logging::io::LoadFileChooser::actionPerformed | ( | ActionEvent | e | ) | [inline] |
Reimplemented from alma::acs::logging::io::LogsFileChooser.
References alma::acs::logging::io::LogsFileChooser::fileChooser, and viewHiddenFiles.
| void alma::acs::logging::io::LoadFileChooser::execute | ( | ) | [inline] |
References alma::acs::logging::io::LoadSwitchesPanel::execute(), and guiSwitches.
Referenced by alma::acs::logging::table::LogTableDataModel::loadFromFile().
| void alma::acs::logging::io::LoadFileChooser::initialize | ( | File | curDir | ) | [inline, private] |
Initialize the GUI
References alma::acs::logging::io::LogsFileChooser::fileChooser, guiSwitches, loggingClient, and viewHiddenFiles.
Referenced by LoadFileChooser().
Referenced by execute(), and initialize().
LoggingClient alma::acs::logging::io::LoadFileChooser::loggingClient = null [private] |
Referenced by initialize(), and LoadFileChooser().
JCheckBox alma::acs::logging::io::LoadFileChooser::viewHiddenFiles = new JCheckBox("Show hidden files",false) [private] |
The checkbox to make visible hidden files and folders The default is false (i.e. hidden folders are not shown)
Referenced by actionPerformed(), and initialize().
1.6.2