|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mlc.swing.layout.SeparatorComponentBuilder
public class SeparatorComponentBuilder
This is the component builder for the JGoodies Separator.
Field Summary | |
---|---|
(package private) java.util.List<BeanProperty> |
properties
|
private static java.lang.String |
TEXT
|
Constructor Summary | |
---|---|
SeparatorComponentBuilder()
Creates a new instance of SeparatorComponentBuilder |
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> 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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
java.util.List<BeanProperty> properties
private static final java.lang.String TEXT
Constructor Detail |
---|
public SeparatorComponentBuilder()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |