Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Interface
javax.ide.extension.ElementStartContext

Packages that use ElementStartContext
javax.ide.extension Classes and interfaces used by extensions to extend an IDE with new functionality. 
oracle.ide.extension   
oracle.ide.resourcebundle Provides a designtime abstraction around locating and managing resource bundles used by visual and non-visual editors. 
oracle.ideimpl.webupdate   
oracle.jdeveloper.audit.extension   
oracle.jdeveloper.jsp.libraries   
oracle.jdeveloper.uieditor Contains classes that allow addins access to the UIEditor integration objects. 
 

Uses of ElementStartContext in javax.ide.extension
 

Methods in javax.ide.extension with parameters of type ElementStartContext
protected  java.lang.Object DynamicHook.getApplicationObject(java.lang.Class runtimeType, ElementStartContext context)
           
protected  java.lang.Class DynamicHook.getRuntimeType(ElementStartContext context)
           
protected  void DynamicHook.handleComplexElementStart(java.lang.Object applicationObject, ElementStartContext context)
           
protected  void DynamicHook.handleSimpleElementStart(ElementStartContext context)
           
 void IconVisitor.start(ElementStartContext context)
           
 void BooleanVisitor.start(ElementStartContext start)
           
 void MetaClassVisitor.start(ElementStartContext ctx)
           
 void I18NCharVisitor.start(ElementStartContext context)
           
 void I18NStringVisitor.start(ElementStartContext start)
           
 void ElementVisitor.start(ElementStartContext context)
          Visit the start tag of an xml element.
 void DOMHook.start(ElementStartContext context)
           
 void DynamicHook.start(ElementStartContext context)
           
 

Uses of ElementStartContext in oracle.ide.extension
 

Methods in oracle.ide.extension with parameters of type ElementStartContext
 void HashStructureHook.start(ElementStartContext context)
           
 void URLPathHandler.start(ElementStartContext context)
          Handle the start of an XML element.
 void HashStructureElementVisitor.start(ElementStartContext context)
           
 

Uses of ElementStartContext in oracle.ide.resourcebundle
 

Methods in oracle.ide.resourcebundle with parameters of type ElementStartContext
 void ResourceBundleShapingPreferencesHook.start(ElementStartContext context)
           
 

Uses of ElementStartContext in oracle.ideimpl.webupdate
 

Methods in oracle.ideimpl.webupdate with parameters of type ElementStartContext
 void UpdateHook.start(ElementStartContext context)
           
 

Uses of ElementStartContext in oracle.jdeveloper.audit.extension
 

Methods in oracle.jdeveloper.audit.extension with parameters of type ElementStartContext
 void AuditHook.start(ElementStartContext context)
          Starts an audit-hook element.
 

Uses of ElementStartContext in oracle.jdeveloper.jsp.libraries
 

Methods in oracle.jdeveloper.jsp.libraries with parameters of type ElementStartContext
 void JspLibrariesHandler.start(ElementStartContext context)
          Handle the start of an XML element.
 

Uses of ElementStartContext in oracle.jdeveloper.uieditor
 

Methods in oracle.jdeveloper.uieditor with parameters of type ElementStartContext
 void UIEditorHookHandler.start(ElementStartContext context)
          Handle the start of an XML element.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.