

Public Member Functions | |
| SaveFileChooser (String title, File currentDir) | |
| Override void | actionPerformed (ActionEvent e) |
| boolean | mustBeCompressed () |
| int | getCompressionLevel () |
Private Member Functions | |
| void | initialize (File folder) |
Private Attributes | |
| JCheckBox | compressCB = new JCheckBox("Compress",false) |
| JSlider | compressionLevelS = new JSlider(JSlider.HORIZONTAL,0,9,IOHelper.DEFAULT_COMPRESSION_LEVEL) |
| Dictionary< Integer, JLabel > | labels = new Hashtable<Integer JLabel>() |
|
||||||||||||
|
Constructor
|
|
|
Reimplemented from alma::acs::logging::io::LogsFileChooser.
|
|
|
|
|
|
Init the GUI
|
|
|
|
|
|
The check box to enable the compression |
|
|
The slider to set compression level |
|
|
The labels shown in the slider |
1.3.8