| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 | 
VetoableSubject.notifyVetoObservers(java.lang.Object subject,
                   UpdateMessage change)
Notifies all observers that the state of the subject has changed. 
 | 
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 | 
VetoObserver.vetoableUpdate(java.lang.Object observed,
              UpdateMessage change)
Notification message. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
VCSModelUtils.fireVetoableCanRemoveChildren(java.lang.Object[] elements)
Fores a vetoable  
UpdateMessage.CAN_REMOVE_CHILD message on all
 projects which contain the given elements. |