Download Sources
A B C D E F G H I L M N O P R S T V W _

A

AbstractGeneratorHandler<T extends FlexGeneratorHandler> - Class in com.liguorien.flex.generator.handlers
Basic implementation of FlexGeneratorHandler.
AbstractGeneratorHandler() - Constructor for class com.liguorien.flex.generator.handlers.AbstractGeneratorHandler
Creates a new instance of AbstractGeneratorHandler
acceptClass(Class<?>) - Method in class com.liguorien.flex.generator.writers.as3.BuilderMethodWriter
Accepts any class
acceptClass(Class<?>) - Method in class com.liguorien.flex.generator.writers.as3.methods.GetterSetter
 
acceptClass(Class<?>) - Method in class com.liguorien.flex.generator.writers.dom4j.BuilderMethodWriter
 
acceptClass(Class<?>) - Method in interface com.liguorien.flex.generator.writers.MethodWriter
Determines if this writer accepts a class.
acceptProperty(PropertyDescriptor, FlexModelBuilderHandler) - Method in class com.liguorien.flex.generator.writers.as3.E4XElement
 
acceptProperty(PropertyDescriptor, FlexModelBuilderHandler) - Method in class com.liguorien.flex.generator.writers.as3.properties.ArrayElement
 
acceptProperty(PropertyDescriptor, FlexModelBuilderHandler) - Method in class com.liguorien.flex.generator.writers.as3.properties.BasicArrayProperty
 
acceptProperty(PropertyDescriptor, FlexModelBuilderHandler) - Method in class com.liguorien.flex.generator.writers.as3.properties.BasicElement
 
acceptProperty(PropertyDescriptor, FlexModelBuilderHandler) - Method in class com.liguorien.flex.generator.writers.as3.properties.BasicMapProperty
Accepts any Map properties with FlexMap annotation.
acceptProperty(PropertyDescriptor, FlexModelBuilderHandler) - Method in class com.liguorien.flex.generator.writers.as3.properties.E4XProperty
 
acceptProperty(PropertyDescriptor, FlexModelBuilderHandler) - Method in class com.liguorien.flex.generator.writers.as3.properties.EntityArrayProperty
 
acceptProperty(PropertyDescriptor, FlexModelBuilderHandler) - Method in class com.liguorien.flex.generator.writers.as3.properties.EntityElement
Accepts any generated entity class.
acceptProperty(PropertyDescriptor, FlexModelBuilderHandler) - Method in class com.liguorien.flex.generator.writers.as3.properties.EntityMapProperty
 
acceptProperty(PropertyDescriptor, FlexModelBuilderHandler) - Method in class com.liguorien.flex.generator.writers.as3.properties.EntityProperty
 
acceptProperty(PropertyDescriptor, Dom4jBuilderHandler) - Method in class com.liguorien.flex.generator.writers.dom4j.properties.ArrayElement
Accepts properties which type is an array.
acceptProperty(PropertyDescriptor, Dom4jBuilderHandler) - Method in class com.liguorien.flex.generator.writers.dom4j.properties.ArrayProperty
Accepts properties which type is an Array of entity.
acceptProperty(PropertyDescriptor, Dom4jBuilderHandler) - Method in class com.liguorien.flex.generator.writers.dom4j.properties.BasicProperty
 
acceptProperty(PropertyDescriptor, Dom4jBuilderHandler) - Method in class com.liguorien.flex.generator.writers.dom4j.properties.CollectionElement
Accepts properties which type is subclass of java.util.Collection.
acceptProperty(PropertyDescriptor, Dom4jBuilderHandler) - Method in class com.liguorien.flex.generator.writers.dom4j.properties.CollectionProperty
 
acceptProperty(PropertyDescriptor, Dom4jBuilderHandler) - Method in class com.liguorien.flex.generator.writers.dom4j.properties.EntityElement
 
acceptProperty(PropertyDescriptor, Dom4jBuilderHandler) - Method in class com.liguorien.flex.generator.writers.dom4j.properties.EntityProperty
 
acceptProperty(PropertyDescriptor, Dom4jBuilderHandler) - Method in class com.liguorien.flex.generator.writers.dom4j.properties.MapElement
 
acceptProperty(PropertyDescriptor, Dom4jBuilderHandler) - Method in class com.liguorien.flex.generator.writers.dom4j.properties.MapProperty
 
acceptProperty(PropertyDescriptor, Dom4jBuilderHandler) - Method in class com.liguorien.flex.generator.writers.dom4j.properties.SimpleElement
 
acceptProperty(PropertyDescriptor, T) - Method in interface com.liguorien.flex.generator.writers.PropertyWriter
Determines if this writer accepts to write the property
addClass(Class<?>) - Method in class com.liguorien.flex.generator.FlexGenerator
Add a single class
addContextMethodWriter(MethodWriter<T>) - Method in class com.liguorien.flex.generator.handlers.AbstractGeneratorHandler
Add a new MethodWriter for the current class only.
addHandler(FlexGeneratorHandler) - Method in class com.liguorien.flex.generator.FlexGenerator
Add an handler to this generator.
addImport(String) - Method in class com.liguorien.flex.generator.handlers.AbstractGeneratorHandler
Add a import statement for the current class.
addMethodWriter(MethodWriter<T>) - Method in class com.liguorien.flex.generator.handlers.AbstractGeneratorHandler
Add a MethodWriter to this handler.
addPackage(String) - Method in class com.liguorien.flex.generator.FlexGenerator
Add an entire package.
addPropertyWriter(PropertyWriter<T>) - Method in class com.liguorien.flex.generator.handlers.AbstractGeneratorHandler
Add a PropertyWriter to this handler.
addPropertyWriter(PropertyWriter<FlexModelBuilderHandler>) - Method in class com.liguorien.flex.generator.writers.as3.methods.GetXML
 
addPropertyWriter(PropertyWriter<Dom4jBuilderHandler>) - Method in class com.liguorien.flex.generator.writers.dom4j.methods.GetElement
 
appendClassPrefix(StringBuilder) - Method in class com.liguorien.flex.generator.handlers.AbstractGeneratorHandler
Appends a prefix to name of the generated class.
appendClassSuffix(StringBuilder) - Method in class com.liguorien.flex.generator.handlers.AbstractGeneratorHandler
Appends a suffix to name of the generated class.
appendClassSuffix(StringBuilder) - Method in class com.liguorien.flex.generator.handlers.Dom4jBuilderHandler
 
appendClassSuffix(StringBuilder) - Method in class com.liguorien.flex.generator.handlers.FlexModelBuilderHandler
 
appendExtension(StringBuilder) - Method in class com.liguorien.flex.generator.handlers.AbstractGeneratorHandler
Appends the extension of the generated file.
appendExtension(StringBuilder) - Method in class com.liguorien.flex.generator.handlers.Dom4jBuilderHandler
 
appendExtension(StringBuilder) - Method in class com.liguorien.flex.generator.handlers.FlexModelBuilderHandler
 
appendExtension(StringBuilder) - Method in class com.liguorien.flex.generator.handlers.FlexModelHandler
Append ".as"
ArrayElement - Class in com.liguorien.flex.generator.writers.as3.properties
 
ArrayElement() - Constructor for class com.liguorien.flex.generator.writers.as3.properties.ArrayElement
 
ArrayElement - Class in com.liguorien.flex.generator.writers.dom4j.properties
 
ArrayElement() - Constructor for class com.liguorien.flex.generator.writers.dom4j.properties.ArrayElement
 
ArrayProperty - Class in com.liguorien.flex.generator.writers.dom4j.properties
 
ArrayProperty(int) - Constructor for class com.liguorien.flex.generator.writers.dom4j.properties.ArrayProperty
 
AS3Writer - Class in com.liguorien.flex.generator.writers.as3
 
AS3Writer() - Constructor for class com.liguorien.flex.generator.writers.as3.AS3Writer
 

FlexGenerator
A B C D E F G H I L M N O P R S T V W _
Copyright 2006 Nicolas Désy. All rights reserved.