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

E13403-05

Uses of Class
javax.ide.extension.ElementName

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

Uses of ElementName in javax.ide.extension
 

Methods in javax.ide.extension that return ElementName
 ElementName ElementContext.getElementName()
          Gets the name of the current element.
protected abstract  ElementName DOMHook.getRootElementName()
          Gets the root element name to use.
 

Methods in javax.ide.extension with parameters of type ElementName
 ExtensionHook ExtensionRegistry.getHook(ElementName hookElement)
          Get the hook for the specified element name.
 ElementVisitor ElementVisitorFactory2.getVisitor(ElementContext context, ElementName name)
          Get a suitable visitor for the specified element name.
 ElementVisitor ElementVisitorFactory.getVisitor(ElementName name)
          Get a suitable visitor for the specified element name.
 void ElementContext.registerChildVisitor(ElementName name, ElementVisitor visitor)
          Registers a visitor that will visit specific direct children of the current element.
 java.lang.Class DynamicHook.ElementTypeResolver.resolveType(ElementName elementName)
          Resolves a fully-qualified element name to a runtime type which is capable of consuming information in child elements as laid out by the rules defined by DynamicHook.
 

Uses of ElementName in oracle.ide
 

Methods in oracle.ide that return ElementName
static ElementName IdeHook.element(java.lang.String name)
          Deprecated. Create a new ElementName instance in the correct namespace for the specified local name.
 

Methods in oracle.ide with parameters of type ElementName
 ExtensionHook ExtensionRegistry.getHook(ElementName elementName)
          Returns the hook for the specified element name.
 IdeHook ExtensionRegistry.getIdeHook(ElementName elementName)
          Deprecated. since 11.0. Use ExtensionRegistry.getHook(ElementName). This method is being maintained for backwards compatibility.
protected  void ExtensionRegistry.registerIdeHook(ElementName elementName, ExtensionHook hook)
          Registers an ide hook.
 

Uses of ElementName in oracle.ide.controller
 

Fields in oracle.ide.controller declared as ElementName
static ElementName ContextMenuListenersHook.ELEMENT
          The XML element for this custom hook.
 

Uses of ElementName in oracle.ide.resourcebundle
 

Fields in oracle.ide.resourcebundle declared as ElementName
static ElementName ResourceBundleShapingPreferencesHook.NAME
          The element name that identifies this hook.
 

Uses of ElementName in oracle.ideimpl.webupdate
 

Fields in oracle.ideimpl.webupdate declared as ElementName
static ElementName UpdateHook.ELEMENT
           
 


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

E13403-05

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