

Serves the purpose of filtering according to the parameter. Used by LogEntryTable. Creation date: (2/7/02 12:36:55 PM)
| com::cosylab::logging::settings::FilterParameterDialog::FilterParameterDialog | ( | Dialog | owner | ) | [inline] |
FilterParameterDialog constructor comment.
| comp | The component used to show this panel over |
References initialize(), and ownerDialog.
| void com::cosylab::logging::settings::FilterParameterDialog::actionPerformed | ( | ActionEvent | e | ) | [inline] |
References checkFilter(), okPressed(), and setVisible().
| boolean com::cosylab::logging::settings::FilterParameterDialog::checkFilter | ( | ) | [inline, private] |
Check if the filter is valid.
true if the form is well formed References getErrorLabel(), getFieldIndexChooser(), and com::cosylab::logging::settings::FieldClassChooser::getFilter().
Referenced by actionPerformed().
| void com::cosylab::logging::settings::FilterParameterDialog::connPtoP4SetTarget | ( | ) | [inline, private] |
connPtoP4SetTarget: (JPanel2.this <--> FieldIndexChooser.mainPanel)
References getFieldIndexChooser(), getJPanel2(), handleException(), and com::cosylab::logging::settings::FieldClassChooser::setMainPanel().
Referenced by initConnections().
| javax.swing.JButton com::cosylab::logging::settings::FilterParameterDialog::getCancelButton | ( | ) | [inline, private] |
Return the JButton2 property value.
References handleException(), and ivjCancelButton.
Referenced by getJPanel1(), and initConnections().
| FilterDatePanel com::cosylab::logging::settings::FilterParameterDialog::getDateEditor | ( | ) | [inline, private] |
Return the DateEditor property value.
References com::cosylab::logging::settings::FilterDatePanel::FilterDatePanel(), handleException(), and ivjDateEditor.
Referenced by initConnections().
| javax.swing.JLabel com::cosylab::logging::settings::FilterParameterDialog::getErrorLabel | ( | ) | [inline, private] |
Return the FieldErrorLabel property value.
References handleException(), and ivjErrorLabel.
Referenced by checkFilter(), and getJModalDialogContentPane().
| FieldClassChooser com::cosylab::logging::settings::FilterParameterDialog::getFieldIndexChooser | ( | ) | [inline, private] |
Return the FieldIndexChooser property value.
References com::cosylab::logging::settings::FieldClassChooser::FieldClassChooser(), fieldIndexChooser, and handleException().
Referenced by checkFilter(), connPtoP4SetTarget(), getFilter(), getJModalDialogContentPane(), initConnections(), and setFilter().
| Filter com::cosylab::logging::settings::FilterParameterDialog::getFilter | ( | ) | [inline] |
Insert the method's description here. Creation date: (2/7/02 2:12:27 PM)
References getFieldIndexChooser(), and com::cosylab::logging::settings::FieldClassChooser::getFilter().
Referenced by com::cosylab::logging::settings::FilterChooserDialog::ButtonListener::editFilter().
| FilterIntegerPanel com::cosylab::logging::settings::FilterParameterDialog::getIntegerEditor | ( | ) | [inline, private] |
Return the IntegerEditor property value.
References com::cosylab::logging::settings::FilterIntegerPanel::FilterIntegerPanel(), handleException(), ivjIntegerEditor, and com::cosylab::logging::settings::FilterIntegerPanel::setBounds().
Referenced by initConnections().
| javax.swing.JLabel com::cosylab::logging::settings::FilterParameterDialog::getJLabel2 | ( | ) | [inline, private] |
Return the JLabel2 property value.
References handleException(), and ivjJLabel2.
Referenced by getJModalDialogContentPane().
| javax.swing.JPanel com::cosylab::logging::settings::FilterParameterDialog::getJModalDialogContentPane | ( | ) | [inline, private] |
Return the JModalDialogContentPane property value.
References getErrorLabel(), getFieldIndexChooser(), getJLabel2(), getJPanel1(), getJPanel2(), handleException(), and ivjJModalDialogContentPane.
Referenced by initialize().
| javax.swing.JPanel com::cosylab::logging::settings::FilterParameterDialog::getJPanel1 | ( | ) | [inline, private] |
Return the JPanel1 property value.
References getCancelButton(), getOKButton(), handleException(), and ivjJPanel1.
Referenced by getJModalDialogContentPane().
| javax.swing.JPanel com::cosylab::logging::settings::FilterParameterDialog::getJPanel2 | ( | ) | [inline, private] |
Return the JPanel2 property value.
References handleException(), and ivjJPanel2.
Referenced by connPtoP4SetTarget(), and getJModalDialogContentPane().
| javax.swing.JButton com::cosylab::logging::settings::FilterParameterDialog::getOKButton | ( | ) | [inline, private] |
Return the JButton1 property value.
References handleException(), and ivjOKButton.
Referenced by getJPanel1(), and initConnections().
| FilterStringPanel com::cosylab::logging::settings::FilterParameterDialog::getStringEditor | ( | ) | [inline, private] |
Return the StringEditor property value.
References handleException(), and ivjStringEditor.
Referenced by initConnections().
| FilterTypePanel com::cosylab::logging::settings::FilterParameterDialog::getTypeEditor | ( | ) | [inline, private] |
References handleException(), and typeEditor.
Referenced by initConnections().
| void com::cosylab::logging::settings::FilterParameterDialog::handleException | ( | java.lang.Throwable | exception | ) | [inline, private] |
Called whenever the part throws an exception.
| exception | java.lang.Throwable |
Referenced by connPtoP4SetTarget(), getCancelButton(), getDateEditor(), getErrorLabel(), getFieldIndexChooser(), getIntegerEditor(), getJLabel2(), getJModalDialogContentPane(), getJPanel1(), getJPanel2(), getOKButton(), getStringEditor(), getTypeEditor(), and initialize().
| void com::cosylab::logging::settings::FilterParameterDialog::initConnections | ( | ) | throws java.lang.Exception [inline, private] |
Initializes connections
| java.lang.Exception | The exception description. |
References connPtoP4SetTarget(), getCancelButton(), getDateEditor(), getFieldIndexChooser(), getIntegerEditor(), getOKButton(), getStringEditor(), getTypeEditor(), com::cosylab::logging::settings::FieldClassChooser::setDateEditor(), com::cosylab::logging::settings::FieldClassChooser::setIntEditor(), com::cosylab::logging::settings::FieldClassChooser::setStringEditor(), and com::cosylab::logging::settings::FieldClassChooser::setTypeEditor().
Referenced by initialize().
| void com::cosylab::logging::settings::FilterParameterDialog::initialize | ( | ) | [inline, private] |
Initialize the class.
References getJModalDialogContentPane(), handleException(), and initConnections().
Referenced by FilterParameterDialog().
| boolean com::cosylab::logging::settings::FilterParameterDialog::okPressed | ( | ) | [inline] |
true if the user pressed Ok. Referenced by actionPerformed().
| void com::cosylab::logging::settings::FilterParameterDialog::setFilter | ( | Filter | f | ) | [inline] |
Insert the method's description here. Creation date: (2/7/02 2:13:29 PM)
| f | com.cosylab.logging.engine.Filter |
References getFieldIndexChooser(), and com::cosylab::logging::settings::FieldClassChooser::setFilter().
Referenced by com::cosylab::logging::settings::FilterChooserDialog::ButtonListener::editFilter().
| void com::cosylab::logging::settings::FilterParameterDialog::setVisible | ( | boolean | visible | ) | [inline] |
Override JDialog.setVisible to show this dialog over the LogsingClient component.
References ownerDialog.
Referenced by actionPerformed(), and com::cosylab::logging::settings::FilterChooserDialog::ButtonListener::editFilter().
FieldClassChooser com::cosylab::logging::settings::FilterParameterDialog::fieldIndexChooser = null [private] |
Referenced by getFieldIndexChooser().
JButton com::cosylab::logging::settings::FilterParameterDialog::ivjCancelButton = null [private] |
Referenced by getCancelButton().
FilterDatePanel com::cosylab::logging::settings::FilterParameterDialog::ivjDateEditor = null [private] |
Referenced by getDateEditor().
JLabel com::cosylab::logging::settings::FilterParameterDialog::ivjErrorLabel = null [private] |
Referenced by getErrorLabel().
FilterIntegerPanel com::cosylab::logging::settings::FilterParameterDialog::ivjIntegerEditor = null [private] |
Referenced by getIntegerEditor().
JLabel com::cosylab::logging::settings::FilterParameterDialog::ivjJLabel2 = null [private] |
Referenced by getJLabel2().
JPanel com::cosylab::logging::settings::FilterParameterDialog::ivjJModalDialogContentPane = null [private] |
Referenced by getJModalDialogContentPane().
JPanel com::cosylab::logging::settings::FilterParameterDialog::ivjJPanel1 = null [private] |
Referenced by getJPanel1().
JPanel com::cosylab::logging::settings::FilterParameterDialog::ivjJPanel2 = null [private] |
Referenced by getJPanel2().
JButton com::cosylab::logging::settings::FilterParameterDialog::ivjOKButton = null [private] |
Referenced by getOKButton().
FilterStringPanel com::cosylab::logging::settings::FilterParameterDialog::ivjStringEditor = null [private] |
Referenced by getStringEditor().
boolean com::cosylab::logging::settings::FilterParameterDialog::okPressed [private] |
Used to signal the caller if the user pressed OK
Referenced by com::cosylab::logging::settings::FilterChooserDialog::ButtonListener::editFilter().
final Dialog com::cosylab::logging::settings::FilterParameterDialog::ownerDialog [private] |
The Dialog to display this dialog over
Referenced by FilterParameterDialog(), and setVisible().
Referenced by getTypeEditor().
1.6.2