JavaGantt 2011.1 API

eu.beesoft.gaia.swing.builder
Class GridBagConstraintsBuilder

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
Direct Known Subclasses:
CellConstraintsBuilder

public class GridBagConstraintsBuilder
extends LayoutConstraintsBuilder<java.awt.GridBagConstraints>

Builder to produce instances of java.awt.GridBagConstraints. It supports these properties:


Constructor Summary
GridBagConstraintsBuilder()
           
 
Method Summary
protected  java.awt.GridBagConstraints createObject()
          Creates object for this builder.
protected  void initAnchor(java.lang.String value)
           
protected  void initFill(java.lang.String value)
           
protected  void initGridHeight(java.lang.String value)
           
protected  void initGridWidth(java.lang.String value)
           
protected  void initGridX(java.lang.String value)
           
protected  void initGridY(java.lang.String value)
           
protected  void initInsets(java.lang.String value)
           
protected  void initWeightX(java.lang.String value)
           
protected  void initWeightY(java.lang.String value)
           
 
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

GridBagConstraintsBuilder

public GridBagConstraintsBuilder()
Method Detail

createObject

protected java.awt.GridBagConstraints 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.

Specified by:
createObject in class ObjectBuilder<java.awt.GridBagConstraints>
Returns:
created object

initGridX

protected void initGridX(java.lang.String value)

initGridY

protected void initGridY(java.lang.String value)

initGridWidth

protected void initGridWidth(java.lang.String value)

initGridHeight

protected void initGridHeight(java.lang.String value)

initAnchor

protected void initAnchor(java.lang.String value)

initFill

protected void initFill(java.lang.String value)

initWeightX

protected void initWeightX(java.lang.String value)

initWeightY

protected void initWeightY(java.lang.String value)

initInsets

protected void initInsets(java.lang.String value)

JavaGantt 2011.1 API