Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Interface
oracle.ide.model.Dependable

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
abstract  Dependable DependableRecognizer.create(Context context)
          Creates Dependable for Element in Context.
 Dependable DependableFactory.createDependable(Context context)
          Creates a Dependable for selected Element in the context.
abstract  Dependable DiscoveredDependable.getDependable()
          The Dependable object.
 Dependable DiscoveredDependable.DefaultDiscoveredDependable.getDependable()
           
abstract  Dependable DependableRecognizer.toDependable(HashStructure d, Element source)
          Converts a HashStructure to a Dependable.

 

Methods in oracle.ide.model with parameters of type Dependable
 void DependencyConfiguration.addDependency(Dependable dependable)
          Adds a dependency to the project.
static DiscoveredDependable DiscoveredDependable.createDefault(Element element, Dependable dependable)
           
static DiscoveredDependable DiscoveredDependable.createDefault(Element element, Dependable dependable, javax.swing.Icon icon, java.lang.String shortLabel, java.lang.String longLabel, java.lang.String tooltip)
          Creates a default DiscoveredDependable node.
 void DependencyConfiguration.removeDependency(Dependable dependable)
          Removes the specified element from the dependencies list.
abstract  HashStructure DependableRecognizer.toHashStructure(Dependable d, Element source)
          Converts a Dependable to a HashStructure.

 

Constructors in oracle.ide.model with parameters of type Dependable
DiscoveredDependable.DefaultDiscoveredDependable(Element element, Dependable dependable)
           
DiscoveredDependable.DefaultDiscoveredDependable(Element element, Dependable dependable, javax.swing.Icon icon, java.lang.String shortLabel, java.lang.String longLabel, java.lang.String tooltip)
           

 

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.

 

Methods in oracle.jdeveloper.library that return Dependable
static Dependable JLibraryDependableRecognizer.create(Element source, Element sourceOwner)
           

 

Uses of Dependable in oracle.jdeveloper.model

 

Methods in oracle.jdeveloper.model that return Dependable
static Dependable ProjectDependencyFactory.find(Element source)
          Deprecated. Finds Dependable that encapsulates the source object.
static Dependable ProjectDependencyFactory.find(Element source, Folder owner)
          Deprecated. Finds Dependable that encapsulates the source object contained by the specified owner.
static Dependable[] ProjectDependencyFactory.findAll(Element source)
          Deprecated. Returns all Dependables associated with the given source.
static Dependable ProjectDependencyFactory.findOrCreate(Element source, Folder owner)
          Deprecated. Finds or creates a Dependable that encapsulates the source object.

 

Methods in oracle.jdeveloper.model with parameters of type Dependable
static void ProjectDependencyFactory.cache(Dependable dependable)
          Deprecated. Caches the specified Dependable.
 URLPath TechnologySpecificSupportProvider.getClassPathIfProjectLibrary(Dependable dep, boolean onlyDeployLibs)
           
static void ProjectDependencyFactory.uncache(Dependable dependable)
          Deprecated. Uncaches the specified Dependable.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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