|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.taco.swinger.text2gui.ComponentAddStrategy
com.taco.swinger.text2gui.BorderLayoutComponentAddStrategy
public class BorderLayoutComponentAddStrategy
A component add strategy for BorderLayout
. This class handles
strings that represent constraints specific to BorderLayout
,
such as BorderLayout.NORTH
.
Field Summary | |
---|---|
protected static AtomConverter |
_BORDER_CONSTRAINT_CONVERTER
|
static BorderLayoutComponentAddStrategy |
instance
The singleton instance of this class. |
Fields inherited from class com.taco.swinger.text2gui.ComponentAddStrategy |
---|
_constraintConverter, DEFAULT_INSTANCE |
Constructor Summary | |
---|---|
protected |
BorderLayoutComponentAddStrategy()
|
Method Summary |
---|
Methods inherited from class com.taco.swinger.text2gui.ComponentAddStrategy |
---|
addComponent, name, toObject, toObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final AtomConverter _BORDER_CONSTRAINT_CONVERTER
public static final BorderLayoutComponentAddStrategy instance
Constructor Detail |
---|
protected BorderLayoutComponentAddStrategy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |