|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CyMenus | |
---|---|
cytoscape.actions | UI classes that are attached to menu items in the menu or tool bar of the window. |
cytoscape.dialogs | UI classes for performing some action, generally more complicated than those contained in the cytoscape.actions package. |
cytoscape.view | Classes that provide a window to display a graph and UI components connected to that window, such as the menus. |
Uses of CyMenus in cytoscape.actions |
---|
Fields in cytoscape.actions declared as CyMenus | |
---|---|
protected CyMenus |
OpenSessionAction.windowMenu
|
protected CyMenus |
ImportGraphFileAction.windowMenu
|
protected CyMenus |
ImportExpressionMatrixAction.windowMenu
|
Constructors in cytoscape.actions with parameters of type CyMenus | |
---|---|
ImportGraphFileAction(CyMenus windowMenu)
Constructor. |
|
ImportGraphFileAction(CyMenus windowMenu,
boolean label)
Constructor. |
|
OpenSessionAction(CyMenus windowMenu,
boolean label)
Constructor for the Icon button on the toolbar. |
Uses of CyMenus in cytoscape.dialogs |
---|
Methods in cytoscape.dialogs with parameters of type CyMenus | |
---|---|
static void |
ShrinkExpandGraphUI.makeShrinkExpandGraphUI(CyMenus cymenus)
DOCUMENT ME! |
Uses of CyMenus in cytoscape.view |
---|
Fields in cytoscape.view declared as CyMenus | |
---|---|
protected CyMenus |
CytoscapeDesktop.cyMenus
The CyMenus object provides access to the all of the menus and toolbars that will be needed. |
Methods in cytoscape.view that return CyMenus | |
---|---|
CyMenus |
CytoscapeDesktop.getCyMenus()
DOCUMENT ME! |
|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |