Package cytoscape.view

Classes that provide a window to display a graph and UI components connected to that window, such as the menus.

See:
          Description

Interface Summary
CyEdgeView  
CyNetworkView CyNetworkView is responsible for actually getting a graph to show up on the screen.

Cytoscape does not currently define specific classes for NodeViews and EdgeViews, the deafults from the GINY graph library ( namely phoebe.PNodeView and phoebe.PEdgeView ) are most commonly used.
CyNodeView  
GraphViewHandler This interface represents an object that handles a change in a giny.mode.GraphPerspective by updating one of its giny.view.GraphViews.
NetworkView Deprecated. This interface defines methods for displaying a graph without specifying the details of the UI components surrounding the graph display.
 

Class Summary
BasicGraphViewHandler A basic GraphViewHandler that simply reflects GraphPerspective changes on a given GraphView
CyHelpBroker This class creates the Cytoscape Help Broker for managing the JavaHelp system and help set access
CyMenus This class creates the menu and tool bars for a Cytoscape window object.
CytoscapeDesktop The CytoscapeDesktop is the central Window for working with Cytoscape
FlagAndSelectionHandler This class synchronizes the flagged status of nodes and edges as held by a FlagFilter object of a network with the selection status of the corresponding node and edge views in a GraphView.
GraphViewController  
NetworkPanel  
NetworkViewManager  
 

Package cytoscape.view Description

Classes that provide a window to display a graph and UI components connected to that window, such as the menus.