org.siebengeisslein.ide.gui.property
Class GridXProperty

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.GridXProperty
All Implemented Interfaces:
Instrumented, Property

public class GridXProperty
extends AbstractLayoutProperty


Constructor Summary
GridXProperty(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

GridXProperty

public GridXProperty(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