|
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.ContainerBuilder<javax.swing.JPanel>
eu.beesoft.gaia.swing.builder.PanelBuilder
public class PanelBuilder
This builder just creates a new javax.swing.JPanel
.
Constructor Summary | |
---|---|
PanelBuilder()
|
Method Summary | |
---|---|
protected javax.swing.JPanel |
createObject()
Creates object for this builder. |
Methods inherited from class eu.beesoft.gaia.swing.builder.ContainerBuilder |
---|
addSwingChild, findBoundData, getBoundValueFromComponent, initLayout, isBindable, setBoundValueToComponent |
Methods inherited from class eu.beesoft.gaia.swing.builder.ComponentBuilder |
---|
addChild, convertValue, createBoundData, getLayoutConstraints, initBackground, initBorder, initEnabled, initFont, initForeground, initId, 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 PanelBuilder()
Method Detail |
---|
protected javax.swing.JPanel createObject()
ObjectBuilder
createObject
in class ObjectBuilder<javax.swing.JPanel>
|
JavaGantt 2011.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |