- LibrariesCustomizer - Class in org.netbeans.api.project.libraries
-
Provides method for opening Libraries customizer
- LibrariesSupport - Class in org.netbeans.spi.project.libraries.support
-
SPI Support class.
- Library - Class in org.netbeans.api.project.libraries
-
Library models typed bundle of typed volumes.
- LibraryChooser - Class in org.netbeans.api.project.libraries
-
Visual picker for libraries.
- LibraryChooser.Filter - Interface in org.netbeans.api.project.libraries
-
Filter for use by LibraryChooser#createPanel()
or
LibraryChooser#showDialog()
.
- LibraryChooser.LibraryImportHandler - Interface in org.netbeans.api.project.libraries
-
Handler for library importing.
- LibraryChooser.Panel - Interface in org.netbeans.api.project.libraries
-
- libraryCreated(LibraryImplementation) - Method in interface org.netbeans.spi.project.libraries.LibraryTypeProvider
-
This method is called by the libraries framework when the library was created
and fully initialized (all its properties have to be read).
- LibraryCustomizerContext - Class in org.netbeans.spi.project.libraries
-
Context class which is passed to library customizer (via JComponent.setObject
).
- LibraryCustomizerContext(LibraryImplementation, LibraryStorageArea) - Constructor for class org.netbeans.spi.project.libraries.LibraryCustomizerContext
-
- libraryDeleted(LibraryImplementation) - Method in interface org.netbeans.spi.project.libraries.LibraryTypeProvider
-
This method is called by the libraries framework when the library was deleted.
- LibraryFactory - Class in org.netbeans.spi.project.libraries
-
A factory class to create
Library
instances.
- LibraryImplementation - Interface in org.netbeans.spi.project.libraries
-
Base SPI interface for library.
- LibraryImplementation2 - Interface in org.netbeans.spi.project.libraries
-
Library enhancement allowing setting/getting library content as URI list.
- LibraryManager - Class in org.netbeans.api.project.libraries
-
LibraryManager provides registry of the installed libraries.
- LibraryProvider<L extends LibraryImplementation> - Interface in org.netbeans.spi.project.libraries
-
Provider interface for implementing the read only library storage.
- LibraryStorageArea - Interface in org.netbeans.spi.project.libraries
-
Abstract location where zero or more libraries are defined.
- libraryType() - Method in interface org.netbeans.spi.project.libraries.ArealLibraryProvider
-
Gets the runtime type of the libraries created by this provider.
- LibraryTypeProvider - Interface in org.netbeans.spi.project.libraries
-
SPI interface for provider of library type.
- loadArea(URL) - Method in interface org.netbeans.spi.project.libraries.ArealLibraryProvider
-
Loads a storage area (which may or may exist yet).