org.siebengeisslein.ide.gui.property
Class TextProperty

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.ide.gui.property.AbstractProperty
          extended by org.siebengeisslein.ide.gui.property.TextProperty
All Implemented Interfaces:
Instrumented, Property

public class TextProperty
extends AbstractProperty
implements Property


Constructor Summary
TextProperty(PLabel label)
           
 
Method Summary
 java.lang.Object getValue()
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class org.siebengeisslein.ide.gui.property.AbstractProperty
getEditor, getName
 
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
 
Methods inherited from interface org.siebengeisslein.ide.gui.Property
getEditor, getName
 

Constructor Detail

TextProperty

public TextProperty(PLabel label)
Method Detail

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface Property

setValue

public void setValue(java.lang.Object value)
Specified by:
setValue in interface Property