Extension SDK 10.1.2

Uses of Class
oracle.ide.addin.VetoableMessage

Packages that use VetoableMessage
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.model Contains interfaces and classes implementing JDeveloper's data model. 
 

Uses of VetoableMessage in oracle.ide
 

Methods in oracle.ide with parameters of type VetoableMessage
 void IdeVetoableSubject.notifyObservers(java.lang.Object observed, VetoableMessage change)
          Notifies all observers that the state of the subject has changed.
 

Uses of VetoableMessage in oracle.ide.addin
 

Methods in oracle.ide.addin with parameters of type VetoableMessage
 void VetoObserver.update(java.lang.Object observed, VetoableMessage change)
          Notification message.
 void VetoableSubject.notifyObservers(java.lang.Object subject, VetoableMessage change)
          Notifies all observers that the state of the subject has changed.
 

Uses of VetoableMessage in oracle.ide.model
 

Methods in oracle.ide.model with parameters of type VetoableMessage
 void Project.notifyObservers(java.lang.Object subject, VetoableMessage change)
           
 


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.