|
JavaGantt 2011.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.beesoft.gaia.util.ObjectBuilder<T>
eu.beesoft.gaia.swing.builder.SwingBuilder<T>
eu.beesoft.gaia.swing.builder.ComponentBuilder<T>
eu.beesoft.gaia.swing.builder.AbstractButtonBuilder<T>
T
- class of object created by this builderpublic abstract class AbstractButtonBuilder<T extends javax.swing.AbstractButton>
Abstract superclass of all Swing component builders that produce instances of
javax.swingAbstractButton
. Supports these properties:
javax.swing.SwingConstants
javax.swing.SwingConstants
Constructor Summary | |
---|---|
AbstractButtonBuilder()
|
Method Summary | |
---|---|
protected void |
initAction(java.lang.String value)
Initializes action property. |
protected void |
initActionCommand(java.lang.String value)
Initializes actionCommand property. |
protected void |
initHorizontalAlignment(java.lang.String value)
Initializes horizontalAlignment property. |
protected void |
initIcon(java.lang.String value)
Initializes icon property. |
protected void |
initIconTextGap(java.lang.String value)
Initializes iconTextGap property. |
protected void |
initId(java.lang.String value)
Overriden to initialize text property from resource bundle. |
protected void |
initSelected(java.lang.String value)
Initializes selected property. |
protected void |
initText(java.lang.String value)
Initializes text property. |
protected void |
initVerticalAlignment(java.lang.String value)
Initializes verticalAlignment property. |
Methods inherited from class eu.beesoft.gaia.swing.builder.ComponentBuilder |
---|
addChild, addSwingChild, convertValue, createBoundData, findBoundData, getLayoutConstraints, initBackground, initBorder, initEnabled, initFont, initForeground, initLayoutConstraint, initName, initOpaque, initSize, initToolTipText, initVisible, parseColor, parseIcon, setLayoutConstraints |
Methods inherited from class eu.beesoft.gaia.swing.builder.SwingBuilder |
---|
getBindableChildren, getBinding, getBoundData, getBoundValueFromComponent, getPropertyFromResourceBundle, getValueFromBoundObject, initBinding, isBindable, parseDimension, setBoundData, setBoundValueToComponent, setValueToBoundObject |
Methods inherited from class eu.beesoft.gaia.util.ObjectBuilder |
---|
createObject, createObject, getFactory, getChildren, getId, getObject, getParent, getProperties, getProperty, initClass, 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 |
---|
public AbstractButtonBuilder()
Method Detail |
---|
protected void initId(java.lang.String value)
text
property from resource bundle.
initId
in class ComponentBuilder<T extends javax.swing.AbstractButton>
value
- - value from according attribute in XML to initialize
id
propertyprotected void initText(java.lang.String value)
text
property.
value
- - value from according attribute in XML to initialize
text
propertyprotected void initIcon(java.lang.String value)
icon
property.
value
- - value from according attribute in XML to initialize
icon
propertyprotected void initIconTextGap(java.lang.String value)
iconTextGap
property.
value
- - value from according attribute in XML to initialize
iconTextGap
propertyprotected void initHorizontalAlignment(java.lang.String value)
horizontalAlignment
property.
value
- - value from according attribute in XML to initialize
horizontalAlignment
propertyprotected void initVerticalAlignment(java.lang.String value)
verticalAlignment
property.
value
- - value from according attribute in XML to initialize
verticalAlignment
propertyprotected void initSelected(java.lang.String value)
selected
property.
value
- - value from according attribute in XML to initialize
selected
propertyprotected void initActionCommand(java.lang.String value)
actionCommand
property.
value
- - value from according attribute in XML to initialize
actionCommand
propertyprotected void initAction(java.lang.String value)
action
property.
value
- - value from according attribute in XML to initialize
action
property
|
JavaGantt 2011.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |