| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationLibraryList
List of libraries defined internally in an application.
|
class |
JProjectLibraryList
The JProjectLibraryList class is used to contain Library instances that are
defined within the context of a JProject.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract InternalLibraryList |
ClasspathPanel.getLibraryList() |
protected InternalLibraryList |
ApplicationClasspathPanel.getLibraryList() |
protected abstract InternalLibraryList |
ClasspathPanel.newLibraryList() |
protected InternalLibraryList |
ApplicationClasspathPanel.newLibraryList() |
| Modifier and Type | Method and Description |
|---|---|
protected InternalLibraryList |
JProjectLibrariesPanel.getLibraryList() |
protected InternalLibraryList |
JProjectLibrariesPanel.newLibraryList() |