| Package | Description |
|---|---|
| oracle.jdeveloper.library |
The
Libraries package provides the library API used
by JDeveloper. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableLibraryList |
| Modifier and Type | Class and Description |
|---|---|
class |
AddinLibraryList
Provides access to libraries registered by extensions.
|
class |
ApplicationLibraryList
List of libraries defined internally in an application.
|
class |
InternalLibraryList
A list of libraries defined internally in a project or application.
|
class |
JLibraryList |
class |
JProjectLibraryList
The 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) |