|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sciapp.filter.VisualFilter
com.sciapp.filter.BooleanVisualFilter
public class BooleanVisualFilter
A VisualFilter for Boolean values.
| Field Summary | |
|---|---|
protected BooleanFilter |
booleanFilter
a boolean filter object used to filter Boolean values. |
protected JComboBox |
fieldBoxOptions
a combobox containing the filter options. |
| Fields inherited from class com.sciapp.filter.VisualFilter |
|---|
anyKey, filterModel |
| Constructor Summary | |
|---|---|
BooleanVisualFilter()
Constructs a BooleanVisualFilter. |
|
| Method Summary | |
|---|---|
Filter |
getFilter()
Returns the filter object that this component uses to filter the values. |
JPanel |
getPanel()
Returns the panel containing the controls used to manipulate the filter. |
TableFilter |
getTableFilter()
Returns a table filter object corresponding to the visual controls of the filter. |
void |
setTableFilter(TableFilter tf)
This method should modify the visual control's values to those corresponding to the supplied TableFilter object. |
boolean |
shouldApplyFilter()
Returns true if the current filter should be applied, false otherwise. |
| Methods inherited from class com.sciapp.filter.VisualFilter |
|---|
fireFilter, getFilterModel, getFilterOnKey, setFilterOnKey |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JComboBox fieldBoxOptions
protected BooleanFilter booleanFilter
| Constructor Detail |
|---|
public BooleanVisualFilter()
| Method Detail |
|---|
public Filter getFilter()
getFilter in class VisualFilterpublic JPanel getPanel()
getPanel in class VisualFilterpublic TableFilter getTableFilter()
getTableFilter in class VisualFilterpublic boolean shouldApplyFilter()
shouldApplyFilter in class VisualFilterpublic void setTableFilter(TableFilter tf)
setTableFilter in class VisualFiltertf - the TableFilter to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||