public interface CyNodeViewContextMenuFactory
Modifier and Type | Method and Description |
---|---|
CyMenuItem |
createMenuItem(CyNetworkView netView,
View<CyNode> nodeView)
This method should return a CyMenuItem to be added to the context
menu of the specified node view.
|
CyMenuItem createMenuItem(CyNetworkView netView, View<CyNode> nodeView)
netView
- The CyNetworkView containing the node view in question.nodeView
- The View<CyNode> whose menu will be updated with the
returned CyMenuItem.Copyright 2011 Cytoscape Consortium. All rights reserved.