|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateMessage | |
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.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.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.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.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 |
Uses of UpdateMessage in oracle.ide |
Methods in oracle.ide with parameters of type UpdateMessage | |
void |
IdeSubject.notifyObservers(java.lang.Object observed,
UpdateMessage change)
Notifies all observers that the state of the subject has changed. |
Uses of UpdateMessage in oracle.ide.addin |
Methods in oracle.ide.addin that return UpdateMessage | |
UpdateMessage |
UpdateMessage.fromNewOrigin(java.lang.Object newOrigin)
Makes a copy of this UpdateMessage, except that the origin is set to newOrigin , replacing the current origin. |
Methods in oracle.ide.addin with parameters of type UpdateMessage | |
void |
AbstractPinnable.update(java.lang.Object subject,
UpdateMessage msg)
Respond to Document events from which the current Explorer is rooted. |
protected void |
AbstractPinnable.objectClosed(Subject subject,
UpdateMessage msg)
Perform any cleanup required in response to an UpdateMessage.OBJECT_CLOSED message received by update. |
protected void |
AbstractPinnable.objectRenamed(Subject subject,
UpdateMessage msg)
Perform any cleanup required in response to an UpdateMessage.OBJECT_RENAMED message received by update. |
void |
Observer.update(java.lang.Object observed,
UpdateMessage change)
Notification message. |
protected static void |
UpdateMessage.notifyObserversOnEventThread(Subject subject,
UpdateMessage message)
|
void |
Subject.notifyObservers(java.lang.Object subject,
UpdateMessage change)
Notifies all observers that the state of the subject has changed. |
Constructors in oracle.ide.addin with parameters of type UpdateMessage | |
UpdateMessage(UpdateMessage msg)
|
Uses of UpdateMessage in oracle.ide.cmd |
Subclasses of UpdateMessage in oracle.ide.cmd | |
class |
RenameMessage
There are 5 cases to be considered when the OBJECT_RENAMED message is sent. |
Methods in oracle.ide.cmd that return UpdateMessage | |
protected UpdateMessage |
RemoveFromDiskCommand.createUpdateMessage()
|
protected UpdateMessage |
RemoveFileCommand.createUpdateMessage()
Creates an UpdateMessage whose ID is
oracle.ide.addin.UpdateMessage.CHILD_REMOVED and stores the
command ID as a user property. |
Uses of UpdateMessage in oracle.ide.explorer |
Methods in oracle.ide.explorer with parameters of type UpdateMessage | |
TNode |
ChildFilter.update(TNode node,
UpdateMessage change)
This method will be called when the UI needs to tell a filter that a property set notification has happened. |
boolean |
ChildFilter.canUpdate(TNode node,
UpdateMessage change)
Call to determine if an update should be done due a property set notification. |
Uses of UpdateMessage in oracle.ide.layout |
Methods in oracle.ide.layout with parameters of type UpdateMessage | |
void |
IdeLayout.notifyObservers(java.lang.Object object,
UpdateMessage change)
|
void |
BaseLayout.notifyObservers(java.lang.Object object,
UpdateMessage change)
|
Uses of UpdateMessage in oracle.ide.model |
Methods in oracle.ide.model with parameters of type UpdateMessage | |
void |
Applications.update(java.lang.Object obj,
UpdateMessage msg)
|
void |
Applications.notifyObservers(java.lang.Object o,
UpdateMessage msg)
|
void |
PackageFolder.notifyObservers(java.lang.Object subject,
UpdateMessage change)
|
TNode |
HierarchicalFilter.update(TNode node,
UpdateMessage change)
Updates the filter's display in response to an UpdateMessage . |
boolean |
CategoryFolder.checkRefresh(UpdateMessage change)
|
boolean |
DefaultFilter.canUpdate(TNode node,
UpdateMessage change)
|
TNode |
DefaultFilter.update(TNode node,
UpdateMessage change)
|
void |
Connections.notifyObservers(java.lang.Object subject,
UpdateMessage change)
|
void |
Project.update(java.lang.Object observed,
UpdateMessage change)
Projects are interested in receiving notification of when an owned child is renamed in order to update owner map. |
void |
ObservableDataFolder.notifyObservers(java.lang.Object observed,
UpdateMessage change)
|
void |
DefaultDocument.notifyObservers(java.lang.Object observed,
UpdateMessage change)
|
Uses of UpdateMessage in oracle.jdeveloper.ceditor |
Methods in oracle.jdeveloper.ceditor with parameters of type UpdateMessage | |
void |
CodeEditor.update(java.lang.Object observed,
UpdateMessage change)
Notification message. |
Uses of UpdateMessage in oracle.jdeveloper.cm.ds.db |
Subclasses of UpdateMessage in oracle.jdeveloper.cm.ds.db | |
class |
DBObjectUpdateMessage
Subclass of UpdateMessage which has methods for firing DBObject specific messages. |
Methods in oracle.jdeveloper.cm.ds.db with parameters of type UpdateMessage | |
void |
AbstractDatabase.update(java.lang.Object observed,
UpdateMessage msg)
|
void |
AbstractDBObject.notifyObservers(java.lang.Object subject,
UpdateMessage change)
|
Uses of UpdateMessage in oracle.jdeveloper.cm.dt |
Methods in oracle.jdeveloper.cm.dt with parameters of type UpdateMessage | |
void |
BaseConnections.notifyObservers(java.lang.Object observed,
UpdateMessage change)
|
Uses of UpdateMessage in oracle.jdeveloper.cm.dt.addin |
Methods in oracle.jdeveloper.cm.dt.addin with parameters of type UpdateMessage | |
abstract void |
AbstractConnectionEditor.update(java.lang.Object observed,
UpdateMessage change)
|
Uses of UpdateMessage in oracle.jdeveloper.compiler |
Methods in oracle.jdeveloper.compiler with parameters of type UpdateMessage | |
void |
CompilerPage.update(java.lang.Object subject,
UpdateMessage change)
|
void |
JCompiler.update(java.lang.Object observed,
UpdateMessage change)
|
Uses of UpdateMessage in oracle.jdeveloper.library |
Methods in oracle.jdeveloper.library with parameters of type UpdateMessage | |
void |
JPaths.notifyObservers(java.lang.Object subject,
UpdateMessage change)
|
void |
AbstractLibrary.notifyObservers(java.lang.Object subject,
UpdateMessage change)
|
protected boolean |
AbstractDerivedLibrary.isPropertyChange(UpdateMessage change)
Returns true if the update message is a PROPERTY_SET
message. |
void |
ProjectLibrary.update(java.lang.Object observed,
UpdateMessage change)
|
void |
JLibraryManager.notifyObservers(java.lang.Object subject,
UpdateMessage change)
|
Uses of UpdateMessage in oracle.jdeveloper.model |
Methods in oracle.jdeveloper.model with parameters of type UpdateMessage | |
void |
ApplicationFilter.update(java.lang.Object observed,
UpdateMessage change)
|
boolean |
WebSources.checkRefresh(UpdateMessage change)
|
boolean |
Sources.checkRefresh(UpdateMessage change)
|
boolean |
CategoryFilter.canUpdate(TNode node,
UpdateMessage change)
|
TNode |
CategoryFilter.update(TNode node,
UpdateMessage change)
|
Uses of UpdateMessage in oracle.jdeveloper.vcs.spi |
Methods in oracle.jdeveloper.vcs.spi with parameters of type UpdateMessage | |
void |
VCSSingleSaveObserver.update(java.lang.Object observed,
UpdateMessage change)
|
Uses of UpdateMessage in oracle.jdeveloper.vcs.util |
Methods in oracle.jdeveloper.vcs.util with parameters of type UpdateMessage | |
static boolean |
VCSModelUtils.isElementSaveUpdate(java.lang.Object observed,
UpdateMessage change)
Asks whether the given update message indicates that the observed node has been saved. |
Uses of UpdateMessage in oracle.jdeveloper.webservices |
Methods in oracle.jdeveloper.webservices with parameters of type UpdateMessage | |
void |
JAXRPCJavaModel.update(java.lang.Object observed,
UpdateMessage change)
|
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.