|
Extension SDK 10.1.2 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Dependable | |
| oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. |
| oracle.jdeveloper.library | The Libraries package provides the library API used
by JDeveloper. |
| oracle.jdeveloper.model | Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. |
| Uses of Dependable in oracle.ide.model |
| Methods in oracle.ide.model that return Dependable | |
Dependable |
DependableFactory.findOrCreate(Element source,
Folder owner)
Finds or creates a Dependable that encapsulates the source object. |
Dependable |
DependableFactory.find(Element source)
Finds Dependable that encapsulates the source object. |
Dependable |
DependableFactory.find(Element source,
Folder owner)
Finds Dependable that encapsulates the source object contained
by the specified owner. |
Dependable[] |
DependableFactory.findAll(Element source)
Returns all Dependables associated with the given
source. |
Dependable |
DependableRecognizer.create(Element source,
Folder owner)
Creates a Dependable that encapsulates the source object. |
| Methods in oracle.ide.model with parameters of type Dependable | |
void |
WorkEnvironment.addDependency(Dependable dependable)
Adds a dependency to the project. |
void |
WorkEnvironment.removeDependency(Dependable dependable)
Removes the specified element from the dependencies list. |
void |
DependableFactory.cache(Dependable dependable)
Caches the specified Dependable. |
void |
DependableFactory.uncache(Dependable dependable)
Uncaches the specified Dependable. |
void |
Project.addDependency(Dependable dependable)
Adds a dependency to the project. |
void |
Project.removeDependency(Dependable dependable)
Removes the specified element from the dependencies list. |
| Uses of Dependable in oracle.jdeveloper.library |
| Subinterfaces of Dependable in oracle.jdeveloper.library | |
interface |
DerivedLibrary
Encapsulates the notion of a derived library as it is used within JDeveloper. |
| Classes in oracle.jdeveloper.library that implement Dependable | |
class |
AbstractDerivedLibrary
AbstractDerivedLibrary class. |
class |
ProjectLibrary
ProjectLibrary class. |
| Methods in oracle.jdeveloper.library that return Dependable | |
Dependable |
JLibraryManager.create(Element source,
Folder sourceOwner)
|
| Uses of Dependable in oracle.jdeveloper.model |
| Methods in oracle.jdeveloper.model that return Dependable | |
static Dependable |
ProjectDependencyFactory.findOrCreate(Element source,
Folder owner)
Finds or creates a Dependable that encapsulates the source object. |
static Dependable |
ProjectDependencyFactory.find(Element source)
Finds Dependable that encapsulates the source object. |
static Dependable |
ProjectDependencyFactory.find(Element source,
Folder owner)
Finds Dependable that encapsulates the source object contained
by the specified owner. |
static Dependable[] |
ProjectDependencyFactory.findAll(Element source)
Returns all Dependables associated with the given
source. |
| Methods in oracle.jdeveloper.model with parameters of type Dependable | |
static void |
ProjectDependencyFactory.cache(Dependable dependable)
Caches the specified Dependable. |
static void |
ProjectDependencyFactory.uncache(Dependable dependable)
Uncaches the specified Dependable. |
|
Extension SDK | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright © 1997, 2004, Oracle. All rights reserved.