com.taco.swinger.text2gui
Class DispatchingLayoutConverter.GridBagLayoutConverter
java.lang.Object
com.taco.text.AbstractInterpolatingStringToObjectConverter
com.taco.text.InterpolatingConverter
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.
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 java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static final DispatchingLayoutConverter.GridBagLayoutConverter instance
- The singleton instance of
GridBagLayoutConverter
.
DispatchingLayoutConverter.GridBagLayoutConverter
protected DispatchingLayoutConverter.GridBagLayoutConverter()
_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