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

E17493-02

Uses of Package
oracle.ide

Packages that use oracle.ide
oracle.ide Contains classes that allow addins access to the IDE integration objects. 
oracle.ide.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
oracle.ide.cmd Contains classes implementing several JDeveloper commands. 
oracle.ide.compiler Contains classes that allow addins some level of control on the IDE build system. 
oracle.ide.condition   
oracle.ide.controller   
oracle.ide.datatransfer Contains classes that implement drag and drop data transfers of JDeveloper's drag sources. 
oracle.ide.db.model Classes associated with the IDE's navigator nodes for database connections and database objects. 
oracle.ide.db.transfer.generate Contains classes that control the targets available for generating database objects to in the IDE. 
oracle.ide.dependency Provides information about the dependencies between files in an application. 
oracle.ide.dependency.index Provides the ability to store and retrieve dependency information using the index. 
oracle.ide.dialogs Contains classes implementing standard dialogs used by JDeveloper. 
oracle.ide.dialogs.filter   
oracle.ide.docking Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper. 
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.rules   
oracle.ide.externaltools Contains interfaces and classes that allow external tools in the IDE to be invoked, manipulated and extended by extensions. 
oracle.ide.externaltools.macro Contains APIs related to macros that can be expanded when invoking external tools. 
oracle.ide.feedback   
oracle.ide.help Contains interfaces and classes used by addins to provide context sensitive help on their own windows and dialogs. 
oracle.ide.history Contains API classes for the local history feature. 
oracle.ide.inspector Contains interfaces and classes that integrators may use to make their objects editable from the property inspector. 
oracle.ide.javaxide Bridges the standard IDE API (JSR198) to JDeveloper's extension API. 
oracle.ide.layout Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors. 
oracle.ide.log Contains the interfaces and classes that allow addins to provide their own log pages. 
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.ide.model.panels   
oracle.ide.navigator Contains classes providing navigator support. 
oracle.ide.net Provides a virtual file system framework based on java.net.URL. 
oracle.ide.palette Contains classes that allow for palette integration and commands. 
oracle.ide.palette2 Contains interfaces and classes that allow for palette integration. 
oracle.ide.print Contains classes that allow addins some level of control on the IDE print system. 
oracle.ide.replace   
oracle.ide.resourcebundle Provides a designtime abstraction around locating and managing resource bundles used by visual and non-visual editors. 
oracle.ide.runner Contains classes that allow addins some level of control on the IDE runner system. 
oracle.ide.util Contains utility classes. 
oracle.ide.vcs Contains application-level interfaces to the version control sub-system. 
oracle.ide.view   
oracle.ide.wizard Contains classes that can be used to integrate gallery items and wizards into the product. 
oracle.ideimpl.webupdate   
oracle.ideimpl.webupdate.wizard   
oracle.ideri.navigator   
oracle.jdeveloper.audit The root package of the public Audit (and Metrics) API. 
oracle.jdeveloper.audit.analyzer The base classes for writing analyzers. 
oracle.jdeveloper.audit.model The base classes for defining the Audit object model. 
oracle.jdeveloper.audit.transform The base classes for defining transformations on the Audit object model. 
oracle.jdeveloper.builder.annotation   
oracle.jdeveloper.builder.enumtype   
oracle.jdeveloper.compare contains classes nbsp;that can be used to invoke and control the integrated compare (diff) viewer in JDeveloper and hook into the Compare With menu. 
oracle.jdeveloper.controller   
oracle.jdeveloper.db Classes for accessing database connections in JDeveloper (and other FCP products). 
oracle.jdeveloper.db.controls UI controls that are useful when listing, selecting or displaying database connections. 
oracle.jdeveloper.db.model Utility classes for dealing with database Node implementations in JDeveloper (e.g. 
oracle.jdeveloper.db.panels UI panels that are useful when listing, selecting or displaying database connections in dialogs and wizards. 
oracle.jdeveloper.history   
oracle.jdeveloper.java.dependency Provides dependency information for Java. 
oracle.jdeveloper.jsp.faces   
oracle.jdeveloper.jsp.utils   
oracle.jdeveloper.library The Libraries package provides the library API used by JDeveloper. 
oracle.jdeveloper.merge Contains classes for merge editor abstractions, including an editor addin, commands, a controller, and utilities. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdeveloper.offlinedb Database API extension for saving database object definitions in XML files. 
oracle.jdeveloper.offlinedb.handler Utilities for handling complicated offline database actions, for example delete. 
oracle.jdeveloper.offlinedb.wizard Wizard and dialogs that can used when working with the offline database. 
oracle.jdeveloper.palette   
oracle.jdeveloper.runner Contains classes that allow addins some level of control on the JDeveloper runner system. 
oracle.jdeveloper.style Contains classes for obtaining Coding Style settings. 
oracle.jdeveloper.vcs.changelist   
oracle.jdeveloper.vcs.changelist.cmd   
oracle.jdeveloper.vcs.changeset   
oracle.jdeveloper.vcs.generic   
oracle.jdeveloper.vcs.nav   
oracle.jdeveloper.vcs.properties   
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
oracle.jdeveloper.vcs.util Contains assorted stateless utilities for version control system integraton. 
oracle.jdeveloper.webapp   
oracle.jdeveloper.webapp.deploy   
oracle.jdeveloper.webapp.design   
oracle.jdeveloper.webapp.designer   
oracle.jdeveloper.webapp.designer.palette   
oracle.jdeveloper.webapp.el   
oracle.jdeveloper.webapp.facelets   
oracle.jdeveloper.webapp.faces   
oracle.jdeveloper.webapp.grammar   
oracle.jdeveloper.webapp.html   
oracle.jdeveloper.webapp.libraries   
oracle.jdeveloper.webapp.metadata   
oracle.jdeveloper.webapp.navigation   
oracle.jdeveloper.webapp.utils   
oracle.jdeveloper.webapp.xdf   
oracle.jdeveloper.wizard.common Contains classes used by wizards. 
oracle.jdevimpl.audit.core   
oracle.jdevimpl.audit.log   
oracle.jdevimpl.compare   
oracle.jdevimpl.esdk   
oracle.jdevimpl.esdk.migration   
 

Classes in oracle.ide used by oracle.ide
Addin
          The Addin interface provides a mechanism for extensions to carry out programmatic initialization during the startup sequence of the IDE.
AddinManager
          The AddinManager class is responsible for loading addins to the IDE.
ComponentVersionManager
          Adds the component name and version number to the list of registered component/version sets.
Context
          The Context interface provides information about the current IDE state.
ExtensionRegistry
          The extension registry provides access to information about extensions loaded from JSR-198 extension manifests during initialization of the IDE.
IdeActivationEvent
          Event object representing activation or deactivation of the IDE.
IdeActivationListener
          A listener for IDE activation and deactivation events.
IdeArgs
          This class represents the command-line arguments used to launch the IDE.
IdeCore
          Core IDE functionality.
IdeEvent
          An event representing a step in the IDE startup and shutdown
IdeHook
          Deprecated. since 11.0. Use ExtensionHook instead.
IdeListener
          Deprecated without replacement.
IdeMainWindow
          This class implements the main application window.
IdeMainWindow.ControllerContext
          Internal only.
IdeRunStatus
          This class encapsulates the persistence of initialization of extensions and the copying of extension data between runs or executions of any particular version of the ide.
IdeStarter
          The interface for the starter of a command to be executed in a running IDE.
IdeUIManager
          Defines the API for handling look-and-feel specific actions in the IDE.
IdeUIManager.ThemeInfo
          Provides information about a look-and-feel color theme, for the sake of initializing or configuring an application that supports themes.
ProductInformation
          This class provides product-level information such as the product name, icon, copyright text, welcome page, and any other information stored in the <product-hook>.
 

Classes in oracle.ide used by oracle.ide.ceditor
Addin
          The Addin interface provides a mechanism for extensions to carry out programmatic initialization during the startup sequence of the IDE.
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.cmd
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.compiler
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.condition
Condition
          The condition interface defines the contract for all conditions.
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.controller
Addin
          The Addin interface provides a mechanism for extensions to carry out programmatic initialization during the startup sequence of the IDE.
Condition
          The condition interface defines the contract for all conditions.
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.datatransfer
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.db.model
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.db.transfer.generate
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.dependency
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.dependency.index
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.dialogs
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.dialogs.filter
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.docking
Addin
          The Addin interface provides a mechanism for extensions to carry out programmatic initialization during the startup sequence of the IDE.
Context
          The Context interface provides information about the current IDE state.
IdeMainWindow
          This class implements the main application window.
 

Classes in oracle.ide used by oracle.ide.editor
Addin
          The Addin interface provides a mechanism for extensions to carry out programmatic initialization during the startup sequence of the IDE.
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.explorer
Addin
          The Addin interface provides a mechanism for extensions to carry out programmatic initialization during the startup sequence of the IDE.
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.extension.rules
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.externaltools
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.externaltools.macro
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.feedback
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.help
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.history
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.inspector
Addin
          The Addin interface provides a mechanism for extensions to carry out programmatic initialization during the startup sequence of the IDE.
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.javaxide
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.layout
Addin
          The Addin interface provides a mechanism for extensions to carry out programmatic initialization during the startup sequence of the IDE.
 

Classes in oracle.ide used by oracle.ide.log
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.model
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.model.panels
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.navigator
Addin
          The Addin interface provides a mechanism for extensions to carry out programmatic initialization during the startup sequence of the IDE.
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.net
IdeActivationEvent
          Event object representing activation or deactivation of the IDE.
IdeActivationListener
          A listener for IDE activation and deactivation events.
 

Classes in oracle.ide used by oracle.ide.palette
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.palette2
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.print
Addin
          The Addin interface provides a mechanism for extensions to carry out programmatic initialization during the startup sequence of the IDE.
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.replace
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.resourcebundle
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.runner
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.util
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.vcs
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ide.view
Addin
          The Addin interface provides a mechanism for extensions to carry out programmatic initialization during the startup sequence of the IDE.
Context
          The Context interface provides information about the current IDE state.
IdeMainWindow
          This class implements the main application window.
 

Classes in oracle.ide used by oracle.ide.wizard
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ideimpl.webupdate
Addin
          The Addin interface provides a mechanism for extensions to carry out programmatic initialization during the startup sequence of the IDE.
Context
          The Context interface provides information about the current IDE state.
IdeEvent
          An event representing a step in the IDE startup and shutdown
IdeListener
          Deprecated without replacement.
 

Classes in oracle.ide used by oracle.ideimpl.webupdate.wizard
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.ideri.navigator
Addin
          The Addin interface provides a mechanism for extensions to carry out programmatic initialization during the startup sequence of the IDE.
 

Classes in oracle.ide used by oracle.jdeveloper.audit
Addin
          The Addin interface provides a mechanism for extensions to carry out programmatic initialization during the startup sequence of the IDE.
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.audit.analyzer
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.audit.model
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.audit.transform
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.builder.annotation
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.builder.enumtype
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.compare
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.controller
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.db
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.db.controls
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.db.model
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.db.panels
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.history
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.java.dependency
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.jsp.faces
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.jsp.utils
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.library
Addin
          The Addin interface provides a mechanism for extensions to carry out programmatic initialization during the startup sequence of the IDE.
 

Classes in oracle.ide used by oracle.jdeveloper.merge
Addin
          The Addin interface provides a mechanism for extensions to carry out programmatic initialization during the startup sequence of the IDE.
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.model
Addin
          The Addin interface provides a mechanism for extensions to carry out programmatic initialization during the startup sequence of the IDE.
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.offlinedb
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.offlinedb.handler
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.offlinedb.wizard
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.palette
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.runner
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.style
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.vcs.changelist
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.vcs.changelist.cmd
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.vcs.changeset
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.vcs.generic
Addin
          The Addin interface provides a mechanism for extensions to carry out programmatic initialization during the startup sequence of the IDE.
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.vcs.nav
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.vcs.properties
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.vcs.spi
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.vcs.util
Context
          The Context interface provides information about the current IDE state.
IdeActivationListener
          A listener for IDE activation and deactivation events.
 

Classes in oracle.ide used by oracle.jdeveloper.webapp
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.webapp.deploy
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.webapp.design
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.webapp.designer
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.webapp.designer.palette
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.webapp.el
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.webapp.facelets
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.webapp.faces
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.webapp.grammar
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.webapp.html
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.webapp.libraries
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.webapp.metadata
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.webapp.navigation
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.webapp.utils
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.webapp.xdf
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdeveloper.wizard.common
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdevimpl.audit.core
Addin
          The Addin interface provides a mechanism for extensions to carry out programmatic initialization during the startup sequence of the IDE.
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdevimpl.audit.log
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdevimpl.compare
Addin
          The Addin interface provides a mechanism for extensions to carry out programmatic initialization during the startup sequence of the IDE.
 

Classes in oracle.ide used by oracle.jdevimpl.esdk
Addin
          The Addin interface provides a mechanism for extensions to carry out programmatic initialization during the startup sequence of the IDE.
Context
          The Context interface provides information about the current IDE state.
 

Classes in oracle.ide used by oracle.jdevimpl.esdk.migration
Context
          The Context interface provides information about the current IDE state.
 


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

E17493-02

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