| Package | Description | 
|---|---|
| oracle.jdeveloper.library | The  Librariespackage provides thelibraryAPI used
by JDeveloper. | 
| oracle.jdeveloper.model | Contains interfaces and classes implementing the Java specific portions of
JDeveloper's data model. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ApplicationLibraryListList of libraries defined internally in an application. | 
| class  | InternalLibraryListA list of libraries defined internally in a project or application. | 
| class  | JLibraryList | 
| class  | JProjectLibraryListThe JProjectLibraryList class is used to contain Library instances that are
 defined within the context of a JProject. | 
| class  | ListWrapper | 
| Modifier and Type | Method and Description | 
|---|---|
| static JDK | JLibraryManager. createJDK(java.lang.Object id,
         java.net.URL javaExe,
         MutableLibraryList list) | 
| static JLibrary | JLibraryManager. createLibrary(java.lang.Object id,
             MutableLibraryList list) | 
| static void | JLibraryManager. removeJDK(JDK jdk,
         MutableLibraryList list) | 
| static void | JLibraryManager. removeLibrary(JLibrary lib,
             MutableLibraryList list) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected MutableLibraryList | LibraryModel. list | 
| Constructor and Description | 
|---|
| JDKModel(JDK lib,
        MutableLibraryList list,
        java.awt.Component panel) | 
| JLibraryModel(JLibrary lib,
             MutableLibraryList list,
             java.awt.Component panel) | 
| LibraryModel(Library lib,
            MutableLibraryList list,
            java.awt.Component panel) |