Uses of Class
net.jangaroo.exml.model.ConfigClass

Packages that use ConfigClass
net.jangaroo.exml.as   
net.jangaroo.exml.generator   
net.jangaroo.exml.model   
net.jangaroo.exml.parser   
 

Uses of ConfigClass in net.jangaroo.exml.as
 

Methods in net.jangaroo.exml.as that return ConfigClass
 ConfigClass ConfigClassBuilder.buildConfigClass()
           
 

Uses of ConfigClass in net.jangaroo.exml.generator
 

Methods in net.jangaroo.exml.generator with parameters of type ConfigClass
 void ExmlConfigClassGenerator.generateClass(ConfigClass configClass, File result)
           
 

Method parameters in net.jangaroo.exml.generator with type arguments of type ConfigClass
 void ExmlConfigPackageXsdGenerator.generateXsdFile(Collection<ConfigClass> configClasses, String configClassPackage, Writer output)
           
 

Constructor parameters in net.jangaroo.exml.generator with type arguments of type ConfigClass
ExmlConfigPackage(Collection<ConfigClass> cl, String packageName)
           
 

Uses of ConfigClass in net.jangaroo.exml.model
 

Methods in net.jangaroo.exml.model that return ConfigClass
 ConfigClass ExmlSourceFile.getConfigClass()
           
 ConfigClass ExmlModel.getConfigClass()
           
 ConfigClass ConfigClassRegistry.getConfigClassByName(String name)
          Get a ConfigClass for the given name.
 ConfigClass ConfigClass.getSuperClass()
           
 ConfigClass ExmlSourceFile.parseExmlToConfigClass()
           
 

Methods in net.jangaroo.exml.model that return types with arguments of type ConfigClass
 Collection<ConfigClass> ConfigClassRegistry.getSourceConfigClasses()
          Returns the list of all config classes in the source path, defined in EXML or ActionScript.
 

Methods in net.jangaroo.exml.model with parameters of type ConfigClass
 void ExmlModel.setConfigClass(ConfigClass configClass)
           
 

Constructors in net.jangaroo.exml.model with parameters of type ConfigClass
ExmlElement(ConfigClass configClass)
           
 

Uses of ConfigClass in net.jangaroo.exml.parser
 

Methods in net.jangaroo.exml.parser that return ConfigClass
 ConfigClass ExmlToConfigClassParser.parseExmlToConfigClass(File source)
           
 

Constructors in net.jangaroo.exml.parser with parameters of type ConfigClass
ExmlMetadataHandler(ConfigClass configClass)
           
 



Copyright © 2002–2014 CoreMedia AG. All rights reserved.