Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Interface
oracle.jdeveloper.library.LibraryList

Packages that use LibraryList
oracle.jdeveloper.library The Libraries package provides the library API used by JDeveloper. 

 

Uses of LibraryList in oracle.jdeveloper.library

 

Subinterfaces of LibraryList in oracle.jdeveloper.library
 interface MutableLibraryList
           

 

Classes in oracle.jdeveloper.library that implement LibraryList
 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
           

 

Methods in oracle.jdeveloper.library that return LibraryList
static LibraryList[] JLibraryManager.getAllLibraryLists()
          Returns all lists last preserved as the working set.
 LibraryList ListWrapper.getWrappedList()
           

 

Methods in oracle.jdeveloper.library that return types with arguments of type LibraryList
protected  java.util.Collection<LibraryList> ApplicationClasspathPanel.getBuiltInLibraryLists()
           
protected  java.util.Collection<LibraryList> ClasspathPanel.getBuiltInLibraryLists()
           

 

Methods in oracle.jdeveloper.library with parameters of type LibraryList
static boolean JLibraryManager.removeLibraryList(LibraryList list)
           

 

Constructors in oracle.jdeveloper.library with parameters of type LibraryList
ListWrapper(LibraryList list)
           
ListWrapper(LibraryList list, int mode)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.