Extension SDK 10.1.3.36.73

Uses of Interface
oracle.jdeveloper.library.JLibrary

Packages that use JLibrary
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 JLibrary in oracle.jdeveloper.library
 

Classes in oracle.jdeveloper.library that implement JLibrary
 class AddinLibrary
           
 class JLibraryAdapter
          Encapsulates the notion of a Library as it is used within JDeveloper.
 class JLibraryNode
           
 

Methods in oracle.jdeveloper.library that return JLibrary
 JLibrary MutableLibraryList.addLibrary(java.lang.String name)
          Add a JLibrary using the given name.
 JLibrary ListWrapper.findLibrary(java.lang.Object id)
           
 JLibrary ListWrapper.addLibrary(java.lang.String name)
           
 JLibrary LibraryList.findLibrary(java.lang.Object id)
          Finds the JLibrary that matches the specified id.
 JLibrary JProjectLibraryList.findLibrary(java.lang.Object id)
           
 JLibrary JProjectLibraryList.addLibrary(java.lang.String name)
           
static JLibrary JLibraryManager.createLibrary(java.lang.Object id, MutableLibraryList list)
           
static JLibrary JLibraryManager.findLibrary(java.lang.Object id)
           
 JLibrary JLibraryList.findLibrary(java.lang.Object id)
           
 JLibrary JLibraryList.addLibrary(java.lang.String name, java.net.URL location)
           
 JLibrary JLibraryList.addLibrary(java.lang.String name)
           
 JLibrary AddinLibraryList.loadLibrary(java.lang.String name, URLPath clsPath, URLPath srcPath, URLPath docPath, java.lang.Boolean isDeployed)
           
 JLibrary AddinLibraryList.findLibrary(java.lang.Object id)
           
 

Methods in oracle.jdeveloper.library with parameters of type JLibrary
static void JLibraryManager.removeLibrary(JLibrary lib, MutableLibraryList list)
           
 

Uses of JLibrary in oracle.jdeveloper.model
 

Methods in oracle.jdeveloper.model that return JLibrary
 JLibrary[] JProjectLibraries.getLibraries()
          Get an array of all referenced JLibrary instances.
 JLibrary[] JProjectLibraries.getExports()
          Get an array of all exported JLibrary instances.
 JLibrary JProjectLibraries.resolveLibrary(java.lang.Object id)
          Resolve a JLibrary ID to the associated JLibrary.
 

Methods in oracle.jdeveloper.model with parameters of type JLibrary
 void JProjectLibraries.setLibraries(JLibrary[] newLibs)
          Set the array of all referenced JLibrary instances.
 void JProjectLibraries.setExports(JLibrary[] exports)
          Set the array of all exported JLibrary instances.
 

Constructors in oracle.jdeveloper.model with parameters of type JLibrary
JLibraryModel(JLibrary lib, MutableLibraryList list, java.awt.Component panel)
           
 


Extension SDK 10.1.3.36.73

 

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