org.deduced.text.builder
Interface AbstractTextBuilder

All Superinterfaces:
AbstractTextCollection, java.lang.Cloneable, ConfiguredCollection, PropertyCollection<java.lang.Object,java.lang.Object>
All Known Subinterfaces:
FormattedMultilanguageTextBuilder, MultilanguageTextBuilder
All Known Implementing Classes:
AbstractTextBuilderImplementation, FormattedMultilanguageTextBuilderImplementation, MultilanguageTextBuilderImplementation

public interface AbstractTextBuilder
extends AbstractTextCollection, ConfiguredCollection

Interface used to represent the type : abstract text builder Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm


Field Summary
static PropertyCollectionTypeHolder ABSTRACT_TEXT_BUILDER_TYPE
          Variable used to hold the PropertyCollectionType for : abstract text builder
 
Fields inherited from interface org.deduced.text.AbstractTextCollection
ABSTRACT_TEXT_COLLECTION_TYPE, TEXT_INSTANCE
 
Fields inherited from interface org.deduced.ConfiguredCollection
CONFIGURATION_INSTANCE, CONFIGURED_COLLECTION_TYPE
 
Fields inherited from interface org.deduced.PropertyCollection
PROPERTY_COLLECTION_TYPE
 
Method Summary
 
Methods inherited from interface org.deduced.text.AbstractTextCollection
getText, setText
 
Methods inherited from interface org.deduced.ConfiguredCollection
getConfiguration, setConfiguration
 
Methods inherited from interface org.deduced.PropertyCollection
activate, addListener, addProperty, areKeysAssignedAutomatically, asKeySet, asPropertyList, asPropertyMap, asValueList, asValueMap, clear, clone, containsInstance, containsKey, containsValue, delete, getFixedInstance, getProperty, getPropertyValue, id, instanceKey, invokeAction, isActivated, isEmpty, isListenerRegistered, iterator, iteratorByValue, keyOnParent, parent, removeListener, removeProperty, removePropertyInstance, removePropertyValue, setFixedInstance, setParent, setProperty, size, type, valueKey
 

Field Detail

ABSTRACT_TEXT_BUILDER_TYPE

static final PropertyCollectionTypeHolder ABSTRACT_TEXT_BUILDER_TYPE
Variable used to hold the PropertyCollectionType for : abstract text builder