|
||||||||||
| 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.CategoricalDynamicQuery
public class CategoricalDynamicQuery
Dynamic Query for categorical columns.
| Nested Class Summary | |
|---|---|
static class |
CategoricalDynamicQuery.Creator
Creator for CategoricalDynamicQuery. |
| Constructor Summary | |
|---|---|
CategoricalDynamicQuery(NumberColumn 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 |
setColumn(Column column)
Sets the column. |
void |
update()
Method called when the column is modified. |
| Methods inherited from class infovis.panel.dqinter.AbstractDynamicQuery |
|---|
apply, getColumn, getFilterColumn, setFilterColumn, stateChanged |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CategoricalDynamicQuery(NumberColumn col)
col - the column| Method Detail |
|---|
public void update()
update in class AbstractDynamicQuerypublic void setColumn(Column column)
setColumn in class AbstractDynamicQuerycolumn - The column to setpublic boolean isFiltered(int row)
isFiltered in interface DynamicQueryisFiltered in interface RowFilterisFiltered in class AbstractDynamicQueryrow - the row to check.
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 | |||||||||