|
Gaia 2011.2 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.ContainerBuilder<T>
eu.beesoft.gaia.swing.builder.AbstractWindowBuilder<javax.swing.JFrame>
eu.beesoft.gaia.swing.builder.FrameBuilder
public class FrameBuilder
Builder to produce instances of javax.swing.JFrame. It supports
this property:
| Constructor Summary | |
|---|---|
FrameBuilder()
|
|
| Method Summary | |
|---|---|
protected void |
addSwingChild(ObjectBuilder<?> builder)
Adds an object (component) of the given builder to the container created by this builder. |
protected javax.swing.JFrame |
createObject()
Creates object for this builder. |
protected void |
initId(java.lang.String value)
Initializes property ID for this value. |
protected void |
initTitle(java.lang.String value)
|
| Methods inherited from class eu.beesoft.gaia.swing.builder.AbstractWindowBuilder |
|---|
initAlwaysOnTop, initCursor, initFocusableWindowState, initGlassPane, initLocationRelativeTo, parseCursor |
| Methods inherited from class eu.beesoft.gaia.swing.builder.ContainerBuilder |
|---|
findBoundData, getBoundValueFromComponent, initLayout, isBindable, setBoundValueToComponent |
| Methods inherited from class eu.beesoft.gaia.swing.builder.ComponentBuilder |
|---|
addChild, convertValue, createBoundData, 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, getPropertyFromResourceBundle, getValueFromBoundObject, initBinding, parseDimension, setBoundData, 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 FrameBuilder()
| Method Detail |
|---|
protected javax.swing.JFrame createObject()
ObjectBuilder
createObject in class ObjectBuilder<javax.swing.JFrame>protected void initId(java.lang.String value)
ObjectBuilder
initId in class ComponentBuilder<javax.swing.JFrame>value - - id to setprotected void initTitle(java.lang.String value)
protected void addSwingChild(ObjectBuilder<?> builder)
ContainerBuilder
addSwingChild in class AbstractWindowBuilder<javax.swing.JFrame>builder - - a builder of the component to add
|
Gaia 2011.2 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||