org.siebengeisslein.pgui
Class PEmptyBorder

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

public class PEmptyBorder
extends Persistent
implements PBorder


Constructor Summary
PEmptyBorder(int width)
           
PEmptyBorder(int top, int left, int bottom, int right)
           
 
Method Summary
 PEmptyBorder clone(CloneHelper helper)
           
 javax.swing.border.Border getBorder()
           
 
Methods inherited from class org.siebengeisslein.client.Persistent
abort, clearUserLocals, clone, 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

PEmptyBorder

public PEmptyBorder(int width)

PEmptyBorder

public PEmptyBorder(int top,
                    int left,
                    int bottom,
                    int right)
Method Detail

getBorder

public javax.swing.border.Border getBorder()
Specified by:
getBorder in interface PBorder

clone

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