|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mlc.swing.layout.ButtonBarComponentBuilder
public class ButtonBarComponentBuilder
This is the component builder for the JGoodies ButtonBar.
| Field Summary | |
|---|---|
private static java.lang.String |
center
|
private static java.lang.String |
justification
|
private static java.lang.String |
left
|
(package private) java.util.List<BeanProperty> |
properties
|
private static java.lang.String |
right
|
| Constructor Summary | |
|---|---|
ButtonBarComponentBuilder()
Creates a new instance of ButtonBarComponentBuilder |
|
| Method Summary | |
|---|---|
ComponentDef |
getComponentDef(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> beanProperties)
|
java.lang.String |
getDeclaration(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> properties)
Returns the appropriate declaration suitable for this component |
java.awt.Component |
getInstance(java.util.Map<java.lang.String,java.lang.Object> properties)
Returns an instance of this object given the specified properties |
java.util.List<BeanProperty> |
getProperties()
Returns a list of properties that are appropriate for construction |
boolean |
isComponentALayoutContainer()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final java.lang.String left
private static final java.lang.String right
private static final java.lang.String center
private static final java.lang.String justification
java.util.List<BeanProperty> properties
| Constructor Detail |
|---|
public ButtonBarComponentBuilder()
throws java.beans.IntrospectionException
java.beans.IntrospectionException| Method Detail |
|---|
public java.lang.String getDeclaration(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> properties)
ComponentBuilder
getDeclaration in interface ComponentBuilderpublic java.lang.String toString()
toString in class java.lang.Object
public java.awt.Component getInstance(java.util.Map<java.lang.String,java.lang.Object> properties)
throws java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
ComponentBuilder
getInstance in interface ComponentBuilderjava.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetExceptionpublic boolean isComponentALayoutContainer()
isComponentALayoutContainer in interface ComponentBuilderpublic java.util.List<BeanProperty> getProperties()
ComponentBuilder
getProperties in interface ComponentBuilder
public ComponentDef getComponentDef(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> beanProperties)
getComponentDef in interface ComponentBuilder
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||