Uses of Class
org.cytoscape.application.swing.CyMenuItem
-
Packages that use CyMenuItem Package Description 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 Modifier and Type Method Description CyMenuItemCyEdgeViewContextMenuFactory. createMenuItem(CyNetworkView netView, View<CyEdge> edgeView)This method should return a CyMenuItem to be added to the context menu of the specified edge view.CyMenuItemCyNetworkViewContextMenuFactory. createMenuItem(CyNetworkView netView)This method should return a CyMenuItem to be added to the context menu of the specified network view.CyMenuItemCyNodeViewContextMenuFactory. createMenuItem(CyNetworkView netView, View<CyNode> nodeView)This method should return a CyMenuItem to be added to the context menu of the specified node view.
-