|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ElementVisitorFactory | |
|---|---|
| javax.ide.extension | Classes and interfaces used by extensions to extend an IDE with new functionality. |
| Uses of ElementVisitorFactory in javax.ide.extension |
|---|
| Subinterfaces of ElementVisitorFactory in javax.ide.extension | |
|---|---|
interface |
ElementVisitorFactory2New version of ElementVisitorFactory. |
| Methods in javax.ide.extension that return ElementVisitorFactory | |
|---|---|
protected ElementVisitorFactory |
ExtensionRegistry.createHookVisitorFactory()Create the visitor factory for hooks. |
protected ElementVisitorFactory |
DynamicHook.createVisitorFactory()If the hook implementation and its associated model use delayed classloading (as recommended), any ElementVisitorFactory being attached to a handled context must created by this method. |
| Methods in javax.ide.extension with parameters of type ElementVisitorFactory | |
|---|---|
protected abstract javax.ide.extension.spi.ExtensionVisitor |
ExtensionRegistry.createExtensionVisitor(ElementVisitorFactory hookVisitorFactory)Create the element visitor that is responsible for visiting the root element in extension manifests. |
void |
ElementContext.registerVisitorFactory(ElementVisitorFactory factory)Registers a factory that can dynamically retrieve visitors for named elements. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||