Uses of Class
org.cytoscape.application.swing.CytoPanelName
-
Packages that use CytoPanelName Package Description org.cytoscape.application.swing 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 CytoPanelName Modifier and Type Method Description CytoPanelNameCytoPanel. getCytoPanelName()Returns the position in the layout.CytoPanelNameCytoPanelComponent. getCytoPanelName()Returns the name of the CytoPanel that this component should be added to.static CytoPanelNameCytoPanelName. 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.Methods in org.cytoscape.application.swing with parameters of type CytoPanelName Modifier and Type Method Description CytoPanelCySwingApplication. getCytoPanel(CytoPanelName compassDirection)Returns the appropriate CytoPanel for the specified compass direction.
-