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 that return types with arguments of type ConfigClass
 List<ConfigClass> ExmlConfigPackage.getConfigClasses()
           
 

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

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 ExmlModel.getConfigClass()
           
 ConfigClass ConfigClassRegistry.getConfigClassByName(String name)
          Get a ConfigClass for the given name.
 ConfigClass ConfigClass.getSuperClass()
           
 

Methods in net.jangaroo.exml.model that return types with arguments of type ConfigClass
 Collection<ConfigClass> ConfigClassRegistry.getRegisteredConfigClasses()
          Returns the list of registered Config classes
 

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

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-2011 CoreMedia AG. All Rights Reserved.