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

E13403-08

Uses of Class
javax.ide.extension.ElementVisitor

Packages that use ElementVisitor
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.editor Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. 
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 ElementVisitor in javax.ide.extension
 

Subclasses of ElementVisitor in javax.ide.extension
 class BooleanVisitor
          Visitor for handling elements of type xs:boolean.
 class DOMHook
          An extension hook that builds a DOM tree.
 class DynamicHook
          An implementation of ExtensionHook that automatically populates model objects using reflection.
 class ExtensionHook
          An extension hook is responsible for processing information from the extension manifest for a particular feature and making this information available to the service responsible for managing the functionality provided by the hook.
 class I18NCharVisitor
          An element visitor that processes xml elements of type i18n_char.
 class I18NStringVisitor
          An element visitor that processes xml elements of type i18n_string.
 class IconVisitor
          Use IconVisitor for processing an XML element in the manifest that provides an icon.
 class MetaClassVisitor
          An abstract implementation of a visitor for manifest elements which represent meta classes.
 

Methods in javax.ide.extension that return ElementVisitor
 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.
 

Methods in javax.ide.extension with parameters of type ElementVisitor
 void ElementContext.registerChildVisitor(ElementName name, ElementVisitor visitor)
          Registers a visitor that will visit specific direct children of the current element.
 

Uses of ElementVisitor in oracle.ide
 

Subclasses of ElementVisitor in oracle.ide
 class IdeHook
          Deprecated. since 11.0. Use ExtensionHook instead.
 

Uses of ElementVisitor in oracle.ide.controller
 

Subclasses of ElementVisitor in oracle.ide.controller
 class ContextMenuListenersHook
          Declarative hook for context menu listeners.
 

Uses of ElementVisitor in oracle.ide.editor
 

Subclasses of ElementVisitor in oracle.ide.editor
 class FileSaveHook
          Hook that registers the listeners to be notified when a multiple files may need to be saved.
 

Uses of ElementVisitor in oracle.ide.extension
 

Subclasses of ElementVisitor in oracle.ide.extension
 class HashStructureElementVisitor
          A generic ElementVisitor for unmarshalling extension manifest (extension.xml) elements into a HashStructure.
 class HashStructureHook
          Generic extension hook for unmarshalling extension manifest elements into a HashStructure.
 class URLPathHandler
          Abstract handler for URLPath values in the extension manifest.
 

Uses of ElementVisitor in oracle.ide.resourcebundle
 

Subclasses of ElementVisitor in oracle.ide.resourcebundle
 class ResourceBundleShapingPreferencesHook
          The ResourceBundleShapingPreferencesHook is used to pull the resource bundle preferences from the custom role files.
 

Uses of ElementVisitor in oracle.ideimpl.webupdate
 

Subclasses of ElementVisitor in oracle.ideimpl.webupdate
 class UpdateHook
          Extension hook for update centers.
 

Uses of ElementVisitor in oracle.jdeveloper.audit.extension
 

Subclasses of ElementVisitor in oracle.jdeveloper.audit.extension
 class AuditHook
           
 

Uses of ElementVisitor in oracle.jdeveloper.jsp.libraries
 

Subclasses of ElementVisitor in oracle.jdeveloper.jsp.libraries
 class JspLibrariesHandler
           
 

Uses of ElementVisitor in oracle.jdeveloper.uieditor
 

Subclasses of ElementVisitor in oracle.jdeveloper.uieditor
 class UIEditorHookHandler
          Process the uieditor element which may be part of a JDeveloper extension manifest .
 


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

E13403-08

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