Package | Description |
---|---|
org.netbeans.api.project.libraries |
Representation of a library, and the ability to find the installed libraries.
|
Modifier and Type | Method and Description |
---|---|
static LibraryManager |
LibraryManager.forLocation(URL location)
Gets a library manager which loads library definitions from a particular location.
|
static LibraryManager |
LibraryManager.getDefault()
Get the default instance of the library manager.
|
LibraryManager |
Library.getManager()
Gets the associated library manager.
|
Modifier and Type | Method and Description |
---|---|
static Collection<LibraryManager> |
LibraryManager.getOpenManagers()
Gets an unspecified collection of managers which are somehow to be represented as open.
|
Modifier and Type | Method and Description |
---|---|
static LibraryChooser.Panel |
LibraryChooser.createPanel(LibraryManager manager,
LibraryChooser.Filter filter)
Create a picker as an embeddable panel.
|
static Library |
LibrariesCustomizer.showCreateNewLibraryCustomizer(LibraryManager manager)
Show customizer for creating new library in the given library manager.
|
static boolean |
LibrariesCustomizer.showCustomizer(Library activeLibrary,
LibraryManager libraryManager)
Shows libraries customizer for given library manager.
|
static Set<Library> |
LibraryChooser.showDialog(LibraryManager manager,
LibraryChooser.Filter filter,
LibraryChooser.LibraryImportHandler handler)
Create a chooser showing libraries from given library manager and let the
user to pick some.
|
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.