Extension SDK 10.1.3.36.73

Uses of Interface
oracle.jdeveloper.library.Library

Packages that use Library
oracle.jdeveloper.java.locator Public implementations of the JavaClassLocator interface. 
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 Library in oracle.jdeveloper.java.locator
 

Methods in oracle.jdeveloper.java.locator that return Library
protected  Library ProjectClassLocator.getJDKFor(Project project)
          Utility routine to fetch the JDK for the given project.
protected  Library[] ProjectClassLocator.getLibrariesFor(Project project, boolean exportsOnly)
          Utility routine to fetch the libraries for the given project.
 

Methods in oracle.jdeveloper.java.locator with parameters of type Library
static BaseClassLocator ClassLocatorFactory.getLibraryLocator(Library library)
          Fetch a BaseClassLocator instance for the given library for locating source and class files.
static BaseClassLocator ClassLocatorFactory.getLibraryLocator(Library[] libraries)
          Fetch a BaseClassLocator instance for the given set of libraries for locating source and class files.
 

Constructors in oracle.jdeveloper.java.locator with parameters of type Library
LibraryClassLocator(Library library)
          Constructs a new LibraryClassLocator for the given library.
 

Uses of Library in oracle.jdeveloper.library
 

Subinterfaces of Library in oracle.jdeveloper.library
 interface DerivedLibrary
          Encapsulates the notion of a derived library as it is used within JDeveloper.
 interface JDK
          Encapsulates the notion of a JDK.
 interface JLibrary
          Encapsulates the notion of a Library as it is used within JDeveloper.
 interface JLibraryDefinition
          Deprecated. Use JLibrary
 

Classes in oracle.jdeveloper.library that implement Library
 class AbstractDerivedLibrary
          AbstractDerivedLibrary class.
 class AbstractLibrary
          A read only, partial implementation of Libary.
 class AddinJDK
           
 class AddinLibrary
           
 class ExternalLibrary
           
 class JDKAdapter
          Encapsulates the notion of a JDK.
 class JDKNode
           
 class JLibraryAdapter
          Encapsulates the notion of a Library as it is used within JDeveloper.
 class JLibraryNode
           
 class LibraryAdapter
           
 class ProjectLibrary
          ProjectLibrary class.
 

Methods in oracle.jdeveloper.library that return Library
 Library LibraryReference.getLibrary()
           
 

Methods in oracle.jdeveloper.library with parameters of type Library
 boolean MutableLibraryList.remove(Library library)
          Remove a JDK or JLibrary from the respective list.
 boolean ListWrapper.remove(Library library)
           
 void LibraryReference.setLibrary(Library lib)
           
 boolean LibraryAdapter.equivalent(Library library)
           
 void LibraryAdapter.initFromLibrary(Library library)
           
 boolean Library.equivalent(Library library)
          Determine whether the given Library is equivalent to this one with respect to the values of its public properties other than name.
 void Library.initFromLibrary(Library lib)
          Initialize all public properties, other than name, from the Library provided.
 boolean JProjectLibraryList.remove(Library library)
           
 boolean JLibraryNode.equivalent(Library lib)
           
 void JLibraryNode.initFromLibrary(Library lib)
           
 boolean JLibraryList.remove(Library library)
           
 boolean JLibraryAdapter.equivalent(Library lib)
           
 void JLibraryAdapter.initFromLibrary(Library lib)
           
 boolean JDKNode.equivalent(Library lib)
           
 void JDKNode.initFromLibrary(Library lib)
           
 boolean JDKAdapter.equivalent(Library lib)
           
 void JDKAdapter.initFromLibrary(Library lib)
           
 boolean ExternalLibrary.equivalent(Library lib)
           
 void ExternalLibrary.initFromLibrary(Library lib)
           
 boolean AbstractLibrary.equivalent(Library library)
           
 void AbstractLibrary.initFromLibrary(Library library)
           
 

Uses of Library in oracle.jdeveloper.model
 

Fields in oracle.jdeveloper.model declared as Library
protected  Library LibraryModel.lib
           
 

Methods in oracle.jdeveloper.model that return Library
 Library LibraryModel.commit()
           
 Library JLibraryModel.commit()
           
 Library JDKModel.commit()
           
 

Constructors in oracle.jdeveloper.model with parameters of type Library
LibraryModel(Library lib, MutableLibraryList list, java.awt.Component panel)
           
 


Extension SDK 10.1.3.36.73

 

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