Classes | Public Member Functions | Protected Member Functions | Protected Attributes

com.cosylab.logging.settings.FilterIntegerPanel Class Reference

Inheritance diagram for com.cosylab.logging.settings.FilterIntegerPanel:
com.cosylab.logging.settings.FilterParameterPanel

List of all members.

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

Detailed Description

Serves the purpose of filtering according to the integer value. Used by FilterParameterDialog. Creation date: (2/7/02 10:42:17 AM)

Author:
:

Constructor & Destructor Documentation

com.cosylab.logging.settings.FilterIntegerPanel.FilterIntegerPanel (  ) 

FilterIntegerPanel constructor comment.


Member Function Documentation

void com.cosylab.logging.settings.FilterIntegerPanel.createComponents (  )  [protected, virtual]
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)

Parameters:
min int
max int
void com.cosylab.logging.settings.FilterIntegerPanel.setFilter ( Filter  f  )  [virtual]

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties