|
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.StringVisualSeeker
public class StringVisualSeeker
A VisualSeeker for String values.
Field Summary | |
---|---|
protected JCheckBox |
caseSensitive
a checkbox used to denote case(in)sensitivity. |
protected JTextField |
expression
a textfield used to input the string expression. |
protected JComboBox |
fieldBoxOptions
a combobox containing the search options. |
protected StringFilter |
stringFilter
a string filter object used to filter Strings. |
Fields inherited from class com.citra.table.search.VisualSeeker |
---|
anyKey, searchModel |
Constructor Summary | |
---|---|
StringVisualSeeker()
Constructs a StringVisualSeeker. |
Method Summary | |
---|---|
JCheckBox |
getCaseSensitive()
Returns a checkbox that is used to denote case(in)sensitivity for the string pattern. |
JTextField |
getExpression()
Returns a textfield that is used to display and allow input of the string pattern. |
JComboBox |
getFieldBoxOptions()
Returns a combobox containing the search 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 JCheckBox caseSensitive
protected JComboBox fieldBoxOptions
protected StringFilter stringFilter
protected JTextField expression
Constructor Detail |
---|
public StringVisualSeeker()
Method Detail |
---|
public JCheckBox getCaseSensitive()
public JTextField getExpression()
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 |