|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.citra.table.search.VisualSeeker
com.citra.table.search.BooleanVisualSeeker
public class BooleanVisualSeeker
A VisualSeeker for Boolean values.
Field Summary | |
---|---|
protected BooleanFilter |
booleanFilter
a boolean filter object used to filter Boolean values. |
protected JComboBox |
fieldBoxOptions
a combobox containing the search options. |
Fields inherited from class com.citra.table.search.VisualSeeker |
---|
anyKey, searchModel |
Constructor Summary | |
---|---|
BooleanVisualSeeker()
Constructs a BooleanVisualSeeker. |
Method Summary | |
---|---|
JComboBox |
getFieldBoxOptions()
Returns a combobox containing the searcb options. |
JPanel |
getPanel()
Returns the panel containing the controls used to manipulate the search. |
TableSearch |
getTableSearch()
Returns a table search object corresponding to the visual controls of the search. |
Methods inherited from class com.citra.table.search.VisualSeeker |
---|
fireSearch, getSearchModel, getSearchOnKey, setSearchOnKey |
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 BooleanVisualSeeker()
Method Detail |
---|
public JComboBox getFieldBoxOptions()
public JPanel getPanel()
getPanel
in class VisualSeeker
public TableSearch getTableSearch()
getTableSearch
in class VisualSeeker
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |