Download Sources

Uses of Interface
com.liguorien.flex.generator.handlers.FlexGeneratorHandler

Packages that use FlexGeneratorHandler
com.liguorien.flex.generator Provides annotations and the generator class. 
com.liguorien.flex.generator.handlers Provides handlers for the generator. 
com.liguorien.flex.generator.utils Provides utility classes and enums. 
com.liguorien.flex.generator.writers Provides interfaces for writer types. 
 

Uses of FlexGeneratorHandler in com.liguorien.flex.generator
 

Methods in com.liguorien.flex.generator with type parameters of type FlexGeneratorHandler
<T extends FlexGeneratorHandler>
void
FlexGenerator.writeMethods(java.io.Writer w, T handler, java.util.Collection<MethodWriter<T>> methods, java.lang.Class<?> clazz)
          Iterates over a List of MethodWriter and let them write code if they accept to class sent in parameters.
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.
 

Methods in com.liguorien.flex.generator with parameters of type FlexGeneratorHandler
 void FlexGenerator.addHandler(FlexGeneratorHandler handler)
          Add an handler to this generator.
 

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

Classes in com.liguorien.flex.generator.handlers with type parameters of type FlexGeneratorHandler
 class AbstractGeneratorHandler<T extends FlexGeneratorHandler>
          Basic implementation of FlexGeneratorHandler.
 

Classes in com.liguorien.flex.generator.handlers that implement FlexGeneratorHandler
 class AbstractGeneratorHandler<T extends FlexGeneratorHandler>
          Basic implementation of FlexGeneratorHandler.
 class Dom4jBuilderHandler
          Generates code which will read and create dom4j element from Java entities.
 class FlexModelBuilderHandler
          Generates code which will read and create XML from ActionScript objects.
 class FlexModelHandler
          Generates ActionScript version of the Java entities.
 

Uses of FlexGeneratorHandler in com.liguorien.flex.generator.utils
 

Methods in com.liguorien.flex.generator.utils that return FlexGeneratorHandler
 FlexGeneratorHandler GeneratorContext.getHandler()
          Getter for property handler.
 

Methods in com.liguorien.flex.generator.utils with parameters of type FlexGeneratorHandler
 void GeneratorContext.setHandler(FlexGeneratorHandler handler)
          Setter for property handler.
 

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

Classes in com.liguorien.flex.generator.writers with type parameters of type FlexGeneratorHandler
 interface MethodWriter<T extends FlexGeneratorHandler>
          Defines a writer who generates an entire method.
 interface PropertyWriter<T extends FlexGeneratorHandler>
          Defines a writer who generates code to access a property.
 


FlexGenerator

Copyright 2006 Nicolas Désy. All rights reserved.