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 |
|
Constructor: build and show the modal dialog
|
|
Reimplemented from alma::acs::logging::io::LogsFileChooser.
|
|
|
|
Initialize the GUI |
|
|
|
|
|
The checkbox to make visible hidden files and folders The default is false (i.e. hidden folders are not shown) |