|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfovis.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 on| Method Detail |
|---|
public void setColumn(Column column)
setColumn in class AbstractDynamicQuerycolumn - The column to setpublic void update()
update in class AbstractDynamicQuerypublic void apply()
FilterColumn
apply in interface DynamicQueryapply in class AbstractDynamicQuerypublic boolean isFiltered(int edge)
isFiltered in interface DynamicQueryisFiltered in interface RowFilterisFiltered in class AbstractDynamicQueryedge - 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 | |||||||||