|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphPerspectiveChangeEvent | |
---|---|
cytoscape.data | Basic data classes used by Cytoscape. |
cytoscape.view | Classes that provide a window to display a graph and UI components connected to that window, such as the menus. |
giny.model |
Uses of GraphPerspectiveChangeEvent in cytoscape.data |
---|
Methods in cytoscape.data with parameters of type GraphPerspectiveChangeEvent | |
---|---|
void |
SelectFilter.graphPerspectiveChanged(GraphPerspectiveChangeEvent event)
Implementation of the GraphPerspectiveChangeListener interface. |
Uses of GraphPerspectiveChangeEvent in cytoscape.view |
---|
Methods in cytoscape.view with parameters of type GraphPerspectiveChangeEvent | |
---|---|
void |
GraphViewController.graphPerspectiveChanged(GraphPerspectiveChangeEvent event)
Invoked when a graph change to any of the giny.model.GraphPerspective
objects accessed through giny.view.GraphView.getGraphPerspective() of
this object's graphViews is made. |
void |
GraphViewHandler.handleGraphPerspectiveEvent(GraphPerspectiveChangeEvent event,
GraphView graph_view)
Handles the event as desired by updating the given giny.view.GraphView . |
void |
BasicGraphViewHandler.handleGraphPerspectiveEvent(GraphPerspectiveChangeEvent event,
GraphView graph_view)
Handles the event as desired by updating the given giny.view.GraphView . |
Uses of GraphPerspectiveChangeEvent in giny.model |
---|
Methods in giny.model with parameters of type GraphPerspectiveChangeEvent | |
---|---|
void |
GraphPerspectiveChangeListener.graphPerspectiveChanged(GraphPerspectiveChangeEvent event)
Invoked when a GraphPerspective to which this GraphPerspectiveChangeListener listens changes. |
|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |