|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object infovis.panel.dqinter.AbstractDynamicQuery infovis.graph.visualization.FilterEdgeDynamicQuery
public class FilterEdgeDynamicQuery
Dynamic query to filter edges with a filtered vertex.
Constructor Summary | |
---|---|
FilterEdgeDynamicQuery(Graph graph,
FilterColumn column,
boolean isFirst)
Constructor. |
Method Summary | |
---|---|
void |
apply()
Apply the DynamicQuery to the specified FilterColumn |
JComponent |
getComponent()
Returns the Component associated with this dynamic query. |
boolean |
isFiltered(int edge)
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 |
---|
getColumn, getFilterColumn, setFilterColumn, stateChanged |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilterEdgeDynamicQuery(Graph graph, FilterColumn column, boolean isFirst)
graph
- the graphcolumn
- the filterisFirst
- true if the first vertex is the one filtered onMethod Detail |
---|
public void setColumn(Column column)
setColumn
in class AbstractDynamicQuery
column
- The column to setpublic void update()
update
in class AbstractDynamicQuery
public void apply()
FilterColumn
apply
in interface DynamicQuery
apply
in class AbstractDynamicQuery
public boolean isFiltered(int edge)
isFiltered
in interface DynamicQuery
isFiltered
in interface RowFilter
isFiltered
in class AbstractDynamicQuery
edge
- 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 |