org.siebengeisslein.ide.gui.property
Class HAlignProperty

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

public class HAlignProperty
extends AbstractLayoutProperty


Constructor Summary
HAlignProperty(PComponent component, PanelDesignPanel panel)
           
 
Method Summary
 java.lang.Object getValue()
           
protected  void updateConstraints(PFormLayoutConstraint constraints, java.lang.Object value)
           
 
Methods inherited from class org.siebengeisslein.ide.gui.property.AbstractLayoutProperty
getConstraints, setValue
 
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

HAlignProperty

public HAlignProperty(PComponent component,
                      PanelDesignPanel panel)
Method Detail

getValue

public java.lang.Object getValue()

updateConstraints

protected void updateConstraints(PFormLayoutConstraint constraints,
                                 java.lang.Object value)
Specified by:
updateConstraints in class AbstractLayoutProperty