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

E17493-01

Uses of Package
javax.ide.extension

Packages that use javax.ide.extension
javax.ide The ide package is where all JSR 198 packages are rooted. 
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.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.controller   
oracle.ide.editor Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. 
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.extension.rules   
oracle.ide.extension.rules.composite   
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.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   
 

Classes in javax.ide.extension used by javax.ide
ExtensionRegistry
          The extension registry provides access to information about installed extensions.
 

Classes in javax.ide.extension used by javax.ide.extension
DynamicHook.ElementTypeResolver
          An object which can resolve an ElementName into a Class type for that element.
ElementContext
          ElementContext provides information about the current element being visited and provides utilities for processing child elements, reporting logging messages and storing information for use by other visitors.
ElementEndContext
          The context when visiting an xml end element.
ElementName
          Represents a qualified element name in XML.
ElementStartContext
          The context when visiting an xml start element.
ElementVisitor
          ElementVisitor is responsible for visiting elements in an XML file processed by an XML parser used by a JSR-198 compatible IDE.
ElementVisitor.ResourceBundleProvider
          A class that creates the ResourceBundle instance.
ElementVisitorFactory
          The element visitor factory is used to create or retrieve visitors for specific xml elements while traversing xml.
Extension
          An extension is a unit of functionality in a JSR-198 based IDE.
ExtensionDependency
          Represents an extension's dependency on some other extension.
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.
ExtensionHook.URIResource
           
LoaderType
          The LoaderType enumeration specifies information about the loader an extension wishes to use.
OnDemandElementVisitorListener
          A listener for ElementVisitor start and end events.
ParameterizedExtensionHook
          An experimental way for hook handlers to accept parameters from the hook-handler definiton
PlatformInfo
          Encapsulates platform specific information required for an extension to work properly.
UnrecognizedElementException
          An exception indicating that an element was encountered that was unexpected.
 

Classes in javax.ide.extension used by oracle.ide
ElementName
          Represents a qualified element name in XML.
ElementVisitor
          ElementVisitor is responsible for visiting elements in an XML file processed by an XML parser used by a JSR-198 compatible IDE.
Extension
          An extension is a unit of functionality in a JSR-198 based IDE.
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.
ExtensionRegistry
          The extension registry provides access to information about installed extensions.
 

Classes in javax.ide.extension used by oracle.ide.appstate
ElementName
          Represents a qualified element name in XML.
ElementVisitor
          ElementVisitor is responsible for visiting elements in an XML file processed by an XML parser used by a JSR-198 compatible IDE.
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.
 

Classes in javax.ide.extension used by oracle.ide.composite
ElementEndContext
          The context when visiting an xml end element.
ElementStartContext
          The context when visiting an xml start element.
ElementVisitor
          ElementVisitor is responsible for visiting elements in an XML file processed by an XML parser used by a JSR-198 compatible IDE.
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.
 

Classes in javax.ide.extension used by oracle.ide.config
DOMHook
          An extension hook that builds a DOM tree.
ElementEndContext
          The context when visiting an xml end element.
ElementName
          Represents a qualified element name in XML.
ElementStartContext
          The context when visiting an xml start element.
ElementVisitor
          ElementVisitor is responsible for visiting elements in an XML file processed by an XML parser used by a JSR-198 compatible IDE.
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.
 

Classes in javax.ide.extension used by oracle.ide.controller
ElementName
          Represents a qualified element name in XML.
ElementVisitor
          ElementVisitor is responsible for visiting elements in an XML file processed by an XML parser used by a JSR-198 compatible IDE.
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.
 

Classes in javax.ide.extension used by oracle.ide.editor
ElementVisitor
          ElementVisitor is responsible for visiting elements in an XML file processed by an XML parser used by a JSR-198 compatible IDE.
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.
 

Classes in javax.ide.extension used by oracle.ide.explorer
ElementEndContext
          The context when visiting an xml end element.
ElementStartContext
          The context when visiting an xml start element.
ElementVisitor
          ElementVisitor is responsible for visiting elements in an XML file processed by an XML parser used by a JSR-198 compatible IDE.
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.
 

Classes in javax.ide.extension used by oracle.ide.extension
ElementContext
          ElementContext provides information about the current element being visited and provides utilities for processing child elements, reporting logging messages and storing information for use by other visitors.
ElementEndContext
          The context when visiting an xml end element.
ElementStartContext
          The context when visiting an xml start element.
ElementVisitor
          ElementVisitor is responsible for visiting elements in an XML file processed by an XML parser used by a JSR-198 compatible IDE.
Extension
          An extension is a unit of functionality in a JSR-198 based IDE.
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.
 

Classes in javax.ide.extension used by oracle.ide.extension.rules
ElementContext
          ElementContext provides information about the current element being visited and provides utilities for processing child elements, reporting logging messages and storing information for use by other visitors.
Extension
          An extension is a unit of functionality in a JSR-198 based IDE.
 

Classes in javax.ide.extension used by oracle.ide.extension.rules.composite
Extension
          An extension is a unit of functionality in a JSR-198 based IDE.
 

Classes in javax.ide.extension used by oracle.ide.help
ElementName
          Represents a qualified element name in XML.
ElementVisitor
          ElementVisitor is responsible for visiting elements in an XML file processed by an XML parser used by a JSR-198 compatible IDE.
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.
 

Classes in javax.ide.extension used by oracle.ide.keyboard
ElementName
          Represents a qualified element name in XML.
 

Classes in javax.ide.extension used by oracle.ide.migration
ElementName
          Represents a qualified element name in XML.
ElementVisitor
          ElementVisitor is responsible for visiting elements in an XML file processed by an XML parser used by a JSR-198 compatible IDE.
Extension
          An extension is a unit of functionality in a JSR-198 based IDE.
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.
 

Classes in javax.ide.extension used by oracle.ide.model
ElementName
          Represents a qualified element name in XML.
ElementVisitor
          ElementVisitor is responsible for visiting elements in an XML file processed by an XML parser used by a JSR-198 compatible IDE.
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.
 

Classes in javax.ide.extension used by oracle.ide.paths
ElementName
          Represents a qualified element name in XML.
ElementStartContext
          The context when visiting an xml start element.
ElementVisitor
          ElementVisitor is responsible for visiting elements in an XML file processed by an XML parser used by a JSR-198 compatible IDE.
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.
 

Classes in javax.ide.extension used by oracle.ide.print
ElementName
          Represents a qualified element name in XML.
ElementVisitor
          ElementVisitor is responsible for visiting elements in an XML file processed by an XML parser used by a JSR-198 compatible IDE.
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.
 

Classes in javax.ide.extension used by oracle.ide.quickdiff
ElementStartContext
          The context when visiting an xml start element.
ElementVisitor
          ElementVisitor is responsible for visiting elements in an XML file processed by an XML parser used by a JSR-198 compatible IDE.
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.
 

Classes in javax.ide.extension used by oracle.ide.resourcebundle
ElementEndContext
          The context when visiting an xml end element.
ElementName
          Represents a qualified element name in XML.
ElementStartContext
          The context when visiting an xml start element.
ElementVisitor
          ElementVisitor is responsible for visiting elements in an XML file processed by an XML parser used by a JSR-198 compatible IDE.
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.
 

Classes in javax.ide.extension used by oracle.ideimpl.webupdate
ElementName
          Represents a qualified element name in XML.
ElementStartContext
          The context when visiting an xml start element.
ElementVisitor
          ElementVisitor is responsible for visiting elements in an XML file processed by an XML parser used by a JSR-198 compatible IDE.
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.
 

Classes in javax.ide.extension used by oracle.jdeveloper.audit.extension
ElementContext
          ElementContext provides information about the current element being visited and provides utilities for processing child elements, reporting logging messages and storing information for use by other visitors.
ElementEndContext
          The context when visiting an xml end element.
ElementStartContext
          The context when visiting an xml start element.
ElementVisitor
          ElementVisitor is responsible for visiting elements in an XML file processed by an XML parser used by a JSR-198 compatible IDE.
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.
 


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.