|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object infovis.panel.dqinter.AbstractDynamicQuery infovis.panel.dqinter.StringSearchDynamicQuery
public class StringSearchDynamicQuery
Dynamic query for string columns.
Nested Class Summary | |
---|---|
static class |
StringSearchDynamicQuery.Creator
Creator for this dynamic query type. |
Constructor Summary | |
---|---|
StringSearchDynamicQuery(Column col)
Constructor. |
Method Summary | |
---|---|
JComponent |
getComponent()
Returns the Component associated with this dynamic query. |
boolean |
isFiltered(int row)
Returns true if the value at that row is filtered out. |
void |
update()
Method called when the column is modified. |
Methods inherited from class infovis.panel.dqinter.AbstractDynamicQuery |
---|
apply, getColumn, getFilterColumn, setColumn, setFilterColumn, stateChanged |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringSearchDynamicQuery(Column col)
col
- the columnMethod Detail |
---|
public boolean isFiltered(int row)
isFiltered
in interface DynamicQuery
isFiltered
in interface RowFilter
isFiltered
in class AbstractDynamicQuery
row
- the row to check.
public void update()
update
in class AbstractDynamicQuery
public JComponent getComponent()
Component
associated with this dynamic query.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |