Classes | Public Member Functions

com.cosylab.logging.settings.FieldChooserDialog Class Reference

Inherits javax::swing::JDialog.

List of all members.

Classes

class  ButtonListener

Public Member Functions

 FieldChooserDialog (Component displayOverComponent)
boolean[] getChecked ()
JCheckList getFieldList ()
int getModalResult ()
void setupFields (String[] fieldNames, boolean[] checked)
void setVisible (boolean visible)

Detailed Description

Serves the purpose of selecting the right fields (Timestamp, File, Thread, etc.) to be displayed in the table according to the user's preferences. Used by LogEntryTable.

Creation date: (1/2/2002 22:53:33)

Author:
: Ales Pucelj (ales.pucelj@kgb.ijs.si)

Constructor & Destructor Documentation

com.cosylab.logging.settings.FieldChooserDialog.FieldChooserDialog ( Component  displayOverComponent  ) 

FieldChooserDialog constructor comment.

Parameters:
displayOverComponent The component over which this dialog will be shown

References com.cosylab.logging.settings.FieldChooserDialog.getFieldList().


Member Function Documentation

boolean [] com.cosylab.logging.settings.FieldChooserDialog.getChecked (  ) 

Insert the method's description here.

Creation date: (1/2/2002 23:35:37)

Returns:
boolean[]

References com.cosylab.logging.settings.FieldChooserDialog.getFieldList().

Referenced by alma.acs.logging.table.LogEntryTable.showFieldChooser().

JCheckList com.cosylab.logging.settings.FieldChooserDialog.getFieldList (  ) 

Insert the method's description here.

Creation date: (1/2/2002 23:19:03)

Returns:
com.cosylab.gui.components.JCheckList

Referenced by com.cosylab.logging.settings.FieldChooserDialog.FieldChooserDialog(), com.cosylab.logging.settings.FieldChooserDialog.getChecked(), and com.cosylab.logging.settings.FieldChooserDialog.setupFields().

int com.cosylab.logging.settings.FieldChooserDialog.getModalResult (  ) 

Insert the method's description here.

Creation date: (1/2/2002 23:26:28)

Returns:
int
void com.cosylab.logging.settings.FieldChooserDialog.setupFields ( String[]  fieldNames,
boolean[]  checked 
)

Insert the method's description here.

Creation date: (1/2/2002 23:34:08)

Parameters:
fieldNames java.lang.String[]
checked boolean[]

References com.cosylab.logging.settings.FieldChooserDialog.getFieldList().

Referenced by alma.acs.logging.table.LogEntryTable.showFieldChooser().

void com.cosylab.logging.settings.FieldChooserDialog.setVisible ( boolean  visible  ) 

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