|
Cytoscape 2.4.1 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GraphViewHandler
This interface represents an object that handles a change in a
giny.mode.GraphPerspective by updating one of its
giny.view.GraphViews.
| Method Summary | |
|---|---|
void |
handleGraphPerspectiveEvent(GraphPerspectiveChangeEvent event,
GraphView graph_view)
Handles the event as desired by updating the given giny.view.GraphView. |
void |
updateGraphView(GraphView graph_view)
Updates graph_view so that it is synchronized with its giny.model.GraphPerspective
Useful if GraphPerspectiveChangeEvents haven't been handled,
and a graph_view must be made synchronized with its GraphPerspective. |
| Method Detail |
|---|
void handleGraphPerspectiveEvent(GraphPerspectiveChangeEvent event,
GraphView graph_view)
giny.view.GraphView.
event - the event to handlegraph_view - the giny.view.GraphView that views the
giny.model.GraphPerspective that generated the event and that should
be updated as necessaryvoid updateGraphView(GraphView graph_view)
giny.model.GraphPerspective
Useful if GraphPerspectiveChangeEvents haven't been handled,
and a graph_view must be made synchronized with its GraphPerspective.
graph_view - the giny.view.GraphView that views the should
be updated as necessary
|
www.cytoscape.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||