|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||