|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VetoableSubject | |
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. |
oracle.jdeveloper.model | Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. |
Uses of VetoableSubject in oracle.ide.addin |
Methods in oracle.ide.addin with parameters of type VetoableSubject | |
static void |
VetoableMessage.fireCanAddChild(VetoableSubject subject,
java.lang.Object element)
This method sends an VetoableMessage whose ID is
VetoableMessage.CAN_ADD_CHILD to all Observer s 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 Observer s 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 Observer s 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 Observer s 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 Observer s of the specified
VetoableSubject . |
Uses of VetoableSubject in oracle.ide.model |
Subinterfaces of VetoableSubject in oracle.ide.model | |
interface |
WorkEnvironment
|
Classes in oracle.ide.model that implement VetoableSubject | |
class |
Project
This is the base class for all data classes that represent a user project. |
Uses of VetoableSubject in oracle.jdeveloper.model |
Classes in oracle.jdeveloper.model that implement VetoableSubject | |
class |
JProject
JProject is the data class that represents the
project in JDeveloper. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.