

Classes | |
| class | ExactChecked |
| class | MinmaxChecked |
Public Member Functions | |
| FilterIntegerPanel () | |
| Filter | getFilter () throws FilterParameterException |
| void | setBounds (int min, int max) |
| void | setFilter (Filter f) |
Protected Member Functions | |
| void | createComponents () |
Protected Attributes | |
| JCheckBox | minimumCheck |
| JCheckBox | maximumCheck |
| JCheckBox | exactCheck |
Private Member Functions | |
| void | setMaximum (Filter f) |
| void | setMinimum (Filter f) |
Private Attributes | |
| JIntegerTextField | minimum |
| JIntegerTextField | maximum |
| JIntegerTextField | exact |
| JCheckBox | notCheck |
Serves the purpose of filtering according to the integer value. Used by FilterParameterDialog. Creation date: (2/7/02 10:42:17 AM)
| com::cosylab::logging::settings::FilterIntegerPanel::FilterIntegerPanel | ( | ) | [inline] |
FilterIntegerPanel constructor comment.
Referenced by com::cosylab::logging::settings::FilterParameterDialog::getIntegerEditor().
| void com::cosylab::logging::settings::FilterIntegerPanel::createComponents | ( | ) | [inline, protected, virtual] |
Insert the method's description here. Creation date: (2/7/02 10:44:28 AM)
Implements com::cosylab::logging::settings::FilterParameterPanel.
References exact, exactCheck, maximum, maximumCheck, minimum, minimumCheck, com::cosylab::logging::settings::FilterParameterPanel::newConstraints(), and notCheck.
| Filter com::cosylab::logging::settings::FilterIntegerPanel::getFilter | ( | ) | throws FilterParameterException [inline, virtual] |
Insert the method's description here. Creation date: (2/7/02 11:08:31 AM)
| com.cosylab.logging.settings.FilterParameterException | The exception description. |
Implements com::cosylab::logging::settings::FilterParameterPanel.
References exact, exactCheck, com::cosylab::logging::settings::FilterParameterPanel::getFieldIndex(), com::cosylab::gui::components::r2::JIntegerTextField::getIntegerValue(), com::cosylab::logging::settings::FilterParameterPanel::isLethal(), maximum, maximumCheck, minimum, minimumCheck, and notCheck.
| void com::cosylab::logging::settings::FilterIntegerPanel::setBounds | ( | int | min, | |
| int | max | |||
| ) | [inline] |
Insert the method's description here. Creation date: (2/7/02 11:16:32 AM)
| min | int | |
| max | int |
References exact, maximum, minimum, com::cosylab::gui::components::r2::JIntegerTextField::setMaximum(), and com::cosylab::gui::components::r2::JIntegerTextField::setMinimum().
Referenced by com::cosylab::logging::settings::FilterParameterDialog::getIntegerEditor().
| void com::cosylab::logging::settings::FilterIntegerPanel::setFilter | ( | Filter | f | ) | [inline, virtual] |
Insert the method's description here. Creation date: (2/7/02 11:00:09 AM)
| f | com.cosylab.logging.engine.Filter |
Implements com::cosylab::logging::settings::FilterParameterPanel.
References com::cosylab::logging::engine::Filter::constraint, com::cosylab::logging::engine::Filter::exact, exact, exactCheck, notCheck, com::cosylab::logging::engine::Filter::notPolicyApplyed(), com::cosylab::gui::components::r2::JIntegerTextField::setIntegerValue(), setMaximum(), and setMinimum().
| void com::cosylab::logging::settings::FilterIntegerPanel::setMaximum | ( | Filter | f | ) | [inline, private] |
Insert the method's description here. Creation date: (2/7/02 11:06:35 AM)
| f | com.cosylab.logging.engine.Filter |
References com::cosylab::logging::engine::Filter::maximum, maximum, maximumCheck, and com::cosylab::gui::components::r2::JIntegerTextField::setIntegerValue().
Referenced by setFilter().
| void com::cosylab::logging::settings::FilterIntegerPanel::setMinimum | ( | Filter | f | ) | [inline, private] |
Insert the method's description here. Creation date: (2/7/02 11:06:06 AM)
| f | com.cosylab.logging.engine.Filter |
References com::cosylab::logging::engine::Filter::minimum, minimum, minimumCheck, and com::cosylab::gui::components::r2::JIntegerTextField::setIntegerValue().
Referenced by setFilter().
Referenced by createComponents(), getFilter(), setBounds(), and setFilter().
JCheckBox com::cosylab::logging::settings::FilterIntegerPanel::exactCheck [protected] |
Referenced by createComponents(), getFilter(), and setFilter().
Referenced by createComponents(), getFilter(), setBounds(), and setMaximum().
JCheckBox com::cosylab::logging::settings::FilterIntegerPanel::maximumCheck [protected] |
Referenced by createComponents(), getFilter(), and setMaximum().
Referenced by createComponents(), getFilter(), setBounds(), and setMinimum().
JCheckBox com::cosylab::logging::settings::FilterIntegerPanel::minimumCheck [protected] |
Referenced by createComponents(), getFilter(), and setMinimum().
JCheckBox com::cosylab::logging::settings::FilterIntegerPanel::notCheck [private] |
Referenced by createComponents(), getFilter(), and setFilter().
1.6.2