com.taco.swinger.text2gui
Class BorderLayoutComponentAddStrategy

java.lang.Object
  extended by com.taco.swinger.text2gui.ComponentAddStrategy
      extended by com.taco.swinger.text2gui.BorderLayoutComponentAddStrategy
All Implemented Interfaces:
IComponentAddStrategy, IInterpolatingConverter, IInterpolatingStringToObjectConverter, IInterpolatingResourceBundleToObjectConverter

public class BorderLayoutComponentAddStrategy
extends ComponentAddStrategy

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

_BORDER_CONSTRAINT_CONVERTER

protected static final AtomConverter _BORDER_CONSTRAINT_CONVERTER

instance

public static final BorderLayoutComponentAddStrategy instance
The singleton instance of this class.

Constructor Detail

BorderLayoutComponentAddStrategy

protected BorderLayoutComponentAddStrategy()