|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VetoableSubject | |
---|---|
oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. |
Uses of VetoableSubject in oracle.ide.model |
---|
Classes in oracle.ide.model that implement VetoableSubject | |
---|---|
class |
IdeVetoableSubject The IdeVetoableSubject class is a default implementation of the VetoableSubject interface. |
class |
Project This class represents a user project in the IDE. |
Methods in oracle.ide.model with parameters of type VetoableSubject | |
---|---|
static void |
UpdateMessage.fireCanAddChild(VetoableSubject subject, java.lang.Object element) This method sends an UpdateMessage whose ID is UpdateMessage.CAN_ADD_CHILD to all Observer s 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 Observer s 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 Observer s 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 Observer s 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 Observer s of the specified VetoableSubject . |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |