| Package | Description | 
|---|---|
| javax.ide.extension | 
 Classes and interfaces used by extensions to extend 
    an IDE with new functionality. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ElementVisitorFactory2
New version of ElementVisitorFactory. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 |