public class JTableComponentBuilder extends java.lang.Object implements ComponentBuilder
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<BeanProperty> |
properties |
Constructor and Description |
---|
JTableComponentBuilder() |
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> beanProperties)
Returns the appropriate declaration suitable for this component
|
java.awt.Component |
getInstance(java.util.Map<java.lang.String,java.lang.Object> beanProperties)
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 java.lang.String getDeclaration(java.lang.String name, java.util.Map<java.lang.String,java.lang.Object> beanProperties)
ComponentBuilder
getDeclaration
in interface ComponentBuilder
public java.awt.Component getInstance(java.util.Map<java.lang.String,java.lang.Object> beanProperties) throws java.lang.Exception
ComponentBuilder
getInstance
in interface ComponentBuilder
java.lang.Exception
public java.util.List<BeanProperty> getProperties()
ComponentBuilder
getProperties
in interface ComponentBuilder
public boolean isComponentALayoutContainer()
isComponentALayoutContainer
in interface ComponentBuilder
public java.lang.String toString()
toString
in class java.lang.Object
public ComponentDef getComponentDef(java.lang.String name, java.util.Map<java.lang.String,java.lang.Object> beanProperties)
getComponentDef
in interface ComponentBuilder