com::cosylab::logging::settings::FieldChooserDialog Class Reference

Inheritance diagram for com::cosylab::logging::settings::FieldChooserDialog:
Inheritance graph
[legend]
Collaboration diagram for com::cosylab::logging::settings::FieldChooserDialog:
Collaboration graph
[legend]

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)

Private Attributes

JCheckList fieldList = null
JLabel description = null
JButton buttonOK = null
JButton buttonCancel = null
JPanel contentPane = null
Insets defaultInsets = new Insets(4, 4, 4, 4)
int modalResult = 0
Component displayHelperComponent = null

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  )  [inline]

FieldChooserDialog constructor comment.

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

References buttonCancel, buttonOK, contentPane, defaultInsets, description, displayHelperComponent, and getFieldList().


Member Function Documentation

boolean [] com::cosylab::logging::settings::FieldChooserDialog::getChecked (  )  [inline]

Insert the method's description here.

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

Returns:
boolean[]

References com::cosylab::gui::components::r2::JCheckList::getChecked(), and getFieldList().

Referenced by alma::acs::logging::table::LogEntryTable::showFieldChooser(), and alma::acs::logging::errorbrowser::ErrorTab::showFieldChooser().

JCheckList com::cosylab::logging::settings::FieldChooserDialog::getFieldList (  )  [inline]

Insert the method's description here.

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

Returns:
com.cosylab.gui.components.JCheckList

References contentPane, defaultInsets, and fieldList.

Referenced by FieldChooserDialog(), getChecked(), and setupFields().

int com::cosylab::logging::settings::FieldChooserDialog::getModalResult (  )  [inline]

Insert the method's description here.

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

Returns:
int

References modalResult.

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

Insert the method's description here.

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

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

References com::cosylab::gui::components::r2::CheckListModel::addElement(), getFieldList(), and com::cosylab::gui::components::r2::CheckListModel::setChecked().

Referenced by alma::acs::logging::table::LogEntryTable::showFieldChooser(), and alma::acs::logging::errorbrowser::ErrorTab::showFieldChooser().

void com::cosylab::logging::settings::FieldChooserDialog::setVisible ( boolean  visible  )  [inline]

Member Data Documentation

Referenced by FieldChooserDialog().

Referenced by FieldChooserDialog(), and getFieldList().

Insets com::cosylab::logging::settings::FieldChooserDialog::defaultInsets = new Insets(4, 4, 4, 4) [private]

Referenced by FieldChooserDialog(), and getFieldList().

Referenced by FieldChooserDialog().

Referenced by FieldChooserDialog(), and setVisible().

Referenced by getFieldList().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2