JavaGantt 2011.1 API

eu.beesoft.gaia.swing.form
Class CellConstraintsBuilder

java.lang.Object
  extended by eu.beesoft.gaia.util.ObjectBuilder<T>
      extended by eu.beesoft.gaia.swing.builder.LayoutConstraintsBuilder<java.awt.GridBagConstraints>
          extended by eu.beesoft.gaia.swing.builder.GridBagConstraintsBuilder
              extended by eu.beesoft.gaia.swing.form.CellConstraintsBuilder

public class CellConstraintsBuilder
extends GridBagConstraintsBuilder

Builder to produce instances of CellConstraints. It supports these properties:


Constructor Summary
CellConstraintsBuilder()
           
 
Method Summary
protected  CellConstraints createObject()
          Creates object for this builder.
protected  void initBorder(java.lang.String value)
           
protected  void initBottomBorder(java.lang.String value)
           
protected  void initHeight(java.lang.String value)
           
protected  void initLeftBorder(java.lang.String value)
           
protected  void initResizeX(java.lang.String value)
           
protected  void initResizeY(java.lang.String value)
           
protected  void initRightBorder(java.lang.String value)
           
protected  void initTopBorder(java.lang.String value)
           
protected  void initUnder(java.lang.String value)
           
protected  void initWidth(java.lang.String value)
           
protected  void initX(java.lang.String value)
           
protected  void initY(java.lang.String value)
           
 
Methods inherited from class eu.beesoft.gaia.swing.builder.GridBagConstraintsBuilder
initAnchor, initFill, initGridHeight, initGridWidth, initGridX, initGridY, initInsets, initWeightX, initWeightY
 
Methods inherited from class eu.beesoft.gaia.util.ObjectBuilder
addChild, createObject, getFactory, getChildren, getId, getObject, getParent, getProperties, getProperty, initClass, initId, initObjectProperties, initObjectProperty, parseBoolean, parseClass, parseConstant, parseConstructor, parseDouble, parseInstance, parseInstance, parseInt, parseInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellConstraintsBuilder

public CellConstraintsBuilder()
Method Detail

createObject

protected CellConstraints createObject()
Description copied from class: ObjectBuilder
Creates object for this builder. This method is invoked only once, when properties for builder and the builder's parent (but not children) are set.

Overrides:
createObject in class GridBagConstraintsBuilder
Returns:
created object

initX

protected void initX(java.lang.String value)

initY

protected void initY(java.lang.String value)

initWidth

protected void initWidth(java.lang.String value)

initHeight

protected void initHeight(java.lang.String value)

initResizeX

protected void initResizeX(java.lang.String value)

initResizeY

protected void initResizeY(java.lang.String value)

initUnder

protected void initUnder(java.lang.String value)

initLeftBorder

protected void initLeftBorder(java.lang.String value)

initTopBorder

protected void initTopBorder(java.lang.String value)

initRightBorder

protected void initRightBorder(java.lang.String value)

initBottomBorder

protected void initBottomBorder(java.lang.String value)

initBorder

protected void initBorder(java.lang.String value)

JavaGantt 2011.1 API