| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UpdateMessage | |
|---|---|
| oracle.ide.ceditor | The Code Editorpackage contains the code editing
implementation of the JDeveloper IDE. | 
| oracle.ide.cmd | Contains classes implementing several JDeveloper commands. | 
| oracle.ide.controller | |
| 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.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.palette | Contains classes that allow for palette integration and commands. | 
| oracle.ide.util | Contains utility classes. | 
| oracle.ide.view | |
| oracle.jdeveloper.library | The Librariespackage provides thelibraryAPI used
by JDeveloper. | 
| oracle.jdeveloper.merge | Contains classes for merge editor abstractions, including an editor addin, commands, a controller, and utilities. | 
| 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. | 
| Uses of UpdateMessage in oracle.ide.ceditor | 
|---|
| Methods in oracle.ide.ceditor with parameters of type UpdateMessage | |
|---|---|
|  void | CodeEditor.update(java.lang.Object observed,
       UpdateMessage change)Notification message. | 
| Uses of UpdateMessage in oracle.ide.cmd | 
|---|
| Methods in oracle.ide.cmd that return UpdateMessage | |
|---|---|
| protected  UpdateMessage | RemoveFromDiskCommand.createUpdateMessage() | 
| protected  UpdateMessage | RemoveFileCommand.createUpdateMessage()Creates an UpdateMessagewhose ID isCHILD_REMOVEDand stores the 
 command ID as a user property. | 
| Methods in oracle.ide.cmd with parameters of type UpdateMessage | |
|---|---|
| static Node | RenameMessage.getNewNode(UpdateMessage message)Get the new Node created when an existing one was renamed. | 
| static java.net.URL | RenameMessage.getOldURL(UpdateMessage message)Get the Node's old url. | 
| static Node | RenameMessage.getRemovedNode(UpdateMessage message)Get the Node being removed because the rename caused the creation of a new node. | 
| static Node | RenameMessage.getRenamedNode(UpdateMessage message)Get the renamed Node. | 
| static boolean | RenameMessage.isPreRenameMessage(UpdateMessage message)Check if this notification message is being sent before the actual object rename happened. | 
| static void | RenameMessage.setPreRenameMessage(UpdateMessage message,
                    boolean isPreRenameMessage) | 
| static void | RenameMessage.setRenamedNode(UpdateMessage message,
               Node renamedNode) | 
| Constructors in oracle.ide.cmd with parameters of type UpdateMessage | |
|---|---|
| CloseNodeCommand(UpdateMessage messageTemplate)Constructor. | |
| Uses of UpdateMessage in oracle.ide.controller | 
|---|
| Methods in oracle.ide.controller with parameters of type UpdateMessage | |
|---|---|
|  void | CommandProcessor.update(java.lang.Object observed,
       UpdateMessage change)Respond to applicable UpdateMessages. | 
| Uses of UpdateMessage in oracle.ide.docking | 
|---|
| Methods in oracle.ide.docking with parameters of type UpdateMessage | |
|---|---|
|  void | DrawerWindow.updateVisibleActions(UpdateMessage updateMessage) | 
| Uses of UpdateMessage in oracle.ide.editor | 
|---|
| Methods in oracle.ide.editor with parameters of type UpdateMessage | |
|---|---|
|  void | AsynchronousEditor.update(java.lang.Object observed,
       UpdateMessage change) | 
| Uses of UpdateMessage in oracle.ide.explorer | 
|---|
| Methods in oracle.ide.explorer with parameters of type UpdateMessage | |
|---|---|
|  boolean | ChildFilter.canUpdate(TNode node,
          UpdateMessage change)Call to determine if an update should be done due a property set notification. | 
|  TNode | ChildFilter.childrenAdded(UpdateMessage message,
              TNode parent,
              TreeExplorer tree)The childrenAdded method is called when the UI is notified that an element has been added to the node that owns this filter. | 
|  TNode | ChildFilter.childrenRemoved(UpdateMessage message,
                TNode parent,
                TreeExplorer tree)The childrenRemoved method is called when the UI is notified that an element has been removed from the node that owns this filter. | 
| protected static boolean | TreeExplorer.isSelectAddedChild(UpdateMessage message,
                   boolean defaultValue) | 
| static void | TreeExplorer.setSelectAddedChild(UpdateMessage message,
                    boolean selectAddedChild) | 
|  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. | 
| Uses of UpdateMessage in oracle.ide.log | 
|---|
| Methods in oracle.ide.log with parameters of type UpdateMessage | |
|---|---|
|  void | MessagePage.updateVisibleActions(UpdateMessage updateMessage) | 
| Uses of UpdateMessage in oracle.ide.model | 
|---|
| Methods in oracle.ide.model that return UpdateMessage | |
|---|---|
|  UpdateMessage | UpdateMessage.copyMessage()Makes a copy of this UpdateMessage and returns it. | 
|  UpdateMessage | UpdateMessage.forNewMessageID(int newMessageID)Makes a copy of this UpdateMessage and, in the copy, replaces the message ID with the specified newMessageID. | 
|  UpdateMessage | UpdateMessage.forNewOrigin(java.lang.Object newOrigin)Makes a copy of this UpdateMessage and, in the copy, replaces the origin with newOrigin. | 
| Methods in oracle.ide.model with parameters of type UpdateMessage | |
|---|---|
|  void | Subject.notifyObservers(java.lang.Object subject,
                UpdateMessage change)Notifies all observers that the state of the subject has changed. | 
|  void | Connections.notifyObservers(java.lang.Object subject,
                UpdateMessage change) | 
|  void | IdeSubject.notifyObservers(java.lang.Object observed,
                UpdateMessage change)Notifies all observers that the state of the subject has changed. | 
|  void | Node.notifyObservers(java.lang.Object observed,
                UpdateMessage change) | 
|  void | ObservableFolder.notifyObservers(java.lang.Object observed,
                UpdateMessage change) | 
|  void | Project.notifyVetoObservers(java.lang.Object subject,
                    UpdateMessage change) | 
|  void | IdeVetoableSubject.notifyVetoObservers(java.lang.Object observed,
                    UpdateMessage change)Notifies all observers that the state of the subject has changed. | 
|  void | VetoableSubject.notifyVetoObservers(java.lang.Object subject,
                    UpdateMessage change)Notifies all observers that the state of the subject has changed. | 
|  void | DataContainer.update(java.lang.Object observed,
       UpdateMessage change) | 
|  void | Observer.update(java.lang.Object observed,
       UpdateMessage change)Notification message. | 
|  void | VetoObserver.vetoableUpdate(java.lang.Object observed,
               UpdateMessage change)Notification message. | 
| Uses of UpdateMessage in oracle.ide.palette | 
|---|
| Methods in oracle.ide.palette with parameters of type UpdateMessage | |
|---|---|
|  void | PaletteItem.notifyObservers(java.lang.Object object,
                UpdateMessage change) | 
| Uses of UpdateMessage in oracle.ide.util | 
|---|
| Methods in oracle.ide.util with parameters of type UpdateMessage | |
|---|---|
|  void | ContextWatcher.update(java.lang.Object observed,
       UpdateMessage change)Deprecated. Respond to a name change message for any of the Context's Node, Project or Workspace, and to a child removed message removing the Node from the Project, the Project from the Workspace or the Workspace from the Ide workspaces. | 
| Uses of UpdateMessage in oracle.ide.view | 
|---|
| Methods in oracle.ide.view with parameters of type UpdateMessage | |
|---|---|
| protected  void | AbstractPinnable.objectClosed(java.lang.Object subject,
             UpdateMessage msg)Perform any cleanup required in response to an UpdateMessage.OBJECT_CLOSED message received by update. | 
| protected  void | AbstractPinnable.objectRenamed(java.lang.Object subject,
              UpdateMessage msg)Perform any cleanup required in response to an UpdateMessage.OBJECT_RENAMED message received by update. | 
|  void | AbstractPinnable.update(java.lang.Object subject,
       UpdateMessage msg)Respond to Node events from which the current Explorer is rooted. | 
|  void | ViewDecorator.updateVisibleActions(UpdateMessage updateMessage) | 
|  void | View.updateVisibleActions(UpdateMessage updateMessage)Called when the IDE or an extension requests that the Viewupdates the enabled state of any actions 
 that are visible on screen. | 
| Uses of UpdateMessage in oracle.jdeveloper.library | 
|---|
| Methods in oracle.jdeveloper.library with parameters of type UpdateMessage | |
|---|---|
| protected  void | AbstractDerivedLibrary.checkPropertyChange(java.lang.String property,
                    java.lang.String newProperty,
                    UpdateMessage change,
                    java.util.List output)Checks if the propertyis in thepropertiesMap. | 
| protected  boolean | AbstractDerivedLibrary.isPropertyChange(UpdateMessage change)Returns trueif the update message is a PROPERTY_SET
 message. | 
|  void | JLibraryManager.notifyObservers(java.lang.Object subject,
                UpdateMessage change) | 
| Uses of UpdateMessage in oracle.jdeveloper.merge | 
|---|
| Methods in oracle.jdeveloper.merge with parameters of type UpdateMessage | |
|---|---|
|  void | BaseMergeEditor.update(java.lang.Object observed,
       UpdateMessage change)Notification message. | 
| Uses of UpdateMessage in oracle.jdeveloper.vcs.spi | 
|---|
| Methods in oracle.jdeveloper.vcs.spi with parameters of type UpdateMessage | |
|---|---|
|  void | VCSExplorer.update(java.lang.Object object,
       UpdateMessage updateMessage) | 
|  void | VCSSingleSaveObserver.update(java.lang.Object observed,
       UpdateMessage change)Deprecated. | 
| 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. | 
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||