org.siebengeisslein.pgui
Class PColor

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.client.Immutable
          extended by org.siebengeisslein.pgui.PColor
All Implemented Interfaces:
java.lang.Cloneable, CloneAndMergeAware, CloneAware, Instrumented, MergeAware

public class PColor
extends Immutable


Constructor Summary
PColor(java.awt.Color color)
           
 
Method Summary
 java.awt.Color getColor()
           
 
Methods inherited from class org.siebengeisslein.client.Immutable
clone, getComponentId, merge, replaceMerged
 
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

PColor

public PColor(java.awt.Color color)
Method Detail

getColor

public java.awt.Color getColor()