Uses of Enum Class
org.cytoscape.application.swing.CytoPanelName
Package
Description
This package defines the various interfaces, abstract classes, and enums
that represent the Cytoscape Swing Application API.
-
Uses of CytoPanelName in org.cytoscape.application.swing
Modifier and TypeMethodDescriptionCytoPanel.getCytoPanelName()
Returns the position in the layout.CytoPanelComponent.getCytoPanelName()
Returns the name of the CytoPanel that this component should be added to.static CytoPanelName
Returns the enum constant of this class with the specified name.static CytoPanelName[]
CytoPanelName.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionCySwingApplication.getCytoPanel(CytoPanelName compassDirection)
Returns the appropriate CytoPanel for the specified compass direction.