| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
Represents a library that was installed in an extension manifest's <libraries> hook.  | 
 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 | 
JProjectLibraryList.addLibrary(java.lang.String name)
 | 
 JLibrary | 
JLibraryList.addLibrary(java.lang.String name)
 | 
 JLibrary | 
ListWrapper.addLibrary(java.lang.String name)
 | 
 JLibrary | 
JLibraryList.addLibrary(java.lang.String name,
           java.net.URL location)
 | 
static JLibrary | 
JLibraryManager.createLibrary(java.lang.Object id,
              MutableLibraryList list)
 | 
static JLibrary | 
JLibraryManager.findLibrary(java.lang.Object id)
 | 
 JLibrary | 
JProjectLibraryList.findLibrary(java.lang.Object id)
 | 
 JLibrary | 
JLibraryList.findLibrary(java.lang.Object id)
 | 
 JLibrary | 
LibraryList.findLibrary(java.lang.Object id)
Finds the JLibrary that matches the specified id.  | 
 JLibrary | 
AddinLibraryList.findLibrary(java.lang.Object id)
 | 
 JLibrary | 
ListWrapper.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.getExports()
Get an array of all exported JLibrary instances.  | 
 JLibrary[] | 
JProjectLibraries.getLibraries()
Get an array of all referenced 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.setExports(JLibrary[] exports)
Set the array of all exported JLibrary instances.  | 
 void | 
JProjectLibraries.setLibraries(JLibrary[] newLibs)
Set the array of all referenced JLibrary instances.  | 
| Constructors in oracle.jdeveloper.model with parameters of type JLibrary | |
|---|---|
JLibraryModel(JLibrary lib,
              MutableLibraryList list,
              java.awt.Component panel)
 | 
|
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||