|
||||||||||
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.JContainerConverter
com.taco.swinger.text2gui.JLayeredPaneConverter
public class JLayeredPaneConverter
A converter to instances of JLayeredPane
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.taco.swinger.text2gui.JContainerConverter |
---|
JContainerConverter.SetContentsAction |
Field Summary |
---|
Fields inherited from class com.taco.swinger.text2gui.JContainerConverter |
---|
_componentConverter, _JCONTAINER_ACTION_MAP, _JCONTAINER_CONVERTER_MAP |
Fields inherited from class com.taco.swinger.text2gui.JComponentConverter |
---|
_JCOMPONENT_ACTION_MAP, _JCOMPONENT_CONVERTER_MAP, instance |
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 | |
---|---|
JLayeredPaneConverter(DispatchingComponentConverter componentConverter)
|
Method Summary | |
---|---|
protected java.lang.Object |
_createComposite(java.util.Map propertyMap,
java.util.ResourceBundle bundle,
INoReturnMap argMap)
Return a new instance of JLayeredPane using the default
constructor. |
IInterpolatingConverter |
getConverterForProperty(java.lang.String propertyName,
java.lang.Object composite)
Return an instance of IInterpolatingConverter for the
argument property name. |
Methods inherited from class com.taco.swinger.text2gui.JContainerConverter |
---|
_getActionForProperty, getPropertyNames |
Methods inherited from class com.taco.swinger.text2gui.JComponentConverter |
---|
_addMapConsistencyListener |
Methods inherited from class com.taco.text.BracedPropertyCompositeConverter |
---|
_addProperties, _extractPropertiesSubSequence, _extractPropertyValue, _gatherPropertyMatchResults, _literalToObject, _shouldKeepEnclosingPunctuation |
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 |
Constructor Detail |
---|
public JLayeredPaneConverter(DispatchingComponentConverter componentConverter)
Method Detail |
---|
protected java.lang.Object _createComposite(java.util.Map propertyMap, java.util.ResourceBundle bundle, INoReturnMap argMap)
JLayeredPane
using the default
constructor.
_createComposite
in class CompositeConverter
public IInterpolatingConverter getConverterForProperty(java.lang.String propertyName, java.lang.Object composite)
CompositeConverter
IInterpolatingConverter
for the
argument property name. If no converter pair is associated with the
property name, return null
.
getConverterForProperty
in class JContainerConverter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |