Public Member Functions | |
LoadSwitchesPanel (LoggingClient client) | |
void | checkControlsState () |
boolean | clearLogs () |
boolean | disconnectEngine () |
void | execute () |
Private Member Functions | |
void | initGUI () |
Private Attributes | |
JCheckBox | clearLogsCB = null |
JCheckBox | disconnectCB = null |
LoggingClient | loggingClient = null |
It will be used in the panel to load logs (from URL, file or the database)
|
Constructor |
|
Enable/disable the check boxes depending on the number of logs in the table and the connection status. |
|
|
|
|
|
Remove the logs from the table and disconnect the engine (if the checkboxes are selected). |
|
Initialize the panel |
|
The check box to clear the logs before starting to load logs (enabled by default) |
|
The checkbox to disconnect before starting to load logs (enabled by default) |
|
|