|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use oracle.ide.addin | |
oracle.ide | Contains classes that allow addins access to the IDE integration objects. |
oracle.ide.addin | Contains classes and interfaces that are used by addins to extend JDeveloper with their own views and wizards. |
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.datatransfer | Contains classes that implement drag and drop data transfers of JDeveloper's drag sources. |
oracle.ide.dialogs | Contains classes implementing standard dialogs used by JDeveloper. |
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.gallery | Contains classes implementing JDeveloper's new object gallery. |
oracle.ide.help | Contains interfaces and classes used by addins to provide context sensitive help on their own windows and dialogs. |
oracle.ide.inspector | Contains interfaces and classes that integrators may use to make their objects editable from the property inspector. |
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.navigator | Contains classes providing navigator support. |
oracle.ide.palette | Contains classes that allow for palette integration and commands. |
oracle.ide.print | Contains classes that allow addins some level of control on the IDE print system. |
oracle.ide.runner | Contains classes that allow addins some level of control on the IDE runner system. |
oracle.ide.vcs | Contains application-level interfaces to the version control sub-system. |
oracle.ide.window | Contains the interface that allows addins to customize the Window menu. |
oracle.jdeveloper.audit | The root package of the public Audit (and Metrics) API. |
oracle.jdeveloper.builder | This package contains the base implementations for the set of classes used for creating new objects. |
oracle.jdeveloper.builder.cls | The cls package provides classes and interfaces for generating Java classes. |
oracle.jdeveloper.builder.file | The file package includes the classes and interfaces for generating file objects. |
oracle.jdeveloper.ceditor | The Code Editor package contains the code editing
implementation of the JDeveloper IDE. |
oracle.jdeveloper.cm.ds.db | Contains a metadata API for describing database objects. |
oracle.jdeveloper.cm.dt | Contains the base design-time API for integrating database and application server connections within JDeveloper. |
oracle.jdeveloper.cm.dt.addin | Contains base implementations of addin interfaces. |
oracle.jdeveloper.cm.dt.wizard | Contains classes related to Wizard implementations used with connection objects. |
oracle.jdeveloper.cmt | The Component Model Tool, an API for manipulating Java source code. |
oracle.jdeveloper.compiler | Contains classes that allow addins to integrate their own build system translator. |
oracle.jdeveloper.dialogs | The Dialogs package contains commonly used dialogs. |
oracle.jdeveloper.externaltools | Contains interfaces and classes that allow the support for external tools in the JDeveloper IDE to be invoked, manipulated and extended by extensions. |
oracle.jdeveloper.externaltools.macro | Contains APIs related to macros that can be expanded when invoking external tools. |
oracle.jdeveloper.jot | Provides classes and interfaces for JOT (the Java Object Toolkit). |
oracle.jdeveloper.jsp.libraries | |
oracle.jdeveloper.jsp.utils | |
oracle.jdeveloper.library | The Libraries package provides the library API used
by JDeveloper. |
oracle.jdeveloper.model | Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. |
oracle.jdeveloper.palette | |
oracle.jdeveloper.profiler | Utility package to provide code level support for the profiling features. |
oracle.jdeveloper.runner | Contains classes that allow addins some level of control on the JDeveloper runner system. |
oracle.jdeveloper.uieditor | Contains classes that allow addins access to the UIEditor integration objects. |
oracle.jdeveloper.uieditor.uicanvas | Contains classes that allow addins access to the UICanvas integration objects. |
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.webservices | New public API to web services |
oracle.jdeveloper.wizard.common | Contains classes used by wizards. |
oracle.jdevimpl.webapp.html |
Classes in oracle.ide.addin used by oracle.ide | |
ActiveViewEvent
Event object used by the ActiveViewListener to notify
implementors which view is being activated and which is being
deactivated. |
|
ActiveViewListener
The ActiveViewListener interface should be implemented
by extensions that need to know when views in the IDE change their
active status. |
|
Addin
The Addin interface is one of the interfaces extension
writers use to add functionality to the IDE. |
|
Command
The Command interface defines the interface of all command
objects. |
|
Context
The Context interface provides information about the current IDE state. |
|
ContextMenuListener
The ContextMenuListener allows implementors to add their own menu items to the context menu associated with this listener. |
|
Controller
Each View has an associated Controller . |
|
ControllerProvider
|
|
DefaultContext
DefaultContext class. |
|
DynamicMenuListener
The DynamicMenuListener allows implementors to add their own menu items to the dynamic menu associated with this listener. |
|
Invokable
The Invokable interface can be used to identify a class as being capable of being "invoked" by the IDE. |
|
Observer
Observe interface defines the notification API through which
interested observers are notified of subject changes. |
|
Subject
Subject interface defines the API to register observers
interested in receiving notifications of subject changes. |
|
UpdateMessage
The UpdateMessage class is the update message send to an
Observer to notify it about a
Subject change. |
|
VetoableMessage
The VetoableMessage class is the vetoable message send to an
VetoObserver to notify it about an impending
VetoableSubject change. |
|
View
View components dispaly information to the user. |
|
ViewListener
The ViewListener interface should be implemented
by extensions that need to know when views in the IDE change their
state. |
|
ViewSelectionEvent
The ViewSelectionEvent is used to indicate that the selection held by the a View has been modified. |
|
ViewSelectionListener
The ViewSelectionListener interface should be implemented
by extensions that need to track the selection changes of a view. |
|
Wizard
The Wizard interface is used to identify a Java class as a Wizard in the context of the Oracle IDE. |
Classes in oracle.ide.addin used by oracle.ide.addin | |
AbstractView
AbstractView provides a default implementation for most methods
defined in the View interface. |
|
ActiveViewEvent
Event object used by the ActiveViewListener to notify
implementors which view is being activated and which is being
deactivated. |
|
Addin
The Addin interface is one of the interfaces extension
writers use to add functionality to the IDE. |
|
Command
The Command interface defines the interface of all command
objects. |
|
Context
The Context interface provides information about the current IDE state. |
|
Controller
Each View has an associated Controller . |
|
ControllerProvider
|
|
ExtensionGroup
Enable programmable control of extension groups. |
|
ExtensionGroupListener
The ExtensionGroupListener interface should be implemented if
notification is required whewn extension groups are initialized and
deInitialized. |
|
Invokable
The Invokable interface can be used to identify a class as being capable of being "invoked" by the IDE. |
|
Message
The Message class is the base class for messages send
to an link oracle.ide.addin.Observer} to notify it about a
Subject pending change and past change. |
|
Observer
Observe interface defines the notification API through which
interested observers are notified of subject changes. |
|
Pinnable
The Pinnable interface provides a pinning API to allow the implementation to ignore changes in selection and/or active view. |
|
StatusProvider
The StatusProvider interface is the means by which an object may supply custom StatusBar cells for use within a shared StatusBar instance. |
|
Subject
Subject interface defines the API to register observers
interested in receiving notifications of subject changes. |
|
UpdateMessage
The UpdateMessage class is the update message send to an
Observer to notify it about a
Subject change. |
|
VetoableMessage
The VetoableMessage class is the vetoable message send to an
VetoObserver to notify it about an impending
VetoableSubject change. |
|
VetoableSubject
VetoableSubject interface defines the API to register observers
interested in receiving notifications of pending subject changes. |
|
View
View components dispaly information to the user. |
|
ViewEvent
The ViewEvent is used to indicate that state of a View has been modified. |
|
ViewListener
The ViewListener interface should be implemented
by extensions that need to know when views in the IDE change their
state. |
|
ViewSelectionEvent
The ViewSelectionEvent is used to indicate that the selection held by the a View has been modified. |
|
ViewSelectionListener
The ViewSelectionListener interface should be implemented
by extensions that need to track the selection changes of a view. |
Classes in oracle.ide.addin used by oracle.ide.cmd | |
AbstractCommand
The AbstractCommand abstract class implements the
Command interface. |
|
Command
The Command interface defines the interface of all command
objects. |
|
Context
The Context interface provides information about the current IDE state. |
|
Message
The Message class is the base class for messages send
to an link oracle.ide.addin.Observer} to notify it about a
Subject pending change and past change. |
|
Subject
Subject interface defines the API to register observers
interested in receiving notifications of subject changes. |
|
UpdateMessage
The UpdateMessage class is the update message send to an
Observer to notify it about a
Subject change. |
Classes in oracle.ide.addin used by oracle.ide.compiler | |
Context
The Context interface provides information about the current IDE state. |
Classes in oracle.ide.addin used by oracle.ide.datatransfer | |
Context
The Context interface provides information about the current IDE state. |
Classes in oracle.ide.addin used by oracle.ide.dialogs | |
Context
The Context interface provides information about the current IDE state. |
Classes in oracle.ide.addin used by oracle.ide.docking | |
AbstractView
AbstractView provides a default implementation for most methods
defined in the View interface. |
|
Context
The Context interface provides information about the current IDE state. |
|
Controller
Each View has an associated Controller . |
|
ControllerProvider
|
|
View
View components dispaly information to the user. |
Classes in oracle.ide.addin used by oracle.ide.editor | |
AbstractView
AbstractView provides a default implementation for most methods
defined in the View interface. |
|
Addin
The Addin interface is one of the interfaces extension
writers use to add functionality to the IDE. |
|
Context
The Context interface provides information about the current IDE state. |
|
Controller
Each View has an associated Controller . |
|
ControllerProvider
|
|
Observer
Observe interface defines the notification API through which
interested observers are notified of subject changes. |
|
View
View components dispaly information to the user. |
|
ViewSelectionListener
The ViewSelectionListener interface should be implemented
by extensions that need to track the selection changes of a view. |
Classes in oracle.ide.addin used by oracle.ide.explorer | |
AbstractView
AbstractView provides a default implementation for most methods
defined in the View interface. |
|
Context
The Context interface provides information about the current IDE state. |
|
Controller
Each View has an associated Controller . |
|
ControllerProvider
|
|
UpdateMessage
The UpdateMessage class is the update message send to an
Observer to notify it about a
Subject change. |
|
View
View components dispaly information to the user. |
Classes in oracle.ide.addin used by oracle.ide.gallery | |
Addin
The Addin interface is one of the interfaces extension
writers use to add functionality to the IDE. |
|
Context
The Context interface provides information about the current IDE state. |
|
ContextMenuListener
The ContextMenuListener allows implementors to add their own menu items to the context menu associated with this listener. |
|
Controller
Each View has an associated Controller . |
|
Invokable
The Invokable interface can be used to identify a class as being capable of being "invoked" by the IDE. |
|
Subject
Subject interface defines the API to register observers
interested in receiving notifications of subject changes. |
|
Wizard
The Wizard interface is used to identify a Java class as a Wizard in the context of the Oracle IDE. |
Classes in oracle.ide.addin used by oracle.ide.help | |
Context
The Context interface provides information about the current IDE state. |
Classes in oracle.ide.addin used by oracle.ide.inspector | |
Context
The Context interface provides information about the current IDE state. |
|
Controller
Each View has an associated Controller . |
|
ControllerProvider
|
|
Subject
Subject interface defines the API to register observers
interested in receiving notifications of subject changes. |
|
View
View components dispaly information to the user. |
Classes in oracle.ide.addin used by oracle.ide.layout | |
Observer
Observe interface defines the notification API through which
interested observers are notified of subject changes. |
|
Subject
Subject interface defines the API to register observers
interested in receiving notifications of subject changes. |
|
UpdateMessage
The UpdateMessage class is the update message send to an
Observer to notify it about a
Subject change. |
|
View
View components dispaly information to the user. |
Classes in oracle.ide.addin used by oracle.ide.log | |
AbstractView
AbstractView provides a default implementation for most methods
defined in the View interface. |
|
Context
The Context interface provides information about the current IDE state. |
|
Controller
Each View has an associated Controller . |
|
ControllerProvider
|
|
View
View components dispaly information to the user. |
Classes in oracle.ide.addin used by oracle.ide.model | |
Observer
Observe interface defines the notification API through which
interested observers are notified of subject changes. |
|
Subject
Subject interface defines the API to register observers
interested in receiving notifications of subject changes. |
|
UpdateMessage
The UpdateMessage class is the update message send to an
Observer to notify it about a
Subject change. |
|
VetoableMessage
The VetoableMessage class is the vetoable message send to an
VetoObserver to notify it about an impending
VetoableSubject change. |
|
VetoableSubject
VetoableSubject interface defines the API to register observers
interested in receiving notifications of pending subject changes. |
Classes in oracle.ide.addin used by oracle.ide.navigator | |
Context
The Context interface provides information about the current IDE state. |
|
ContextMenuListener
The ContextMenuListener allows implementors to add their own menu items to the context menu associated with this listener. |
|
Controller
Each View has an associated Controller . |
|
ControllerProvider
|
|
View
View components dispaly information to the user. |
Classes in oracle.ide.addin used by oracle.ide.palette | |
Context
The Context interface provides information about the current IDE state. |
|
ControllerProvider
|
|
Invokable
The Invokable interface can be used to identify a class as being capable of being "invoked" by the IDE. |
|
View
View components dispaly information to the user. |
Classes in oracle.ide.addin used by oracle.ide.print | |
Context
The Context interface provides information about the current IDE state. |
|
Controller
Each View has an associated Controller . |
Classes in oracle.ide.addin used by oracle.ide.runner | |
AbstractView
AbstractView provides a default implementation for most methods
defined in the View interface. |
|
Context
The Context interface provides information about the current IDE state. |
|
ControllerProvider
|
|
View
View components dispaly information to the user. |
Classes in oracle.ide.addin used by oracle.ide.vcs | |
Command
The Command interface defines the interface of all command
objects. |
|
Context
The Context interface provides information about the current IDE state. |
Classes in oracle.ide.addin used by oracle.ide.window | |
Controller
Each View has an associated Controller . |
Classes in oracle.ide.addin used by oracle.jdeveloper.audit | |
Addin
The Addin interface is one of the interfaces extension
writers use to add functionality to the IDE. |
Classes in oracle.ide.addin used by oracle.jdeveloper.builder | |
Addin
The Addin interface is one of the interfaces extension
writers use to add functionality to the IDE. |
|
Context
The Context interface provides information about the current IDE state. |
|
Invokable
The Invokable interface can be used to identify a class as being capable of being "invoked" by the IDE. |
|
Wizard
The Wizard interface is used to identify a Java class as a Wizard in the context of the Oracle IDE. |
Classes in oracle.ide.addin used by oracle.jdeveloper.builder.cls | |
Addin
The Addin interface is one of the interfaces extension
writers use to add functionality to the IDE. |
|
Context
The Context interface provides information about the current IDE state. |
|
Invokable
The Invokable interface can be used to identify a class as being capable of being "invoked" by the IDE. |
|
Wizard
The Wizard interface is used to identify a Java class as a Wizard in the context of the Oracle IDE. |
Classes in oracle.ide.addin used by oracle.jdeveloper.builder.file | |
Addin
The Addin interface is one of the interfaces extension
writers use to add functionality to the IDE. |
|
Context
The Context interface provides information about the current IDE state. |
|
Invokable
The Invokable interface can be used to identify a class as being capable of being "invoked" by the IDE. |
|
Wizard
The Wizard interface is used to identify a Java class as a Wizard in the context of the Oracle IDE. |
Classes in oracle.ide.addin used by oracle.jdeveloper.ceditor | |
AbstractView
AbstractView provides a default implementation for most methods
defined in the View interface. |
|
Addin
The Addin interface is one of the interfaces extension
writers use to add functionality to the IDE. |
|
Context
The Context interface provides information about the current IDE state. |
|
ContextMenuListener
The ContextMenuListener allows implementors to add their own menu items to the context menu associated with this listener. |
|
Controller
Each View has an associated Controller . |
|
ControllerProvider
|
|
DynamicMenuListener
The DynamicMenuListener allows implementors to add their own menu items to the dynamic menu associated with this listener. |
|
Observer
Observe interface defines the notification API through which
interested observers are notified of subject changes. |
|
StatusProvider
The StatusProvider interface is the means by which an object may supply custom StatusBar cells for use within a shared StatusBar instance. |
|
UpdateMessage
The UpdateMessage class is the update message send to an
Observer to notify it about a
Subject change. |
|
View
View components dispaly information to the user. |
Classes in oracle.ide.addin used by oracle.jdeveloper.cm.ds.db | |
Message
The Message class is the base class for messages send
to an link oracle.ide.addin.Observer} to notify it about a
Subject pending change and past change. |
|
Observer
Observe interface defines the notification API through which
interested observers are notified of subject changes. |
|
Subject
Subject interface defines the API to register observers
interested in receiving notifications of subject changes. |
|
UpdateMessage
The UpdateMessage class is the update message send to an
Observer to notify it about a
Subject change. |
Classes in oracle.ide.addin used by oracle.jdeveloper.cm.dt | |
Context
The Context interface provides information about the current IDE state. |
|
Observer
Observe interface defines the notification API through which
interested observers are notified of subject changes. |
|
Subject
Subject interface defines the API to register observers
interested in receiving notifications of subject changes. |
|
UpdateMessage
The UpdateMessage class is the update message send to an
Observer to notify it about a
Subject change. |
Classes in oracle.ide.addin used by oracle.jdeveloper.cm.dt.addin | |
AbstractView
AbstractView provides a default implementation for most methods
defined in the View interface. |
|
Addin
The Addin interface is one of the interfaces extension
writers use to add functionality to the IDE. |
|
Context
The Context interface provides information about the current IDE state. |
|
ControllerProvider
|
|
Invokable
The Invokable interface can be used to identify a class as being capable of being "invoked" by the IDE. |
|
Observer
Observe interface defines the notification API through which
interested observers are notified of subject changes. |
|
UpdateMessage
The UpdateMessage class is the update message send to an
Observer to notify it about a
Subject change. |
|
View
View components dispaly information to the user. |
|
Wizard
The Wizard interface is used to identify a Java class as a Wizard in the context of the Oracle IDE. |
Classes in oracle.ide.addin used by oracle.jdeveloper.cm.dt.wizard | |
Context
The Context interface provides information about the current IDE state. |
Classes in oracle.ide.addin used by oracle.jdeveloper.cmt | |
Context
The Context interface provides information about the current IDE state. |
|
Observer
Observe interface defines the notification API through which
interested observers are notified of subject changes. |
|
Subject
Subject interface defines the API to register observers
interested in receiving notifications of subject changes. |
Classes in oracle.ide.addin used by oracle.jdeveloper.compiler | |
AbstractView
AbstractView provides a default implementation for most methods
defined in the View interface. |
|
ActiveViewEvent
Event object used by the ActiveViewListener to notify
implementors which view is being activated and which is being
deactivated. |
|
ActiveViewListener
The ActiveViewListener interface should be implemented
by extensions that need to know when views in the IDE change their
active status. |
|
Addin
The Addin interface is one of the interfaces extension
writers use to add functionality to the IDE. |
|
Context
The Context interface provides information about the current IDE state. |
|
ContextMenuListener
The ContextMenuListener allows implementors to add their own menu items to the context menu associated with this listener. |
|
Controller
Each View has an associated Controller . |
|
ControllerProvider
|
|
Observer
Observe interface defines the notification API through which
interested observers are notified of subject changes. |
|
UpdateMessage
The UpdateMessage class is the update message send to an
Observer to notify it about a
Subject change. |
|
View
View components dispaly information to the user. |
Classes in oracle.ide.addin used by oracle.jdeveloper.dialogs | |
Context
The Context interface provides information about the current IDE state. |
Classes in oracle.ide.addin used by oracle.jdeveloper.externaltools | |
Context
The Context interface provides information about the current IDE state. |
Classes in oracle.ide.addin used by oracle.jdeveloper.externaltools.macro | |
Context
The Context interface provides information about the current IDE state. |
Classes in oracle.ide.addin used by oracle.jdeveloper.jot | |
Subject
Subject interface defines the API to register observers
interested in receiving notifications of subject changes. |
Classes in oracle.ide.addin used by oracle.jdeveloper.jsp.libraries | |
Addin
The Addin interface is one of the interfaces extension
writers use to add functionality to the IDE. |
Classes in oracle.ide.addin used by oracle.jdeveloper.jsp.utils | |
Context
The Context interface provides information about the current IDE state. |
Classes in oracle.ide.addin used by oracle.jdeveloper.library | |
Addin
The Addin interface is one of the interfaces extension
writers use to add functionality to the IDE. |
|
Observer
Observe interface defines the notification API through which
interested observers are notified of subject changes. |
|
Subject
Subject interface defines the API to register observers
interested in receiving notifications of subject changes. |
|
UpdateMessage
The UpdateMessage class is the update message send to an
Observer to notify it about a
Subject change. |
Classes in oracle.ide.addin used by oracle.jdeveloper.model | |
Addin
The Addin interface is one of the interfaces extension
writers use to add functionality to the IDE. |
|
Context
The Context interface provides information about the current IDE state. |
|
ContextMenuListener
The ContextMenuListener allows implementors to add their own menu items to the context menu associated with this listener. |
|
Controller
Each View has an associated Controller . |
|
Observer
Observe interface defines the notification API through which
interested observers are notified of subject changes. |
|
Subject
Subject interface defines the API to register observers
interested in receiving notifications of subject changes. |
|
UpdateMessage
The UpdateMessage class is the update message send to an
Observer to notify it about a
Subject change. |
|
VetoableSubject
VetoableSubject interface defines the API to register observers
interested in receiving notifications of pending subject changes. |
Classes in oracle.ide.addin used by oracle.jdeveloper.palette | |
Context
The Context interface provides information about the current IDE state. |
Classes in oracle.ide.addin used by oracle.jdeveloper.profiler | |
Context
The Context interface provides information about the current IDE state. |
Classes in oracle.ide.addin used by oracle.jdeveloper.runner | |
Context
The Context interface provides information about the current IDE state. |
Classes in oracle.ide.addin used by oracle.jdeveloper.uieditor | |
AbstractView
AbstractView provides a default implementation for most methods
defined in the View interface. |
|
Context
The Context interface provides information about the current IDE state. |
|
ContextMenuListener
The ContextMenuListener allows implementors to add their own menu items to the context menu associated with this listener. |
|
Controller
Each View has an associated Controller . |
|
ControllerProvider
|
|
DynamicMenuListener
The DynamicMenuListener allows implementors to add their own menu items to the dynamic menu associated with this listener. |
|
Observer
Observe interface defines the notification API through which
interested observers are notified of subject changes. |
|
View
View components dispaly information to the user. |
|
ViewAdapter
Defaul ViewListener implementations. |
|
ViewEvent
The ViewEvent is used to indicate that state of a View has been modified. |
|
ViewListener
The ViewListener interface should be implemented
by extensions that need to know when views in the IDE change their
state. |
|
ViewSelectionEvent
The ViewSelectionEvent is used to indicate that the selection held by the a View has been modified. |
|
ViewSelectionListener
The ViewSelectionListener interface should be implemented
by extensions that need to track the selection changes of a view. |
Classes in oracle.ide.addin used by oracle.jdeveloper.uieditor.uicanvas | |
Context
The Context interface provides information about the current IDE state. |
|
ControllerProvider
|
|
View
View components dispaly information to the user. |
Classes in oracle.ide.addin used by oracle.jdeveloper.vcs.spi | |
AbstractCommand
The AbstractCommand abstract class implements the
Command interface. |
|
Addin
The Addin interface is one of the interfaces extension
writers use to add functionality to the IDE. |
|
Command
The Command interface defines the interface of all command
objects. |
|
Context
The Context interface provides information about the current IDE state. |
|
ContextMenuListener
The ContextMenuListener allows implementors to add their own menu items to the context menu associated with this listener. |
|
Controller
Each View has an associated Controller . |
|
Extension
The Extension interface is one of the interfaces extension
writers use to add functionality to the IDE. |
|
Observer
Observe interface defines the notification API through which
interested observers are notified of subject changes. |
|
UpdateMessage
The UpdateMessage class is the update message send to an
Observer to notify it about a
Subject change. |
Classes in oracle.ide.addin used by oracle.jdeveloper.vcs.util | |
Command
The Command interface defines the interface of all command
objects. |
|
Context
The Context interface provides information about the current IDE state. |
|
ContextMenuListener
The ContextMenuListener allows implementors to add their own menu items to the context menu associated with this listener. |
|
Subject
Subject interface defines the API to register observers
interested in receiving notifications of subject changes. |
|
UpdateMessage
The UpdateMessage class is the update message send to an
Observer to notify it about a
Subject change. |
Classes in oracle.ide.addin used by oracle.jdeveloper.webservices | |
Observer
Observe interface defines the notification API through which
interested observers are notified of subject changes. |
|
UpdateMessage
The UpdateMessage class is the update message send to an
Observer to notify it about a
Subject change. |
Classes in oracle.ide.addin used by oracle.jdeveloper.wizard.common | |
Addin
The Addin interface is one of the interfaces extension
writers use to add functionality to the IDE. |
|
Invokable
The Invokable interface can be used to identify a class as being capable of being "invoked" by the IDE. |
|
Wizard
The Wizard interface is used to identify a Java class as a Wizard in the context of the Oracle IDE. |
Classes in oracle.ide.addin used by oracle.jdevimpl.webapp.html | |
Subject
Subject interface defines the API to register observers
interested in receiving notifications of subject changes. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.