|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sciapp.table.search.VisualSeeker
com.sciapp.table.search.NumericalVisualSeeker
public class NumericalVisualSeeker
A VisualSeeker for numeric values.
| Field Summary | |
|---|---|
protected JTextField |
expression
a textfield used to input the number. |
protected JComboBox |
fieldBoxOptions
a combobox containing the search options. |
protected NumberFilter |
numberFilter
a numeric filter object used to filter Number objects. |
| Fields inherited from class com.sciapp.table.search.VisualSeeker |
|---|
anyKey, searchModel |
| Constructor Summary | |
|---|---|
NumericalVisualSeeker(NumberFilter numberFilter)
Constructs a NumericalVisualSeeker. |
|
| Method Summary | |
|---|---|
JTextField |
getExpression()
Returns a textfield that is used to display and allow input of the numerical 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.sciapp.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 NumberFilter numberFilter
protected JTextField expression
| Constructor Detail |
|---|
public NumericalVisualSeeker(NumberFilter numberFilter)
| Method Detail |
|---|
public JTextField getExpression()
public JComboBox getFieldBoxOptions()
public JPanel getPanel()
getPanel in class VisualSeekerpublic TableSearch getTableSearch()
getTableSearch in class VisualSeeker
|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||