站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

Uses of Interface org.netbeans.spi.project.libraries.LibraryImplementation (NetBeans Project Libraries API) - NetBeans API Javadoc 5.0.0

 

Uses of Interface
org.netbeans.spi.project.libraries.LibraryImplementation

Packages that use LibraryImplementation
org.netbeans.spi.project.libraries   
org.netbeans.spi.project.libraries.support   
 

Uses of LibraryImplementation in org.netbeans.spi.project.libraries
 

Methods in org.netbeans.spi.project.libraries that return LibraryImplementation
 LibraryImplementation LibraryTypeProvider.createLibrary()
          Creates a new empty library implementation.
 LibraryImplementation[] LibraryProvider.getLibraries()
          Returns libraries provided by the implemented provider.
 

Methods in org.netbeans.spi.project.libraries with parameters of type LibraryImplementation
 void LibraryTypeProvider.libraryDeleted(LibraryImplementation libraryImpl)
          This method is called by the libraries framework when the library was deleted.
 void LibraryTypeProvider.libraryCreated(LibraryImplementation libraryImpl)
          This method is called by the libraries framework when the library was created and fully initialized (all its properties have to be read).
 

Uses of LibraryImplementation in org.netbeans.spi.project.libraries.support
 

Methods in org.netbeans.spi.project.libraries.support that return LibraryImplementation
static LibraryImplementation LibrariesSupport.createLibraryImplementation(String libraryType, String[] volumeTypes)
          Creates default LibraryImplementation
 


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.