|
|||||||||
| Home >> All >> javax >> ide >> [ extension overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.ide.extension
Interface DynamicHook.ElementTypeResolver

- Enclosing interface:
- DynamicHook
- public static interface DynamicHook.ElementTypeResolver
An object which can resolve an ElementName into a Class type for that element.
| Method Summary | |
java.lang.Class |
resolveType(ElementName elementName)
Resolves a fully-qualified element name to a runtime type which is capable of consuming information in child elements as laid out by the rules defined by DynamicHook. |
| Method Detail |
resolveType
public java.lang.Class resolveType(ElementName elementName)
- Resolves a fully-qualified element name to a runtime type which is capable
of consuming information in child elements as laid out by the rules
defined by DynamicHook.
|
|||||||||
| Home >> All >> javax >> ide >> [ extension overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC