Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.view.cytopanels
Class CytoPanelState

java.lang.Object
  extended by cytoscape.view.cytopanels.CytoPanelState

public class CytoPanelState
extends Object

CytoPanelState Class. The following States are supported:

Author:
Ben Gross

Field Summary
static CytoPanelState DOCK
          Dock state of a CytoPanel.
static CytoPanelState FLOAT
          Float state of a CytoPanel.
static CytoPanelState HIDE
          Hide state of a CytoPanel.
 
Method Summary
 String toString()
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

HIDE

public static final CytoPanelState HIDE
Hide state of a CytoPanel.


FLOAT

public static final CytoPanelState FLOAT
Float state of a CytoPanel.


DOCK

public static final CytoPanelState DOCK
Dock state of a CytoPanel.

Method Detail

toString

public String toString()
DOCUMENT ME!

Overrides:
toString in class Object
Returns:
DOCUMENT ME!

www.cytoscape.org