

Classes | |
| class | SelectionChecked |
Public Member Functions | |
| FilterStringPanel () | |
| Filter | getFilter () throws FilterParameterException |
| void | setFilter (com.cosylab.logging.engine.Filter f) |
Protected Member Functions | |
| void | createComponents () |
Private Attributes | |
| JTextField | exact |
| JTextField | regexp |
| JCheckBox | exactCheck |
| JCheckBox | regexpCheck |
| JCheckBox | notCheck |
Serves the purpose of filtering according to a string. Creation date: (2/7/02 11:29:37 AM)
| com::cosylab::logging::settings::FilterStringPanel::FilterStringPanel | ( | ) | [inline] |
FilterStringPanel constructor comment.
| void com::cosylab::logging::settings::FilterStringPanel::createComponents | ( | ) | [inline, protected, virtual] |
Insert the method's description here. Creation date: (2/7/02 11:41:10 AM)
Implements com::cosylab::logging::settings::FilterParameterPanel.
References exact, exactCheck, com::cosylab::logging::settings::FilterParameterPanel::newConstraints(), notCheck, regexp, and regexpCheck.
| Filter com::cosylab::logging::settings::FilterStringPanel::getFilter | ( | ) | throws FilterParameterException [inline, virtual] |
Insert the method's description here. Creation date: (2/7/02 11:41:10 AM)
| com.cosylab.logging.engine.InvalidFilterConstraintException | The exception description. |
Implements com::cosylab::logging::settings::FilterParameterPanel.
References exact, exactCheck, com::cosylab::logging::engine::Filter::Filter(), com::cosylab::logging::settings::FilterParameterPanel::getFieldIndex(), com::cosylab::logging::settings::FilterParameterPanel::isLethal(), notCheck, regexp, and regexpCheck.
| void com::cosylab::logging::settings::FilterStringPanel::setFilter | ( | com.cosylab.logging.engine.Filter | f | ) | [inline] |
Insert the method's description here. Creation date: (2/7/02 11:41:10 AM)
| f | com.cosylab.logging.engine.Filter |
References exact, exactCheck, notCheck, regexp, and regexpCheck.
JTextField com::cosylab::logging::settings::FilterStringPanel::exact [private] |
Referenced by createComponents(), getFilter(), and setFilter().
JCheckBox com::cosylab::logging::settings::FilterStringPanel::exactCheck [private] |
JCheckBox com::cosylab::logging::settings::FilterStringPanel::notCheck [private] |
Referenced by createComponents(), getFilter(), and setFilter().
JTextField com::cosylab::logging::settings::FilterStringPanel::regexp [private] |
Referenced by createComponents(), getFilter(), and setFilter().
JCheckBox com::cosylab::logging::settings::FilterStringPanel::regexpCheck [private] |
Referenced by createComponents(), getFilter(), and setFilter().
1.6.2