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

Uses of Class
org.netbeans.api.project.libraries.LibraryManager

Packages that use LibraryManager
org.netbeans.api.project.libraries Representation of a library, and the ability to find the installed libraries. 
 

Uses of LibraryManager in org.netbeans.api.project.libraries
 

Methods in org.netbeans.api.project.libraries that return LibraryManager
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.
 

Methods in org.netbeans.api.project.libraries that return types with arguments of type LibraryManager
static Collection<LibraryManager> LibraryManager.getOpenManagers()
          Gets an unspecified collection of managers which are somehow to be represented as open.
 

Methods in org.netbeans.api.project.libraries with parameters of type LibraryManager
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.
 


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

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