Inherits javax::swing::JSplitPane, and java::awt::event::ActionListener.
Public Member Functions | |
| ErrorTab (LogEntryTableModelBase sourceModel, String stackID, LoggingClient client) throws Exception | |
| void | close () |
| void | setVisible (boolean b) |
| void | actionPerformed (ActionEvent e) |
The component in each error tab of the error browser dialog
| alma.acs.logging.errorbrowser.ErrorTab.ErrorTab | ( | LogEntryTableModelBase | sourceModel, | |
| String | stackID, | |||
| LoggingClient | client | |||
| ) | throws Exception |
Constructor
| sourceModel | The model used by the engine to look for logs | |
| stackID | The STACKID of the logs in this error trace |
| void alma.acs.logging.errorbrowser.ErrorTab.actionPerformed | ( | ActionEvent | e | ) |
| void alma.acs.logging.errorbrowser.ErrorTab.close | ( | ) |
Release all the resource
References alma.acs.logging.table.LogEntryTableModelBase.close(), alma.acs.logging.errorbrowser.Engine.close(), and alma.acs.logging.errorbrowser.ErrorTab.setVisible().
Referenced by alma.acs.logging.errorbrowser.ErrorBrowserDlg.close().
| void alma.acs.logging.errorbrowser.ErrorTab.setVisible | ( | boolean | b | ) |
Override setVisible to hide the field chooser dialog when the user closes the error browser dialog.
References com.cosylab.logging.settings.FieldChooserDialog.setVisible().
Referenced by alma.acs.logging.errorbrowser.ErrorTab.close().
1.7.0