org.netbeans.modules.project.libraries/1 1.29.1

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
 

Classes in org.netbeans.spi.project.libraries with type parameters of type LibraryImplementation
 interface LibraryProvider<L extends LibraryImplementation>
          Provider interface for implementing the read only library storage.
 

Subinterfaces of LibraryImplementation in org.netbeans.spi.project.libraries
 interface LibraryImplementation2
          Library enhancement allowing setting/getting library content as URI list.
 

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

Methods in org.netbeans.spi.project.libraries with parameters of type LibraryImplementation
static Library LibraryFactory.createLibrary(LibraryImplementation libraryImplementation)
          Creates Library for LibraryImplementation
 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).
 void LibraryTypeProvider.libraryDeleted(LibraryImplementation libraryImpl)
          This method is called by the libraries framework when the library was deleted.
 

Constructors in org.netbeans.spi.project.libraries with parameters of type LibraryImplementation
LibraryCustomizerContext(LibraryImplementation libraryImplementation, LibraryStorageArea libraryStorageArea)
           
 

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
 


org.netbeans.modules.project.libraries/1 1.29.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.