com.taco.swinger.text2gui
Class DispatchingLayoutConverter.GridBagLayoutConverter

java.lang.Object
  extended by com.taco.text.AbstractInterpolatingStringToObjectConverter
      extended by com.taco.text.InterpolatingConverter
          extended by com.taco.swinger.text2gui.DispatchingLayoutConverter.GridBagLayoutConverter
All Implemented Interfaces:
IInterpolatingConverter, IInterpolatingStringToObjectConverter, IStringToObjectConverter, IInterpolatingResourceBundleToObjectConverter, java.lang.Cloneable
Enclosing class:
DispatchingLayoutConverter

public static final class DispatchingLayoutConverter.GridBagLayoutConverter
extends InterpolatingConverter

A class that converts strings and resource bundles to grid bag layout managers.


Field Summary
static DispatchingLayoutConverter.GridBagLayoutConverter instance
          The singleton instance of GridBagLayoutConverter.
 
Fields inherited from class com.taco.text.InterpolatingConverter
_BAD_OBJECT_MAPPER, _IGNORE_PROPERTY_VALUE, _IMPORTS, _STATIC_IMPORTS, _TO_OBJECT_MAPPER_CONVERTER, DEFAULT_INSTANCE
 
Fields inherited from class com.taco.text.AbstractInterpolatingStringToObjectConverter
_defArgMap, _defBundle
 
Constructor Summary
protected DispatchingLayoutConverter.GridBagLayoutConverter()
           
 
Method Summary
protected  java.lang.Object _literalToObject(java.lang.String s, java.util.ResourceBundle bundle, INoReturnMap argMap, java.lang.String globalName)
          Return a new grid bag layout, without checking the argument bundle.
protected  java.lang.Object _toObject(java.util.ResourceBundle bundle, java.lang.String baseKey, INoReturnMap argMap, KeyLookupRecord context, java.lang.String globalName)
          Return a new grid bag layout, without checking the argument resource bundle.
 
Methods inherited from class com.taco.text.InterpolatingConverter
_argMapReferenceToObject, _getStandardImports, _getStandardStaticImports, _literalResultToObject, _scriptSnippetToObject, _toObjectMapper, clone, name, toObject, toObject, toObject
 
Methods inherited from class com.taco.text.AbstractInterpolatingStringToObjectConverter
toObject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final DispatchingLayoutConverter.GridBagLayoutConverter instance
The singleton instance of GridBagLayoutConverter.

Constructor Detail

DispatchingLayoutConverter.GridBagLayoutConverter

protected DispatchingLayoutConverter.GridBagLayoutConverter()
Method Detail

_toObject

protected final java.lang.Object _toObject(java.util.ResourceBundle bundle,
                                           java.lang.String baseKey,
                                           INoReturnMap argMap,
                                           KeyLookupRecord context,
                                           java.lang.String globalName)
                                    throws java.text.ParseException,
                                           java.util.MissingResourceException
Return a new grid bag layout, without checking the argument resource bundle.

Overrides:
_toObject in class InterpolatingConverter
Throws:
java.text.ParseException
java.util.MissingResourceException

_literalToObject

protected final java.lang.Object _literalToObject(java.lang.String s,
                                                  java.util.ResourceBundle bundle,
                                                  INoReturnMap argMap,
                                                  java.lang.String globalName)
Return a new grid bag layout, without checking the argument bundle.

Overrides:
_literalToObject in class InterpolatingConverter