Public Member Functions | |
ManualZoomDlg (LoggingClient owner, ZoomManager manager) | |
Override void | setVisible (boolean visible) |
void | close () |
Override void | actionPerformed (ActionEvent e) |
void | run () |
Override void | zoomReadingFile (int num) |
Override void | zoomTotalFileToRead (int num) |
Override void | logEntryReceived (ILogEntry logEntry) |
Public Attributes | |
Thread | thread = null |
Private Member Functions | |
void | initialize () |
Private Attributes | |
final LoggingClient | loggingClient |
final ZoomManager | zoomer |
DateTimeChooser | fromDTC = new DateTimeChooser() |
DateTimeChooser | toDTC = new DateTimeChooser() |
final JButton | loadBtn = new JButton("Load") |
final JButton | stopBtn = new JButton("Stop") |
final JLabel | statusLbl = new JLabel("Ready") |
int | numOfFiles = 0 |
int | logsRead = 0 |
final Timer | timer = new Timer(5000,this) |
final JButton | doneBtn = new JButton("Done") |
ManualZoomDlg
allows to read logs from a set of files even if the table is empty or does not contain logs in the time interval the user wants to investigate.
Zoom preferences are not modifiable from this dialog: the user must open the zoom preferences dialog instead.
|
|
|
|
|
Close the dialog |
|
Init the GUI |
|
|
|
The thread to load the logs in the given interval |
|
Override |
|
Implements alma::acs::logging::archive::zoom::ZoomProgressListener.
|
|
Implements alma::acs::logging::archive::zoom::ZoomProgressListener.
|
|
The button to close the dialog |
|
The widget to get the start date of loading |
|
The button to load logs |
|
The logging client |
|
Number of logs read (shown in the status line) |
|
Number of files to read |
|
The label showing the progress of a loading |
|
The button stop current loading |
|
The thread to load logs |
|
The timer to clean the status label |
|
The widget to get the end date of loading |
|
The |