|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphViewHandler | |
---|---|
cytoscape.view | Classes that provide a window to display a graph and UI components connected to that window, such as the menus. |
Uses of GraphViewHandler in cytoscape.view |
---|
Classes in cytoscape.view that implement GraphViewHandler | |
---|---|
class |
BasicGraphViewHandler
A basic GraphViewHandler that simply reflects GraphPerspective
changes on a given GraphView |
Fields in cytoscape.view declared as GraphViewHandler | |
---|---|
static GraphViewHandler |
GraphViewController.DEFAULT_GRAPH_VIEW_HANDLER
|
Methods in cytoscape.view that return GraphViewHandler | |
---|---|
GraphViewHandler |
GraphViewController.getGraphViewHandler(GraphView graph_view)
Gets the cytoscape.view.GraphViewHandler for the given
giny.view.GraphView |
GraphViewHandler |
GraphViewController.removeGraphView(GraphView graph_view)
If this GraphViewController contains the given
giny.view.GraphView , then it is removed from it, and it no longer listens
for change events from the removed giny.view.GraphView 's
giny.model.GraphPerspective . |
Methods in cytoscape.view with parameters of type GraphViewHandler | |
---|---|
boolean |
GraphViewController.addGraphView(GraphView graph_view,
GraphViewHandler gv_handler)
Adds to the set of giny.view.GraphView objects that this
GraphViewController keeps synchronized to their
giny.model.GraphPerspective objects. |
boolean |
GraphViewController.setGraphViewHandler(GraphView graph_view,
GraphViewHandler gv_handler)
If the given giny.view.GraphView object belongs to this
GraphViewController , then its GraphViewHandler
is set to the given one. |
|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |