Cytoscape 3.0.1 API

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

Packages that use CytoPanelState
org.cytoscape.application.swing This package defines the various interfaces, abstract classes, and enums that represent the Cytoscape Swing Application API. 
org.cytoscape.application.swing.events This package defines the various events fired by the Cytoscape Swing Application API. 
 

Uses of CytoPanelState in org.cytoscape.application.swing
 

Methods in org.cytoscape.application.swing that return CytoPanelState
 CytoPanelState CytoPanel.getState()
          Gets the state of the CytoPanel.
static CytoPanelState CytoPanelState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CytoPanelState[] CytoPanelState.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 CytoPanelState
 void CytoPanel.setState(CytoPanelState cytoPanelState)
          Sets the state of the CytoPanel.
 

Uses of CytoPanelState in org.cytoscape.application.swing.events
 

Methods in org.cytoscape.application.swing.events that return CytoPanelState
 CytoPanelState CytoPanelStateChangedEvent.getNewState()
          Returns the new state of the CytoPanel.
 

Constructors in org.cytoscape.application.swing.events with parameters of type CytoPanelState
CytoPanelStateChangedEvent(Object source, CytoPanel cp, CytoPanelState newState)
          Constructor.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.