

Specific helper class used to allow selection of different editors for different classes of parameters. Creation date: (2/4/02 3:41:28 PM)
| com::cosylab::logging::settings::FieldClassChooser::FieldClassChooser | ( | ) | [inline] |
FieldClassChooser constructor comment.
Referenced by com::cosylab::logging::settings::FilterParameterDialog::getFieldIndexChooser().
| FilterParameterPanel com::cosylab::logging::settings::FieldClassChooser::getDateEditor | ( | ) | [inline] |
Insert the method's description here. Creation date: (2/4/02 3:44:39 PM)
References dateEditor.
| FilterParameterPanel com::cosylab::logging::settings::FieldClassChooser::getDoubleEditor | ( | ) | [inline] |
Insert the method's description here. Creation date: (2/4/02 3:44:39 PM)
References doubleEditor.
| Filter com::cosylab::logging::settings::FieldClassChooser::getFilter | ( | ) | throws FilterParameterException [inline] |
Insert the method's description here. Creation date: (2/7/02 1:57:55 PM)
References currentEditor, and com::cosylab::logging::settings::FilterParameterPanel::getFilter().
Referenced by com::cosylab::logging::settings::FilterParameterDialog::checkFilter(), and com::cosylab::logging::settings::FilterParameterDialog::getFilter().
| FilterParameterPanel com::cosylab::logging::settings::FieldClassChooser::getIntEditor | ( | ) | [inline] |
Insert the method's description here. Creation date: (2/4/02 3:44:39 PM)
References intEditor.
| javax.swing.JPanel com::cosylab::logging::settings::FieldClassChooser::getMainPanel | ( | ) | [inline] |
Insert the method's description here. Creation date: (2/4/02 3:44:39 PM)
References mainPanel.
| Class com::cosylab::logging::settings::FieldClassChooser::getSelectedClass | ( | ) | [inline] |
Insert the method's description here. Creation date: (2/4/02 3:52:03 PM)
Referenced by updateEditor().
| FilterParameterPanel com::cosylab::logging::settings::FieldClassChooser::getStringEditor | ( | ) | [inline] |
Insert the method's description here. Creation date: (2/4/02 3:44:39 PM)
References stringEditor.
| FilterParameterPanel com::cosylab::logging::settings::FieldClassChooser::getTypeEditor | ( | ) | [inline] |
References typeEditor.
| void com::cosylab::logging::settings::FieldClassChooser::replaceEditor | ( | FilterParameterPanel | newEditor | ) | [inline, private] |
Insert the method's description here. Creation date: (2/4/02 3:47:52 PM)
| newEditor | javax.swing.JPanel |
References currentEditor, mainPanel, com::cosylab::logging::settings::FilterParameterPanel::setFieldIndex(), and com::cosylab::logging::settings::FilterParameterPanel::setLethal().
Referenced by setEditor().
| void com::cosylab::logging::settings::FieldClassChooser::setDateEditor | ( | FilterParameterPanel | newDateEditor | ) | [inline] |
Insert the method's description here. Creation date: (2/4/02 3:44:39 PM)
| newDateEditor | javax.swing.JPanel |
References dateEditor, and updateEditor().
Referenced by com::cosylab::logging::settings::FilterParameterDialog::initConnections().
| void com::cosylab::logging::settings::FieldClassChooser::setDoubleEditor | ( | FilterParameterPanel | newDoubleEditor | ) | [inline] |
Insert the method's description here. Creation date: (2/4/02 3:44:39 PM)
| newDoubleEditor | javax.swing.JPanel |
References doubleEditor, and updateEditor().
| void com::cosylab::logging::settings::FieldClassChooser::setEditor | ( | Class | c | ) | [inline] |
Insert the method's description here. Creation date: (2/4/02 3:46:51 PM)
| c | java.lang.Class |
References dateEditor, intEditor, replaceEditor(), stringEditor, and typeEditor.
Referenced by updateEditor().
| void com::cosylab::logging::settings::FieldClassChooser::setFilter | ( | Filter | f | ) | [inline] |
Insert the method's description here. Creation date: (2/7/02 12:59:39 PM)
| f | com.cosylab.logging.engine.Filter |
References currentEditor, com::cosylab::logging::engine::Filter::field, and com::cosylab::logging::settings::FilterParameterPanel::setFilter().
Referenced by com::cosylab::logging::settings::FilterParameterDialog::setFilter().
| void com::cosylab::logging::settings::FieldClassChooser::setIntEditor | ( | FilterParameterPanel | newIntEditor | ) | [inline] |
Insert the method's description here. Creation date: (2/4/02 3:44:39 PM)
| newIntEditor | javax.swing.JPanel |
References intEditor, and updateEditor().
Referenced by com::cosylab::logging::settings::FilterParameterDialog::initConnections().
| void com::cosylab::logging::settings::FieldClassChooser::setMainPanel | ( | javax.swing.JPanel | newMainPanel | ) | [inline] |
Insert the method's description here. Creation date: (2/4/02 3:44:39 PM)
| newMainPanel | javax.swing.JPanel |
References mainPanel, and updateEditor().
Referenced by com::cosylab::logging::settings::FilterParameterDialog::connPtoP4SetTarget().
| void com::cosylab::logging::settings::FieldClassChooser::setStringEditor | ( | FilterParameterPanel | newStringEditor | ) | [inline] |
Insert the method's description here. Creation date: (2/4/02 3:44:39 PM)
| newStringEditor | javax.swing.JPanel |
References stringEditor, and updateEditor().
Referenced by com::cosylab::logging::settings::FilterParameterDialog::initConnections().
| void com::cosylab::logging::settings::FieldClassChooser::setTypeEditor | ( | FilterParameterPanel | newTypeEditor | ) | [inline] |
References typeEditor.
Referenced by com::cosylab::logging::settings::FilterParameterDialog::initConnections().
| void com::cosylab::logging::settings::FieldClassChooser::updateEditor | ( | ) | [inline, protected] |
Insert the method's description here. Creation date: (2/4/02 3:52:53 PM)
References getSelectedClass(), and setEditor().
Referenced by setDateEditor(), setDoubleEditor(), setIntEditor(), setMainPanel(), and setStringEditor().
FilterParameterPanel com::cosylab::logging::settings::FieldClassChooser::currentEditor = null [private] |
Referenced by getFilter(), replaceEditor(), and setFilter().
FilterParameterPanel com::cosylab::logging::settings::FieldClassChooser::dateEditor = null [private] |
Referenced by getDateEditor(), setDateEditor(), and setEditor().
FilterParameterPanel com::cosylab::logging::settings::FieldClassChooser::doubleEditor = null [private] |
Referenced by getDoubleEditor(), and setDoubleEditor().
Referenced by getIntEditor(), setEditor(), and setIntEditor().
JPanel com::cosylab::logging::settings::FieldClassChooser::mainPanel = null [private] |
Referenced by getMainPanel(), replaceEditor(), and setMainPanel().
FilterParameterPanel com::cosylab::logging::settings::FieldClassChooser::stringEditor = null [private] |
Referenced by getStringEditor(), setEditor(), and setStringEditor().
FilterParameterPanel com::cosylab::logging::settings::FieldClassChooser::typeEditor = null [private] |
Referenced by getTypeEditor(), setEditor(), and setTypeEditor().
1.6.2