org.siebengeisslein.pgui
Class PConstraint

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

public abstract class PConstraint
extends Persistent
implements CloneAware


Constructor Summary
PConstraint()
           
 
Method Summary
 PConstraint clone()
           
 CloneAware clone(CloneHelper helper)
           
abstract  java.lang.Object getConstraints()
           
protected  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
 

Constructor Detail

PConstraint

public PConstraint()
Method Detail

clone

public CloneAware clone(CloneHelper helper)
                 throws java.lang.CloneNotSupportedException
Specified by:
clone in interface CloneAware
Throws:
java.lang.CloneNotSupportedException

getConstraints

public abstract java.lang.Object getConstraints()

clone

public PConstraint clone()
Overrides:
clone in class Persistent

internalClone

protected PConstraint internalClone()
                             throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException