Uses of Class
net.jangaroo.extxml.model.ComponentType

Packages that use ComponentType
net.jangaroo.extxml.file   
net.jangaroo.extxml.model   
 

Uses of ComponentType in net.jangaroo.extxml.file
 

Methods in net.jangaroo.extxml.file with parameters of type ComponentType
static void ExmlComponentSrcFileScanner.scan(ComponentSuite componentSuite, File srcFile, ComponentType type)
           
static void ExtComponentSrcFileScanner.scan(ComponentSuite componentSuite, File srcFile, ComponentType type)
           
 

Uses of ComponentType in net.jangaroo.extxml.model
 

Methods in net.jangaroo.extxml.model that return ComponentType
static ComponentType ComponentType.from(String extension)
           
 ComponentType ComponentClass.getType()
           
static ComponentType ComponentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ComponentType[] ComponentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.jangaroo.extxml.model with parameters of type ComponentType
 List<ComponentClass> ComponentSuite.getComponentClassesByType(ComponentType type)
           
 void ComponentClass.setType(ComponentType type)
           
 



Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.