com.taco.swinger.text2gui
Class StringToSwingConstantConverter

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

public final class StringToSwingConstantConverter
extends MappedStringToObjectConverter
implements javax.swing.SwingConstants

A converter from strings to SwingConstants.

See Also:
Serialized Form

Field Summary
static StringToSwingConstantConverter instance
          The singleton instance of this class.
 
Fields inherited from class com.taco.text.MappedStringToObjectConverter
_defaultValue, _map, _NO_DEFAULT_VALUE
 
Fields inherited from interface javax.swing.SwingConstants
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
 
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 StringToSwingConstantConverter instance
The singleton instance of this class.