| Package | Description | 
|---|---|
| javax.ide.extension | 
 Classes and interfaces used by extensions to extend an IDE with new functionality. 
 | 
| oracle.ide.composite | 
 Contains centralized interfaces for associating element instances with an arbitrary set of URLs. 
 | 
| oracle.ide.config | 
 Contains classes encapsulating JDevelopers's environment settings. 
 | 
| oracle.ide.explorer | 
 Contains the interfaces and classes addins use to provide a structured view of data contained in nodes displayed in a navigator or an editor. 
 | 
| oracle.ide.extension | |
| oracle.ide.resourcebundle | 
 Provides a designtime abstraction around locating and managing resource bundles used by visual and non-visual editors. 
 | 
| oracle.jdeveloper.audit.extension | |
| oracle.jdeveloper.library | 
 The  
Libraries package provides the library API used by JDeveloper. | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
DynamicHook.attachClass(java.lang.Object parent, MetaClass metaClass, ElementEndContext context)  | 
protected void | 
DynamicHook.attachData(java.lang.Object parent, java.lang.String data, ElementEndContext context)  | 
protected void | 
DynamicHook.attachObject(java.lang.Object parent, java.lang.Object child, ElementEndContext context)  | 
void | 
OnDemandElementVisitor.end(ElementEndContext context)  | 
void | 
MultiDeferredElementVisitorHook.end(ElementEndContext context)  | 
void | 
MetaClassVisitor.end(ElementEndContext ctx)  | 
void | 
IconVisitor.end(ElementEndContext context)  | 
void | 
I18NStringVisitor.end(ElementEndContext end)  | 
void | 
I18NCharVisitor.end(ElementEndContext context)  | 
void | 
ElementVisitor.end(ElementEndContext context)
Visit the end tag of an xml element. 
 | 
void | 
DynamicHook.end(ElementEndContext context)  | 
void | 
DeferredElementVisitorHook.end(ElementEndContext context)  | 
void | 
DOMHook.end(ElementEndContext context)  | 
void | 
BooleanVisitor.end(ElementEndContext end)  | 
protected void | 
OnDemandElementVisitor.endImpl(ElementEndContext context)  | 
protected java.lang.String | 
ElementVisitor.getTextHelper(ElementEndContext context, boolean trim, boolean logErrorIfMissing)  | 
protected void | 
DynamicHook.handleComplexElementEnd(ElementEndContext context)  | 
protected void | 
DynamicHook.handleSimpleElementEnd(ElementEndContext context)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CompositeFileElementHook.end(ElementEndContext context)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SettingsUICustomizationsHook.end(ElementEndContext context)  | 
void | 
ProjectDefaultsHook.end(ElementEndContext context)  | 
void | 
PreferenceDefaultsHook.end(ElementEndContext context)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IconOverlayHook.end(ElementEndContext context)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HashStructureHook.end(ElementEndContext context)  | 
void | 
HashStructureElementVisitor.end(ElementEndContext context)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ResourceBundleShapingPreferencesHook.end(ElementEndContext context)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AuditHook.end(ElementEndContext context)
Ends an audit-hook element. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AbstractLibraryHook.addURLPath(ElementEndContext context, URLPath path)
Resolve the library path in the given element context. 
 | 
protected void | 
AbstractLibraryHook.addURLPath(ElementEndContext context, URLPath path, boolean checkExistence)
Resolve the library path in the given element context. 
 | 
protected void | 
AbstractLibraryHook.addURLPath(java.lang.String text, ElementEndContext context, URLPath path)
Resolve the library path in the given element context. 
 | 
protected void | 
AbstractLibraryHook.addURLPath(java.lang.String text, ElementEndContext context, URLPath path, boolean checkExistence)
Resolve the library path in the given element context. 
 |