JComponentPack 1.3.0

com.zfqjava.layout
Class SideMode

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

public class SideMode
extends Object

SideMode provides a type-safe enum.


Field Summary
static SideMode BOTTOM
          Identify the bottom side mode.
static SideMode CENTER
          Identify the center side mode.
static SideMode LEFT
          Identify the left side mode.
static SideMode RIGHT
          Identify the right side mode.
static SideMode TOP
          Identify the top side mode.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LEFT

public static final SideMode LEFT
Identify the left side mode.


RIGHT

public static final SideMode RIGHT
Identify the right side mode.


CENTER

public static final SideMode CENTER
Identify the center side mode.


TOP

public static final SideMode TOP
Identify the top side mode.


BOTTOM

public static final SideMode BOTTOM
Identify the bottom side 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.