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

E17493-01

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.appstate   
oracle.ide.config Contains classes encapsulating JDevelopers's environment settings. 
oracle.ide.controller   
oracle.ide.help Contains interfaces and classes used by addins to provide context sensitive help on their own windows and dialogs. 
oracle.ide.keyboard Defining your default accelerators 
oracle.ide.migration Contains API classes for support the migration of Node types and user preferences in the system directory. 
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.ide.paths   
oracle.ide.print Contains classes that allow addins some level of control on the IDE print system. 
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  boolean ExtensionRegistry.isIdeHookRegistered(ElementName elementName)
          Returns true if this element name is a registered ide hook.
protected  void ExtensionRegistry.registerIdeHook(ElementName elementName, ExtensionHook hook)
          Registers an ide hook.
 

Uses of ElementName in oracle.ide.appstate
 

Fields in oracle.ide.appstate declared as ElementName
static ElementName ApplicationStateHook.ELEMENT
           
 

Uses of ElementName in oracle.ide.config
 

Fields in oracle.ide.config declared as ElementName
static ElementName SettingsUICustomizationsHook.ELEMENT
           
 

Methods in oracle.ide.config that return ElementName
protected  ElementName ProjectDefaultsHook.getRootElementName()
           
protected  ElementName PreferenceDefaultsHook.getRootElementName()
           
 

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.help
 

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

Uses of ElementName in oracle.ide.keyboard
 

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

Uses of ElementName in oracle.ide.migration
 

Fields in oracle.ide.migration declared as ElementName
static ElementName NodeMigratorHook.HOOK_NAME
           
 

Uses of ElementName in oracle.ide.model
 

Fields in oracle.ide.model declared as ElementName
static ElementName RecognizersHook.HOOK_NAME
           
static ElementName DependableFactoryHook.HOOK_NAME
           
static ElementName ContentSetProvidersHook.HOOK_NAME
           
 

Uses of ElementName in oracle.ide.paths
 

Fields in oracle.ide.paths declared as ElementName
static ElementName PathInfo.HOOK_NAME
           
static ElementName PathInfo.PATH_INFO_ELEMENT
           
 

Uses of ElementName in oracle.ide.print
 

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

Uses of ElementName in oracle.ide.resourcebundle
 

Fields in oracle.ide.resourcebundle declared as ElementName
static ElementName ResourceBundleHook.NAME
          The element name that identifies this hook.
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
11g Release 2 (11.1.2.0.0)

E17493-01

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