Uses of Enum Class
org.cytoscape.application.swing.CytoPanelName
Packages that use 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
Methods in org.cytoscape.application.swing that return CytoPanelNameModifier 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 CytoPanelNameReturns 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.Methods in org.cytoscape.application.swing with parameters of type CytoPanelNameModifier and TypeMethodDescriptionCySwingApplication.getCytoPanel(CytoPanelName compassDirection) Returns the appropriate CytoPanel for the specified compass direction.