org.siebengeisslein.pgui
Class PBorderLayoutConstraint

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.pgui.PConstraint
          extended by org.siebengeisslein.pgui.PBorderLayoutConstraint
All Implemented Interfaces:
java.lang.Cloneable, CloneAware, Instrumented

public class PBorderLayoutConstraint
extends PConstraint


Method Summary
 PBorderLayoutConstraint clone()
           
 PBorderLayoutConstraint clone(CloneHelper helper)
           
static PBorderLayoutConstraint getCenter()
           
 java.lang.Object getConstraints()
           
static PBorderLayoutConstraint getEast()
           
static PBorderLayoutConstraint getNorth()
           
static PBorderLayoutConstraint getPageEnd()
           
static PBorderLayoutConstraint getPageStart()
           
static PBorderLayoutConstraint getSouth()
           
static PBorderLayoutConstraint getWest()
           
 
Methods inherited from class org.siebengeisslein.pgui.PConstraint
internalClone
 
Methods inherited from class org.siebengeisslein.client.Persistent
abort, clearUserLocals, commit, disposeTransient, getGroup, getRef, getTransientValue, hashCode, initTransient, isWriteTransaction, joinWriteTransaction, readLock, setGroup, setTransientValue, toPersistent, toRef, writeExternal, writeLock
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConstraints

public java.lang.Object getConstraints()
Specified by:
getConstraints in class PConstraint

clone

public PBorderLayoutConstraint clone()
Overrides:
clone in class PConstraint

clone

public PBorderLayoutConstraint clone(CloneHelper helper)
Specified by:
clone in interface CloneAware
Overrides:
clone in class PConstraint

getCenter

public static PBorderLayoutConstraint getCenter()

getNorth

public static PBorderLayoutConstraint getNorth()

getEast

public static PBorderLayoutConstraint getEast()

getSouth

public static PBorderLayoutConstraint getSouth()

getWest

public static PBorderLayoutConstraint getWest()

getPageStart

public static PBorderLayoutConstraint getPageStart()

getPageEnd

public static PBorderLayoutConstraint getPageEnd()