|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |