Cytoscape 3.0.1 API

Uses of Class
org.cytoscape.application.swing.CyMenuItem

Packages that use CyMenuItem
org.cytoscape.application.swing This package defines the various interfaces, abstract classes, and enums that represent the Cytoscape Swing Application API. 
 

Uses of CyMenuItem in org.cytoscape.application.swing
 

Methods in org.cytoscape.application.swing that return CyMenuItem
 CyMenuItem CyNetworkViewContextMenuFactory.createMenuItem(CyNetworkView netView)
          This method should return a CyMenuItem to be added to the context menu of the specified network view.
 CyMenuItem CyEdgeViewContextMenuFactory.createMenuItem(CyNetworkView netView, View<CyEdge> edgeView)
          This method should return a CyMenuItem to be added to the context menu of the specified edge view.
 CyMenuItem CyNodeViewContextMenuFactory.createMenuItem(CyNetworkView netView, View<CyNode> nodeView)
          This method should return a CyMenuItem to be added to the context menu of the specified node view.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.