Uses of Class
org.cytoscape.application.swing.CyMenuItem
Package
Description
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
Modifier and TypeMethodDescriptionCyEdgeViewContextMenuFactory.createMenuItem
(CyNetworkView netView, View<CyEdge> edgeView) This method should return a CyMenuItem to be added to the context menu of the specified edge view.CyNetworkViewContextMenuFactory.createMenuItem
(CyNetworkView netView) This method should return a CyMenuItem to be added to the context menu of the specified network view.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.