|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfovis.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 column| Method Detail |
|---|
public boolean isFiltered(int row)
isFiltered in interface DynamicQueryisFiltered in interface RowFilterisFiltered in class AbstractDynamicQueryrow - the row to check.
public void update()
update in class AbstractDynamicQuerypublic JComponent getComponent()
Component associated with this dynamic query.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||