Public Member Functions

alma.acs.logging.errorbrowser.ErrorTab Class Reference

Inherits javax::swing::JSplitPane, and java::awt::event::ActionListener.

List of all members.

Public Member Functions

 ErrorTab (LogEntryTableModelBase sourceModel, String stackID, LoggingClient client) throws Exception
void close ()
void setVisible (boolean b)
void actionPerformed (ActionEvent e)

Detailed Description

The component in each error tab of the error browser dialog

Author:
acaproni

Constructor & Destructor Documentation

alma.acs.logging.errorbrowser.ErrorTab.ErrorTab ( LogEntryTableModelBase  sourceModel,
String  stackID,
LoggingClient  client 
) throws Exception

Constructor

Parameters:
sourceModel The model used by the engine to look for logs
stackID The STACKID of the logs in this error trace

Member Function Documentation

void alma.acs.logging.errorbrowser.ErrorTab.actionPerformed ( ActionEvent  e  ) 
void alma.acs.logging.errorbrowser.ErrorTab.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().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties