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 |
---|---|
CytoPanelName |
CytoPanelComponent.getCytoPanelName()
Returns the name of the CytoPanel that this component should be added to.
|
CytoPanelName |
CytoPanel.getCytoPanelName()
Returns the position in the layout.
|
static CytoPanelName |
CytoPanelName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CytoPanelName[] |
CytoPanelName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CytoPanel |
CySwingApplication.getCytoPanel(CytoPanelName compassDirection)
Returns the appropriate CytoPanel for the specified compass direction.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.