com.taco.swinger.text2gui
Class StringToBorderLayoutConstraintConverter

java.lang.Object
  extended by com.taco.text.AbstractStringToObjectConverter
      extended by com.taco.text.MappedStringToObjectConverter
          extended by com.taco.swinger.text2gui.StringToBorderLayoutConstraintConverter
All Implemented Interfaces:
IStringToObjectConverter, IObjectMapper, java.io.Serializable

public final class StringToBorderLayoutConstraintConverter
extends MappedStringToObjectConverter

A converter from strings to constraints used for BorderLayout, such as BorderLayout.NORTH.

The string may have the following values:

See Also:
Serialized Form

Field Summary
static StringToBorderLayoutConstraintConverter instance
          The singleton instance of this class.
 
Fields inherited from class com.taco.text.MappedStringToObjectConverter
_defaultValue, _map, _NO_DEFAULT_VALUE
 
Method Summary
 
Methods inherited from class com.taco.text.MappedStringToObjectConverter
toObject
 
Methods inherited from class com.taco.text.AbstractStringToObjectConverter
map
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

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