JComponentPack 1.3.0

com.zfqjava.layout
Class DockMode

java.lang.Object
  extended by com.zfqjava.layout.DockMode

public class DockMode
extends Object

DockMode provides a type-safe enum dock mode.


Field Summary
static DockMode COLLAPSED
          Identify the collapsed mode.
static DockMode DOCKED
          Identify the docked mode.
static DockMode EXPANDED
          Identify the Expanded mode.
static DockMode FLOATING
          Identify the floating mode.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DOCKED

public static final DockMode DOCKED
Identify the docked mode.


FLOATING

public static final DockMode FLOATING
Identify the floating mode.


COLLAPSED

public static final DockMode COLLAPSED
Identify the collapsed mode.


EXPANDED

public static final DockMode EXPANDED
Identify the Expanded mode.

Method Detail

toString

public String toString()
Overrides:
toString in class Object

JComponentPack 1.3.0

Send your Feedback
JComponentPack 1.3.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.