Cytoscape 2.8.0 API

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
clone, equals, finalize, 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!

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.