Cytoscape 3.0.0-beta1 API

Uses of Class
org.cytoscape.application.swing.CytoPanelName

Packages that use CytoPanelName
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
 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.
 

Methods in org.cytoscape.application.swing with parameters of type CytoPanelName
 CytoPanel CySwingApplication.getCytoPanel(CytoPanelName compassDirection)
          Returns the appropriate CytoPanel for the specified compass direction.
 


Cytoscape 3.0.0-beta1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.