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 |
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 | ( | ) |
FilterIntegerPanel constructor comment.
| void com.cosylab.logging.settings.FilterIntegerPanel.createComponents | ( | ) | [protected, virtual] |
Insert the method's description here. Creation date: (2/7/02 10:44:28 AM)
Implements com.cosylab.logging.settings.FilterParameterPanel.
References com.cosylab.logging.settings.FilterIntegerPanel.exactCheck, com.cosylab.logging.settings.FilterIntegerPanel.maximumCheck, com.cosylab.logging.settings.FilterIntegerPanel.minimumCheck, and com.cosylab.logging.settings.FilterParameterPanel.newConstraints().
| Filter com.cosylab.logging.settings.FilterIntegerPanel.getFilter | ( | ) | throws FilterParameterException [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 com.cosylab.logging.settings.FilterIntegerPanel.exactCheck, com.cosylab.logging.settings.FilterParameterPanel.getFieldIndex(), com.cosylab.logging.settings.FilterParameterPanel.isLethal(), com.cosylab.logging.settings.FilterIntegerPanel.maximumCheck, and com.cosylab.logging.settings.FilterIntegerPanel.minimumCheck.
| void com.cosylab.logging.settings.FilterIntegerPanel.setBounds | ( | int | min, | |
| int | max | |||
| ) |
Insert the method's description here. Creation date: (2/7/02 11:16:32 AM)
| min | int | |
| max | int |
| void com.cosylab.logging.settings.FilterIntegerPanel.setFilter | ( | Filter | f | ) | [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, com.cosylab.logging.settings.FilterIntegerPanel.exactCheck, and com.cosylab.logging.engine.Filter.notPolicyApplyed().
JCheckBox com.cosylab.logging.settings.FilterIntegerPanel.exactCheck [protected] |
JCheckBox com.cosylab.logging.settings.FilterIntegerPanel.maximumCheck [protected] |
JCheckBox com.cosylab.logging.settings.FilterIntegerPanel.minimumCheck [protected] |
1.7.0