
Public Member Functions | |
| ZoomPrefsDlg (LoggingClient logCli, ZoomManager manager) | |
| Override void | actionPerformed (ActionEvent e) |
| Override void | setVisible (boolean visible) |
Private Member Functions | |
| void | initialize () |
| JComboBox | buildLogLevelCB (LogTypeHelper initialLevel) |
| boolean | okPressed () |
| void | setupFolderLbl () |
Private Attributes | |
| final LoggingClient | loggingClient |
| final ZoomManager | zoomManager |
| JComboBox | minLevelCB |
| JComboBox | maxLevelCB |
| String | folder |
| JLabel | folderLbl = new JLabel() |
| JButton | folderBtn = new JButton("Change...") |
| JButton | okBtn = new JButton("Ok") |
| JButton | cancelBtn = new JButton("Cancel") |
|
||||||||||||
|
Constructor
|
|
|
|
|
|
Build a log level combobox.
|
|
|
Init the GUI |
|
|
Read the values from the widgets and update the
|
|
|
Setup the content of the label depending on the parameter
|
|
|
Override |
|
|
The Cancel button |
|
|
The path of the folder to show in the label. |
|
|
The button to choose the folder of XML files of logs |
|
|
The label with the folder of XML files of logs.
The content of the label is built from the value of |
|
|
The logging client |
|
|
The combobox to choose maximum log level while zooming (inclusive) |
|
|
The combobox to choose minimum log level while zooming (inclusive) |
|
|
The OK button |
|
|
The manager for zooming |
1.3.8