Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Class
oracle.ide.exception.ChangeVetoException

Packages that use ChangeVetoException
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.jdeveloper.vcs.util Contains assorted stateless utilities for version control system integraton. 
 

Uses of ChangeVetoException in oracle.ide.model
 

Methods in oracle.ide.model that throw ChangeVetoException
static void UpdateMessage.fireCanAddChild(VetoableSubject subject, java.lang.Object element)
          This method sends an UpdateMessage whose ID is UpdateMessage.CAN_ADD_CHILD to all Observers of the specified Subject.
static void UpdateMessage.fireCanAddChildren(VetoableSubject subject, java.util.Collection children)
          This method sends an UpdateMessage whose ID is UpdateMessage.CAN_ADD_CHILD to all Observers of the specified Subject.
static void UpdateMessage.fireCanRemoveChild(VetoableSubject subject, java.lang.Object element)
          This method sends an UpdateMessage whose ID is UpdateMessage.CAN_REMOVE_CHILD to all Observers of the specified VetoableSubject.
static void UpdateMessage.fireCanRemoveChildren(VetoableSubject subject, java.util.Collection children)
          This method sends an UpdateMessage whose ID is UpdateMessage.CAN_REMOVE_CHILD to all Observers of the specified VetoableSubject.
static void UpdateMessage.fireCanRenameChild(VetoableSubject subject, java.lang.Object child)
          This method sends an UpdateMessage whose ID is UpdateMessage.CAN_RENAME_CHILD to all Observers of the specified VetoableSubject.
 void Project.notifyVetoObservers(java.lang.Object subject, UpdateMessage change)
           
 void VetoableSubject.notifyVetoObservers(java.lang.Object subject, UpdateMessage change)
          Notifies all observers that the state of the subject has changed.
 void IdeVetoableSubject.notifyVetoObservers(java.lang.Object observed, UpdateMessage change)
          Notifies all observers that the state of the subject has changed.
 void VetoObserver.vetoableUpdate(java.lang.Object observed, UpdateMessage change)
          Notification message.
 

Uses of ChangeVetoException in oracle.jdeveloper.vcs.util
 

Methods in oracle.jdeveloper.vcs.util that throw ChangeVetoException
static void VCSModelUtils.fireVetoableCanRemoveChildren(java.lang.Object[] elements)
          Fores a vetoable UpdateMessage.CAN_REMOVE_CHILD message on all projects which contain the given elements.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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