| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Observer | |
|---|---|
| oracle.ide.ceditor | The Code Editor package contains the code editing
implementation of the JDeveloper IDE.  | 
| 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.inspector | Contains interfaces and classes that integrators may use to make their objects editable from the property inspector. | 
| oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. | 
| oracle.ide.palette | Contains classes that allow for palette integration and commands. | 
| oracle.ide.util | Contains utility classes. | 
| oracle.ide.view | |
| 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.offlinedb.browser | Offline Database Node implementations for the JDeveloper's Application Navigator. | 
| oracle.jdeveloper.vcs.spi | Contains extension-level service provider interfaces for version control system integraton. | 
| oracle.jdeveloper.vcs.versionhistory | |
| oracle.jdevimpl.compare | |
| oracle.jdevimpl.history | |
| Uses of Observer in oracle.ide.ceditor | 
|---|
| Classes in oracle.ide.ceditor that implement Observer | |
|---|---|
 class | 
CodeEditor
The CodeEditor is the integration layer between the IDE
 and the editor components to provide a code editor inside the IDE. | 
| Uses of Observer in oracle.ide.controller | 
|---|
| Classes in oracle.ide.controller that implement Observer | |
|---|---|
 class | 
CommandProcessor
The CommandProcessor singleton class is responsible for
 managing the execution of the IDE commands and managing the undo stack. | 
| Uses of Observer in oracle.ide.editor | 
|---|
| Classes in oracle.ide.editor that implement Observer | |
|---|---|
 class | 
AbstractEditor
Deprecated. The Editor hierarchy has been collapsed | 
 class | 
AbstractFlatEditor
Deprecated. The Editor hierarchy has been collapsed | 
 class | 
AsynchronousEditor
Base editor template for editors that load the UI model on a thread off the event dispatch thread.  | 
 class | 
Editor
Editors such as code, gui, html editors should implements the Editor interface. | 
 class | 
FlatEditor
Deprecated. The Editor hierarchy has been collapsed | 
| Uses of Observer in oracle.ide.explorer | 
|---|
| Classes in oracle.ide.explorer that implement Observer | |
|---|---|
 class | 
ExplorerWindow
 | 
| Uses of Observer in oracle.ide.inspector | 
|---|
| Classes in oracle.ide.inspector that implement Observer | |
|---|---|
 class | 
InspectorWindow
The InspectorWindow is a View consisting of a Toolbar area, a main body area and a status area.  | 
| Uses of Observer in oracle.ide.model | 
|---|
| Classes in oracle.ide.model that implement Observer | |
|---|---|
 class | 
DataContainer
 | 
 class | 
HashStructureNode
Node implementation for an object that stores properties in a HashStructure and persists those properties to XML via HashStructureIO.  | 
 class | 
IdeSystem
This class is for internal use, and should not be used by extension developers.  | 
 class | 
Project
This class represents a user project in the IDE.  | 
 class | 
Workspace
Workspace represents an Application.  | 
| Methods in oracle.ide.model with parameters of type Observer | |
|---|---|
 void | 
Subject.attach(Observer observer)
Registers an observer interested in being notified when the internal state of the class implementing the Subject interface
 changes. | 
 void | 
Connections.attach(Observer observer)
 | 
 void | 
IdeSubject.attach(Observer observer)
Registers an Observer interested in being notified when the 
 internal state of the class implementing the Subject 
 interface changes. | 
 void | 
Node.attach(Observer observer)
 | 
 void | 
ObservableFolder.attach(Observer observer)
 | 
static void | 
NodeFactory.attach(Observer observer,
       java.lang.Class<? extends Node> type)
Associates the specified observer with the given
  type. | 
static void | 
NodeFactory.attach(Observer observer,
       java.lang.String type)
Associates the specified observer with the given
  type. | 
 void | 
Subject.detach(Observer observer)
Unregisters an observer that is not interested anymore in being notified when the internal state of the class implementing the Subject
 interface changes. | 
 void | 
Connections.detach(Observer observer)
 | 
 void | 
IdeSubject.detach(Observer observer)
Unregisters an observer that is not interested anymore in being notified when the internal state of the class implementing the Subject
 interface changes. | 
 void | 
Node.detach(Observer observer)
 | 
 void | 
ObservableFolder.detach(Observer observer)
 | 
static void | 
NodeFactory.detach(Observer observer,
       java.lang.Class<? extends Node> type)
Removes the specified observer from the given
  type list of observers. | 
static void | 
NodeFactory.detach(Observer observer,
       java.lang.String type)
Removes the specified observer from the given
  type list of observers. | 
| Uses of Observer in oracle.ide.palette | 
|---|
| Methods in oracle.ide.palette with parameters of type Observer | |
|---|---|
 void | 
PaletteItem.attach(Observer observer)
 | 
 void | 
PaletteItem.detach(Observer observer)
 | 
| Uses of Observer in oracle.ide.util | 
|---|
| Classes in oracle.ide.util that implement Observer | |
|---|---|
 class | 
ContextWatcher
Deprecated. since 11.1.1 with no replacement.  | 
| Uses of Observer in oracle.ide.view | 
|---|
| Classes in oracle.ide.view that implement Observer | |
|---|---|
 class | 
AbstractPinnable
AbstractPinnable implements the Pinnable interface as it applies to a DockableWindow which is capable of responding to changes in selection in the active View as well as changes of the active View from one View to another.  | 
| Uses of Observer in oracle.jdeveloper.library | 
|---|
| Classes in oracle.jdeveloper.library that implement Observer | |
|---|---|
 class | 
AbstractDerivedLibrary
AbstractDerivedLibrary class. | 
| Methods in oracle.jdeveloper.library with parameters of type Observer | |
|---|---|
 void | 
JLibraryManager.attach(Observer observer)
 | 
 void | 
JLibraryManager.detach(Observer observer)
 | 
| Uses of Observer in oracle.jdeveloper.merge | 
|---|
| Classes in oracle.jdeveloper.merge that implement Observer | |
|---|---|
 class | 
AbstractMergeEditor
Deprecated. replaced by DynamicMergeEditor. | 
 class | 
BaseMergeEditor
 | 
 class | 
BaseTextMergeEditor
 | 
 class | 
DynamicMergeEditor
 | 
 class | 
TextMergeEditor
Textual merge editor specialization class.  | 
| Uses of Observer in oracle.jdeveloper.offlinedb.browser | 
|---|
| Classes in oracle.jdeveloper.offlinedb.browser that implement Observer | |
|---|---|
 class | 
ProviderNode
Node for a provider in the navigator.  | 
| Uses of Observer in oracle.jdeveloper.vcs.spi | 
|---|
| Classes in oracle.jdeveloper.vcs.spi that implement Observer | |
|---|---|
 class | 
VCSExplorer
 | 
 class | 
VCSSingleSaveObserver
Deprecated. replaced by VCSSingleNodeObserver. | 
| Uses of Observer in oracle.jdeveloper.vcs.versionhistory | 
|---|
| Classes in oracle.jdeveloper.vcs.versionhistory that implement Observer | |
|---|---|
 class | 
VersionHistoryViewer
 | 
| Uses of Observer in oracle.jdevimpl.compare | 
|---|
| Classes in oracle.jdevimpl.compare that implement Observer | |
|---|---|
 class | 
oracle.jdevimpl.compare.BaseCompareEditor
 | 
 class | 
oracle.jdevimpl.compare.DrawerEditor
 | 
| Uses of Observer in oracle.jdevimpl.history | 
|---|
| Classes in oracle.jdevimpl.history that implement Observer | |
|---|---|
 class | 
oracle.jdevimpl.history.HistoryViewer
 | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.0.0) E17493-01  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||