Extension SDK 9.0.5

Uses of Class
oracle.jdeveloper.library.JLibrary

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

Uses of JLibrary in oracle.jdeveloper.library
 

Methods in oracle.jdeveloper.library that return JLibrary
 JLibrary JLibraryDefinition.getOwningLibrary()
           
 JLibrary DefaultLibraryList.findLibrary(java.lang.String libName)
           
 JLibrary LibraryList.findLibrary(java.lang.String libName)
          Finds the library that matches the specified name.
 JLibrary JLibraryList.findLibrary(java.lang.String libName)
           
static JLibrary JLibraryManager.createLibrary(java.lang.String libName, LibraryList list)
           
static JLibrary JLibraryManager.findLibrary(java.lang.String libName)
           
static JLibrary JLibraryManager.createSystemLibrary(java.lang.String libName)
           
static JLibrary JLibraryManager.findSystemLibrary(java.lang.String libName)
           
 

Methods in oracle.jdeveloper.library with parameters of type JLibrary
protected  void JLibrary.copyToImpl(JLibrary copy)
           
protected  boolean JLibrary.equalsImpl(JLibrary other)
           
 boolean DefaultLibraryList.isChildLibrary(JLibrary lib)
           
 boolean LibraryList.isChildLibrary(JLibrary lib)
          Determines whether the specified Library is a child of this LibraryList.
 boolean JLibraryList.isChildLibrary(JLibrary lib)
           
static void JLibraryManager.removeLibrary(JLibrary lib, LibraryList list)
           
static void JLibraryManager.removeSystemLibrary(JLibrary lib)
           
 

Constructors in oracle.jdeveloper.library with parameters of type JLibrary
JLibrary(JLibrary jLibrary)
          Copy constructor.
 


Extension SDK

 

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