Download Sources

Uses of Package
com.liguorien.flex.generator.handlers

Packages that use com.liguorien.flex.generator.handlers
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. 
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. 
 

Classes in com.liguorien.flex.generator.handlers used by com.liguorien.flex.generator
FlexGeneratorHandler
          Interface that must be implemented in order to add an handler to the generator.
 

Classes in com.liguorien.flex.generator.handlers used by com.liguorien.flex.generator.handlers
AbstractGeneratorHandler
          Basic implementation of FlexGeneratorHandler.
FlexGeneratorHandler
          Interface that must be implemented in order to add an handler to the generator.
 

Classes in com.liguorien.flex.generator.handlers used by com.liguorien.flex.generator.utils
FlexGeneratorHandler
          Interface that must be implemented in order to add an handler to the generator.
 

Classes in com.liguorien.flex.generator.handlers used by com.liguorien.flex.generator.writers
FlexGeneratorHandler
          Interface that must be implemented in order to add an handler to the generator.
 

Classes in com.liguorien.flex.generator.handlers used by com.liguorien.flex.generator.writers.as3
FlexModelBuilderHandler
          Generates code which will read and create XML from ActionScript objects.
 

Classes in com.liguorien.flex.generator.handlers used by com.liguorien.flex.generator.writers.as3.methods
FlexModelBuilderHandler
          Generates code which will read and create XML from ActionScript objects.
FlexModelHandler
          Generates ActionScript version of the Java entities.
 

Classes in com.liguorien.flex.generator.handlers used by com.liguorien.flex.generator.writers.as3.properties
FlexModelBuilderHandler
          Generates code which will read and create XML from ActionScript objects.
 

Classes in com.liguorien.flex.generator.handlers used by com.liguorien.flex.generator.writers.dom4j.methods
Dom4jBuilderHandler
          Generates code which will read and create dom4j element from Java entities.
 

Classes in com.liguorien.flex.generator.handlers used by com.liguorien.flex.generator.writers.dom4j.properties
Dom4jBuilderHandler
          Generates code which will read and create dom4j element from Java entities.
 


FlexGenerator

Copyright 2006 Nicolas Désy. All rights reserved.