|
||||||||||
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.text.ImmutableCompositeConverter
com.taco.swinger.text2gui.DispatchingLayoutConverter.ContainerDependentLayoutConverter
public abstract static class DispatchingLayoutConverter.ContainerDependentLayoutConverter
A layout converter that creates a layout dependent on the container the layout is for.
Nested Class Summary |
---|
Field Summary | |
---|---|
protected java.awt.Container |
_container
The container the layout created by this instance will be for. |
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 |
Constructor Summary | |
---|---|
DispatchingLayoutConverter.ContainerDependentLayoutConverter(java.awt.Container container)
Create a new instance that saves the argument container. |
Method Summary |
---|
Methods inherited from class com.taco.text.ImmutableCompositeConverter |
---|
_addMapConsistencyListeners, _addUpdaterListeners, _getActionForProperty, _setProperties, getCreationPropertyNames, getPropertyNames |
Methods inherited from class com.taco.text.BracedPropertyCompositeConverter |
---|
_addProperties, _extractPropertiesSubSequence, _extractPropertyValue, _gatherPropertyMatchResults, _literalToObject, _shouldKeepEnclosingPunctuation |
Methods inherited from class com.taco.text.CompositeConverter |
---|
_addMapConsistencyListener, _addProperties, _configureComposite, _createComposite, _createUpdaterListener, _makeInitConverter, _setProperties, _toObject, configureComposite, getConverterForProperty, 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 final java.awt.Container _container
Constructor Detail |
---|
public DispatchingLayoutConverter.ContainerDependentLayoutConverter(java.awt.Container container)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |