Download Sources

Uses of Interface
com.liguorien.flex.generator.writers.PropertyWriter

Packages that use PropertyWriter
com.liguorien.flex.generator Provides annotations and the generator class. 
com.liguorien.flex.generator.handlers Provides handlers for the generator. 
com.liguorien.flex.generator.writers Provides interfaces for writer types. 
com.liguorien.flex.generator.writers.as3 Provides ClassWriter for AS3 code generation. 
com.liguorien.flex.generator.writers.as3.methods Provides MethodWriter for AS3 code generation. 
com.liguorien.flex.generator.writers.as3.properties Provides PropertyWriter for AS3 code generation. 
com.liguorien.flex.generator.writers.dom4j.methods Provides MethodWriter for dom4j code generation. 
com.liguorien.flex.generator.writers.dom4j.properties Provides PropertyWriter for dom4j code generation. 
 

Uses of PropertyWriter in com.liguorien.flex.generator
 

Method parameters in com.liguorien.flex.generator with type arguments of type PropertyWriter
static
<T extends FlexGeneratorHandler>
void
FlexGenerator.writeProperties(java.io.Writer w, FlexGenerator g, T handler, java.lang.String varName, java.util.List<java.beans.PropertyDescriptor> props, java.util.List<PropertyWriter<T>> writers, LazyMode mode)
          Write a List of properties to a given Writer.
static
<T extends FlexGeneratorHandler>
void
FlexGenerator.writeProperty(java.io.Writer w, FlexGenerator g, T handler, java.lang.String varName, java.beans.PropertyDescriptor prop, java.util.List<PropertyWriter<T>> writers, LazyMode mode)
          Write a single property to a given Writer.
 

Uses of PropertyWriter in com.liguorien.flex.generator.handlers
 

Methods in com.liguorien.flex.generator.handlers that return types with arguments of type PropertyWriter
 java.util.List<PropertyWriter<T>> AbstractGeneratorHandler.getPropertyWriters()
          Returns the default property writers of this handler.
 

Methods in com.liguorien.flex.generator.handlers with parameters of type PropertyWriter
 void AbstractGeneratorHandler.addPropertyWriter(PropertyWriter<T> writer)
          Add a PropertyWriter to this handler.
 

Uses of PropertyWriter in com.liguorien.flex.generator.writers
 

Fields in com.liguorien.flex.generator.writers with type parameters of type PropertyWriter
static java.util.Comparator<PropertyWriter> PropertyWriter.COMPARATOR
          Comparator used to sort a List of PropertyWriter
 

Uses of PropertyWriter in com.liguorien.flex.generator.writers.as3
 

Classes in com.liguorien.flex.generator.writers.as3 that implement PropertyWriter
 class BuilderPropertyWriter
           
 class E4XElement
           
 

Constructors in com.liguorien.flex.generator.writers.as3 with parameters of type PropertyWriter
E4XElement(PropertyWriter<FlexModelBuilderHandler> pw)
          Creates a new instance of E4XElement
 

Uses of PropertyWriter in com.liguorien.flex.generator.writers.as3.methods
 

Methods in com.liguorien.flex.generator.writers.as3.methods with parameters of type PropertyWriter
 void GetXML.addPropertyWriter(PropertyWriter<FlexModelBuilderHandler> writer)
           
 

Uses of PropertyWriter in com.liguorien.flex.generator.writers.as3.properties
 

Classes in com.liguorien.flex.generator.writers.as3.properties that implement PropertyWriter
 class ArrayElement
           
 class BasicArrayProperty
           
 class BasicElement
           
 class BasicMapElement
           
 class BasicMapProperty
           
 class E4XProperty
           
 class EntityArrayProperty
           
 class EntityElement
          Output AS3 code to gets an entity XML from an object
 class EntityMapElement
           
 class EntityMapProperty
           
 class EntityProperty
           
 class StringProperty
           
 

Uses of PropertyWriter in com.liguorien.flex.generator.writers.dom4j.methods
 

Methods in com.liguorien.flex.generator.writers.dom4j.methods with parameters of type PropertyWriter
 void GetElement.addPropertyWriter(PropertyWriter<Dom4jBuilderHandler> writer)
           
 

Uses of PropertyWriter in com.liguorien.flex.generator.writers.dom4j.properties
 

Classes in com.liguorien.flex.generator.writers.dom4j.properties that implement PropertyWriter
 class ArrayProperty
           
 class BasicProperty
           
 class CollectionElement
           
 class CollectionProperty
           
 class MapElement
           
 class MapProperty
           
 class SimpleElement
           
 


FlexGenerator

Copyright 2006 Nicolas Désy. All rights reserved.