Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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.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.paths   
oracle.ide.quickdiff Contains classes for the code editor's Quick Diff margin and a registry for its supported comparable reference types. 
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   
 

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)
          Deprecated. replaced by DynamicHook.getApplicationObject(MetaClass,ElementStartContext)
protected
<T> T
DynamicHook.getApplicationObject(MetaClass<T> runtimeMetaType, ElementStartContext context)
           
protected  java.lang.String ElementVisitor.getAttributeHelper(ElementStartContext context, java.lang.String attributeName, boolean trim, boolean logErrorIfMissing)
           
protected
<T> MetaClass<T>
DynamicHook.getRuntimeMetaType(ElementStartContext context)
           
protected  java.lang.Class DynamicHook.getRuntimeType(ElementStartContext context)
          Deprecated. replaced by DynamicHook.getRuntimeMetaType(ElementStartContext)
protected  void DynamicHook.handleComplexElementStart(java.lang.Object applicationObject, ElementStartContext context)
           
protected  void DynamicHook.handleSimpleElementStart(ElementStartContext context)
           
 void IconVisitor.start(ElementStartContext context)
           
 void ElementVisitor.start(ElementStartContext context)
          Visit the start tag of an xml element.
 void DynamicHook.start(ElementStartContext context)
           
 void BooleanVisitor.start(ElementStartContext start)
           
 void I18NStringVisitor.start(ElementStartContext start)
           
 void OnDemandElementVisitor.start(ElementStartContext context)
           
 void I18NCharVisitor.start(ElementStartContext context)
           
 void DeferredElementVisitorHook.start(ElementStartContext context)
           
 void MultiDeferredElementVisitorHook.start(ElementStartContext context)
           
 void DOMHook.start(ElementStartContext context)
           
 void MetaClassVisitor.start(ElementStartContext ctx)
           
protected  void OnDemandElementVisitor.startImpl(ElementStartContext context)
           
 

Uses of ElementStartContext in oracle.ide.composite
 

Methods in oracle.ide.composite with parameters of type ElementStartContext
 void CompositeFileElementHook.start(ElementStartContext context)
           
 

Uses of ElementStartContext in oracle.ide.config
 

Methods in oracle.ide.config with parameters of type ElementStartContext
 void ProjectDefaultsHook.start(ElementStartContext context)
           
 void SettingsUICustomizationsHook.start(ElementStartContext context)
           
 void PreferenceDefaultsHook.start(ElementStartContext context)
           
 

Uses of ElementStartContext in oracle.ide.explorer
 

Methods in oracle.ide.explorer with parameters of type ElementStartContext
 void IconOverlayHook.start(ElementStartContext context)
           
 

Uses of ElementStartContext in oracle.ide.extension
 

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

Uses of ElementStartContext in oracle.ide.paths
 

Methods in oracle.ide.paths with parameters of type ElementStartContext
 void PathInfo.start(ElementStartContext context)
           
 

Uses of ElementStartContext in oracle.ide.quickdiff
 

Methods in oracle.ide.quickdiff with parameters of type ElementStartContext
 void QuickDiffReferenceHook.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.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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