Public Member Functions | |
| LoadFileChooser (File currentDir, String title, String[] extensions, LoggingClient client) | |
| void | actionPerformed (ActionEvent e) |
| void | execute () |
A FileChooser customized to show hidden files
| alma.acs.logging.io.LoadFileChooser.LoadFileChooser | ( | File | currentDir, | |
| String | title, | |||
| String[] | extensions, | |||
| LoggingClient | client | |||
| ) |
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.
| void alma.acs.logging.io.LoadFileChooser.actionPerformed | ( | ActionEvent | e | ) |
References alma.acs.logging.io.LogsFileChooser.fileChooser.
| void alma.acs.logging.io.LoadFileChooser.execute | ( | ) |
References alma.acs.logging.io.LoadSwitchesPanel.execute().
Referenced by alma.acs.logging.table.LogTableDataModel.loadFromFile().
1.7.0