|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.taco.text.AbstractInterpolatingStringToObjectConverter
com.taco.text.InterpolatingConverter
com.taco.text.CompositeConverter
com.taco.text.BracedPropertyCompositeConverter
com.taco.swinger.text2gui.ComponentConverter
com.taco.swinger.text2gui.JComponentConverter
com.taco.swinger.text2gui.RigidAreaConverter
public class RigidAreaConverter
A converter to rigid areas.
Nested Class Summary |
---|
Field Summary | |
---|---|
protected static java.util.Collection |
_RIGID_AREA_CREATION_PROPERTY_NAMES
|
static RigidAreaConverter |
instance
The singleton instance of this class. |
Fields inherited from class com.taco.swinger.text2gui.JComponentConverter |
---|
_JCOMPONENT_ACTION_MAP, _JCOMPONENT_CONVERTER_MAP |
Fields inherited from class com.taco.swinger.text2gui.ComponentConverter |
---|
_COMPONENT_ACTION_MAP, _COMPONENT_CONVERTER_MAP |
Fields inherited from class com.taco.text.BracedPropertyCompositeConverter |
---|
_KEEP_ENCLOSING_PUNCTUATION_PATTERN |
Fields inherited from class com.taco.text.CompositeConverter |
---|
_DEFAULT_COMPOSITE_CONVERTER_MAP, _DEFAULT_COMPOSITE_CREATION_PROPERTY_NAMES, _SHOULD_READ_GLOBAL_NAME |
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 |
Fields inherited from interface com.taco.swinger.text2gui.ICommonGUIConverters |
---|
COLOR_CONVERTER, CURSOR_CONVERTER, FONT_CONVERTER, KEYCODE_CONVERTER, KEYSTROKE_CONVERTER, LAYER_CONVERTER, RANGE_COLLECTION_CONVERTER |
Constructor Summary | |
---|---|
protected |
RigidAreaConverter()
|
Method Summary | |
---|---|
protected java.lang.Object |
_createComposite(java.util.Map propertyMap,
java.util.ResourceBundle bundle,
INoReturnMap argMap)
Return a new rigid area using the "size" property, which should be mapped to an instance of Dimension . |
java.util.Collection |
getCreationPropertyNames()
Return a collection of names of properties of the composite needed at construction time. |
Methods inherited from class com.taco.swinger.text2gui.JComponentConverter |
---|
_addMapConsistencyListener, _getActionForProperty, getConverterForProperty, getPropertyNames |
Methods inherited from class com.taco.text.BracedPropertyCompositeConverter |
---|
_addProperties, _extractPropertiesSubSequence, _extractPropertyValue, _gatherPropertyMatchResults, _literalToObject, _shouldKeepEnclosingPunctuation |
Methods inherited from class com.taco.text.CompositeConverter |
---|
_addMapConsistencyListeners, _addProperties, _addUpdaterListeners, _configureComposite, _createUpdaterListener, _makeInitConverter, _setProperties, _toObject, configureComposite, getConverterNameForProperty, isPropertyReadable, isPropertyUpdatable, isPropertyWritable |
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 |
---|
protected static final java.util.Collection _RIGID_AREA_CREATION_PROPERTY_NAMES
public static final RigidAreaConverter instance
Constructor Detail |
---|
protected RigidAreaConverter()
Method Detail |
---|
protected java.lang.Object _createComposite(java.util.Map propertyMap, java.util.ResourceBundle bundle, INoReturnMap argMap)
Dimension
.
_createComposite
in class CompositeConverter
public java.util.Collection getCreationPropertyNames()
CompositeConverter
Return a collection of names of properties of the composite needed at construction time. These are appended after the base key name and a '.' character to create keys to lookup in a resource bundle when converting from resource bundle to composites.
This base implementation returns a singleton list with "instance" in it.
getCreationPropertyNames
in class CompositeConverter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |