| Package | Description | 
|---|---|
| oracle.jdeveloper.library | The  Librariespackage provides thelibraryAPI used
by JDeveloper. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | MutableLibraryList | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AddinLibraryListProvides access to libraries registered by extensions. | 
| 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 LibraryList[] | JLibraryManager. getAllLibraryLists()Returns all lists last preserved as the working set. | 
| LibraryList | ListWrapper. getWrappedList() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.util.Collection<LibraryList> | ClasspathPanel. getBuiltInLibraryLists() | 
| protected java.util.Collection<LibraryList> | ApplicationClasspathPanel. getBuiltInLibraryLists() | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | JLibraryManager. removeLibraryList(LibraryList list) | 
| Constructor and Description | 
|---|
| ListWrapper(LibraryList list) | 
| ListWrapper(LibraryList list,
           int mode) |