|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| 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 |
AddinLibraryRepresents a library that was installed in an extension manifest's <libraries> hook. |
class |
JLibraryAdapterEncapsulates 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 |
JLibraryList.addLibrary(java.lang.String name) |
JLibrary |
InternalLibraryList.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 |
JLibraryList.findLibrary(java.lang.Object id) |
JLibrary |
InternalLibraryList.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 that return types with arguments of type JLibrary | |
|---|---|
protected java.util.List<JLibrary> |
ApplicationClasspathPanel.getExports() |
protected abstract java.util.List<JLibrary> |
ClasspathPanel.getExports() |
protected java.util.Collection<JLibrary> |
ClasspathPanel.getExternalLibraries() |
protected java.util.List<JLibrary> |
ApplicationClasspathPanel.getLibraries() |
protected abstract java.util.List<JLibrary> |
ClasspathPanel.getLibraries() |
| Methods in oracle.jdeveloper.library with parameters of type JLibrary | |
|---|---|
static void |
JLibraryManager.removeLibrary(JLibrary lib, MutableLibraryList list) |
| Method parameters in oracle.jdeveloper.library with type arguments of type JLibrary | |
|---|---|
protected void |
ApplicationClasspathPanel.setExports(java.util.List<JLibrary> exports) |
protected abstract void |
ClasspathPanel.setExports(java.util.List<JLibrary> exports) |
protected void |
ApplicationClasspathPanel.setLibraries(java.util.List<JLibrary> libraries) |
protected abstract void |
ClasspathPanel.setLibraries(java.util.List<JLibrary> libraries) |
| 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. |
JLibrary |
ApplicationLibraries.resolveLibrary(java.lang.Object id)Resolve a library ID to the assocatied library, in the context of the application. |
| Methods in oracle.jdeveloper.model that return types with arguments of type JLibrary | |
|---|---|
java.util.List<JLibrary> |
ApplicationLibraries.getLibraryReferences()Get the list of libraries referenced by the application. |
| 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. |
| Method parameters in oracle.jdeveloper.model with type arguments of type JLibrary | |
|---|---|
void |
ApplicationLibraries.setLibraryReferences(java.util.List<JLibrary> libraries)Set the library references for the application. |
| 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.2.0) E17493-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||