|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Observer | |
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.editor | Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. |
oracle.ide.layout | Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors. |
oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. |
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.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.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.uieditor | Contains classes that allow addins access to the UIEditor integration objects. |
oracle.jdeveloper.vcs.spi | Contains extension-level service provider interfaces for version control system integraton. |
oracle.jdeveloper.webservices | New public API to web services |
Uses of Observer in oracle.ide |
Methods in oracle.ide with parameters of type Observer | |
static void |
IdeViewHandler.fireActiveProjectChanged(Project project,
Workspace workspace,
Observer origin)
|
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 |
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. |
Uses of Observer in oracle.ide.addin |
Classes in oracle.ide.addin 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. |
Methods in oracle.ide.addin 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 |
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. |
Uses of Observer in oracle.ide.editor |
Subinterfaces of Observer in oracle.ide.editor | |
interface |
Editor
Editors such as code, gui, html editors should implements the Editor interface. |
interface |
EditorFrame
The EditorFrame interface. |
interface |
FlatEditor
Defines an Editor that wants to participate in the improved windowing of JDeveloper 9.0.5 |
Classes in oracle.ide.editor that implement Observer | |
class |
AbstractEditor
|
class |
AbstractFlatEditor
|
Uses of Observer in oracle.ide.layout |
Methods in oracle.ide.layout with parameters of type Observer | |
void |
IdeLayout.attach(Observer observer)
|
void |
IdeLayout.detach(Observer observer)
|
void |
BaseLayout.attach(Observer observer)
|
void |
BaseLayout.detach(Observer observer)
|
Uses of Observer in oracle.ide.model |
Classes in oracle.ide.model that implement Observer | |
class |
Applications
The Applications class is used to wrap the Workspaces
class in order to provide a different label when displayed in the
application navigator. |
class |
Project
This is the base class for all data classes that represent a user project. |
Methods in oracle.ide.model with parameters of type Observer | |
void |
PackageFilter.PackageFactory.addPackageObserver(Observer observer)
Add an Observer to the list of observers to attach to any newly
created packages for the given project . |
void |
PackageFilter.PackageFactory.removePackageObserver(Observer observer)
Remove an Observer from the list of observers to attach to
any newly created packages for the given project . |
void |
Applications.attach(Observer o)
|
void |
Applications.detach(Observer o)
|
void |
PackageFolder.attach(Observer observer)
|
void |
PackageFolder.detach(Observer observer)
|
void |
Connections.attach(Observer observer)
|
void |
Connections.detach(Observer observer)
|
void |
ObservableDataFolder.attach(Observer observer)
|
void |
ObservableDataFolder.detach(Observer observer)
|
static void |
Factory.attach(Observer observer,
java.lang.Class clazz)
Associates the specified observer with the given
clazz . |
static void |
Factory.detach(Observer observer,
java.lang.Class clazz)
Removes the specified observer from the given
clazz list of observers. |
void |
DefaultDocument.attach(Observer observer)
|
void |
DefaultDocument.detach(Observer observer)
|
Uses of Observer in oracle.jdeveloper.ceditor |
Classes in oracle.jdeveloper.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.jdeveloper.cm.ds.db |
Classes in oracle.jdeveloper.cm.ds.db that implement Observer | |
class |
AbstractDatabase
Base implementation of the Database interface. |
class |
JdbcDatabase
Implementation of the Database interface for JDBC Databases. |
Methods in oracle.jdeveloper.cm.ds.db with parameters of type Observer | |
void |
AbstractDBObject.attach(Observer observer)
|
void |
AbstractDBObject.detach(Observer observer)
|
Uses of Observer in oracle.jdeveloper.cm.dt |
Methods in oracle.jdeveloper.cm.dt with parameters of type Observer | |
void |
BaseConnections.attach(Observer observer)
|
void |
BaseConnections.detach(Observer observer)
|
Uses of Observer in oracle.jdeveloper.cm.dt.addin |
Classes in oracle.jdeveloper.cm.dt.addin that implement Observer | |
class |
AbstractConnectionEditor
AbstractConnectionEditor |
Uses of Observer in oracle.jdeveloper.cmt |
Classes in oracle.jdeveloper.cmt that implement Observer | |
class |
CmtComponentManager
|
Uses of Observer in oracle.jdeveloper.compiler |
Classes in oracle.jdeveloper.compiler that implement Observer | |
class |
CompilerPage
|
class |
JCompiler
The JCompiler manages compiling. |
Uses of Observer in oracle.jdeveloper.library |
Classes in oracle.jdeveloper.library that implement Observer | |
class |
AbstractDerivedLibrary
AbstractDerivedLibrary class. |
class |
ProjectLibrary
ProjectLibrary class. |
Methods in oracle.jdeveloper.library with parameters of type Observer | |
void |
JPaths.detach(Observer observer)
|
void |
JPaths.attach(Observer observer)
|
void |
AbstractLibrary.detach(Observer observer)
|
void |
AbstractLibrary.attach(Observer observer)
|
void |
JLibraryManager.attach(Observer observer)
|
void |
JLibraryManager.detach(Observer observer)
|
Uses of Observer in oracle.jdeveloper.model |
Classes in oracle.jdeveloper.model that implement Observer | |
class |
ApplicationFilter
The ApplicationFilter class organizes the children of an
application into a predefined structure. |
class |
JProject
JProject is the data class that represents the
project in JDeveloper. |
Methods in oracle.jdeveloper.model with parameters of type Observer | |
static void |
ApplicationFilter.addPackageObserver(Observer observer,
Project project)
Add an Observer to the list of observers to attach to any newly
created packages for the given project . |
static void |
ApplicationFilter.removePackageObserver(Observer observer,
Project project)
Remove an Observer from the list of observers to attach to
any newly created packages for the given project . |
Uses of Observer in oracle.jdeveloper.uieditor |
Classes in oracle.jdeveloper.uieditor that implement Observer | |
class |
UIEditor
Editor implementation whose visuals depict the GUI declared in a
JavaSourceNode instance. |
Uses of Observer in oracle.jdeveloper.vcs.spi |
Classes in oracle.jdeveloper.vcs.spi that implement Observer | |
class |
VCSSingleSaveObserver
Observer class to flush a status cache on file save notifications. |
Uses of Observer in oracle.jdeveloper.webservices |
Classes in oracle.jdeveloper.webservices that implement Observer | |
class |
JAXRPCJavaModel
This class represents the data model for a Java class or EJB exposed as a Java web service. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.