Extension SDK 10.1.2

Uses of Class
oracle.ide.exception.ChangeVetoException

Packages that use ChangeVetoException
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 ChangeVetoException in oracle.ide
 

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

Uses of ChangeVetoException in oracle.ide.addin
 

Methods in oracle.ide.addin that throw ChangeVetoException
static void VetoableMessage.fireCanAddChild(VetoableSubject subject, java.lang.Object element)
          This method sends an VetoableMessage whose ID is VetoableMessage.CAN_ADD_CHILD to all Observers of the specified Subject.
static void VetoableMessage.fireCanAddChildren(VetoableSubject subject, java.util.Collection childElements)
          This method sends an VetoableMessage whose ID is VetoableMessage.CAN_ADD_CHILD to all Observers of the specified Subject.
static void VetoableMessage.fireCanRemoveChild(VetoableSubject subject, java.lang.Object element)
          This method sends an VetoableMessage whose ID is VetoableMessage.CAN_REMOVE_CHILD to all Observers of the specified VetoableSubject.
static void VetoableMessage.fireCanRemoveChildren(VetoableSubject subject, java.util.Collection childElements)
          This method sends an VetoableMessage whose ID is VetoableMessage.CAN_REMOVE_CHILD to all Observers of the specified VetoableSubject.
static void VetoableMessage.fireCanRenameChild(VetoableSubject subject, java.lang.Object child)
          This method sends an VetoableMessage whose ID is VetoableMessage.CAN_RENAME_CHILD to all Observers of the specified VetoableSubject.
 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 ChangeVetoException in oracle.ide.model
 

Methods in oracle.ide.model that throw ChangeVetoException
 void Project.notifyObservers(java.lang.Object subject, VetoableMessage change)
           
 


Extension SDK

 

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