|
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<javax.swing.JMenuItem>
eu.beesoft.gaia.swing.builder.MenuItemBuilder
eu.beesoft.gaia.swing.builder.MenuBuilder
public class MenuBuilder
This builder just creates a new javax.swing.JMenu
.
Constructor Summary | |
---|---|
MenuBuilder()
|
Method Summary | |
---|---|
protected void |
addSwingChild(ObjectBuilder<?> builder)
This implementation processes just instances of LayoutConstraintsBuilder to remember layout constraints for
component of this builder. |
protected javax.swing.JMenu |
createObject()
Creates object for this builder. |
Methods inherited from class eu.beesoft.gaia.swing.builder.MenuItemBuilder |
---|
initAccelerator |
Methods inherited from class eu.beesoft.gaia.swing.builder.AbstractButtonBuilder |
---|
initAction, initActionCommand, initHorizontalAlignment, initIcon, initIconTextGap, initId, initSelected, initText, initVerticalAlignment |
Methods inherited from class eu.beesoft.gaia.swing.builder.ComponentBuilder |
---|
addChild, 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, 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 MenuBuilder()
Method Detail |
---|
protected javax.swing.JMenu createObject()
ObjectBuilder
createObject
in class MenuItemBuilder
protected void addSwingChild(ObjectBuilder<?> builder)
ComponentBuilder
LayoutConstraintsBuilder
to remember layout constraints for
component of this builder.
addSwingChild
in class ComponentBuilder<javax.swing.JMenuItem>
builder
- - the builder which object should be added to swing component
|
JavaGantt 2011.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |