

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 |
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)
| com::cosylab::logging::settings::FieldChooserDialog::FieldChooserDialog | ( | Component | displayOverComponent | ) | [inline] |
FieldChooserDialog constructor comment.
| displayOverComponent | The component over which this dialog will be shown |
References buttonCancel, buttonOK, contentPane, defaultInsets, description, displayHelperComponent, and getFieldList().
| boolean [] com::cosylab::logging::settings::FieldChooserDialog::getChecked | ( | ) | [inline] |
Insert the method's description here.
Creation date: (1/2/2002 23:35:37)
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)
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)
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)
| 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] |
JButton com::cosylab::logging::settings::FieldChooserDialog::buttonCancel = null [private] |
Referenced by FieldChooserDialog().
JButton com::cosylab::logging::settings::FieldChooserDialog::buttonOK = null [private] |
JPanel com::cosylab::logging::settings::FieldChooserDialog::contentPane = null [private] |
Referenced by FieldChooserDialog(), and getFieldList().
Insets com::cosylab::logging::settings::FieldChooserDialog::defaultInsets = new Insets(4, 4, 4, 4) [private] |
Referenced by FieldChooserDialog(), and getFieldList().
JLabel com::cosylab::logging::settings::FieldChooserDialog::description = null [private] |
Referenced by FieldChooserDialog().
Component com::cosylab::logging::settings::FieldChooserDialog::displayHelperComponent = null [private] |
Referenced by FieldChooserDialog(), and setVisible().
JCheckList com::cosylab::logging::settings::FieldChooserDialog::fieldList = null [private] |
Referenced by getFieldList().
int com::cosylab::logging::settings::FieldChooserDialog::modalResult = 0 [private] |
1.6.2