public class ButtonBarComponentBuilder extends java.lang.Object implements ComponentBuilder
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<BeanProperty> |
properties |
| Constructor and Description |
|---|
ButtonBarComponentBuilder()
Creates a new instance of ButtonBarComponentBuilder
|
| Modifier and Type | Method and Description |
|---|---|
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() |
java.util.List<BeanProperty> properties
public ButtonBarComponentBuilder()
throws java.beans.IntrospectionException
java.beans.IntrospectionExceptionpublic java.lang.String getDeclaration(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> properties)
ComponentBuildergetDeclaration in interface ComponentBuilderpublic java.lang.String toString()
toString in class java.lang.Objectpublic 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
ComponentBuildergetInstance in interface ComponentBuilderjava.lang.InstantiationExceptionjava.lang.IllegalAccessExceptionjava.lang.reflect.InvocationTargetExceptionpublic boolean isComponentALayoutContainer()
isComponentALayoutContainer in interface ComponentBuilderpublic java.util.List<BeanProperty> getProperties()
ComponentBuildergetProperties in interface ComponentBuilderpublic ComponentDef getComponentDef(java.lang.String name, java.util.Map<java.lang.String,java.lang.Object> beanProperties)
getComponentDef in interface ComponentBuilder