Package | Description |
---|---|
org.cytoscape.application.swing |
This package defines the various interfaces, abstract classes, and enums
that represent the Cytoscape Swing Application API.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.