|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object infovis.panel.dqinter.AbstractDynamicQuery
public abstract class AbstractDynamicQuery
Base abstract class for Dynamic Queries.
Constructor Summary | |
---|---|
AbstractDynamicQuery(Column column)
Constructor. |
Method Summary | |
---|---|
void |
apply()
Apply the DynamicQuery to the specified FilterColumn |
Column |
getColumn()
Returns the column. |
FilterColumn |
getFilterColumn()
|
abstract boolean |
isFiltered(int row)
Returns true if the value at that row is filtered out. |
void |
setColumn(Column column)
Sets the column. |
void |
setFilterColumn(FilterColumn filter)
|
void |
stateChanged(ChangeEvent e)
|
abstract void |
update()
Method called when the column is modified. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface infovis.panel.DynamicQuery |
---|
getComponent |
Constructor Detail |
---|
public AbstractDynamicQuery(Column column)
column
- the columnMethod Detail |
---|
public void stateChanged(ChangeEvent e)
stateChanged
in interface ChangeListener
public abstract void update()
public abstract boolean isFiltered(int row)
isFiltered
in interface DynamicQuery
isFiltered
in interface RowFilter
row
- the row to check.
public Column getColumn()
getColumn
in interface DynamicQuery
public void setColumn(Column column)
column
- The column to setpublic FilterColumn getFilterColumn()
getFilterColumn
in interface DynamicQuery
public void setFilterColumn(FilterColumn filter)
setFilterColumn
in interface DynamicQuery
public void apply()
FilterColumn
apply
in interface DynamicQuery
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |