- setContent(String, List<URL>) - Method in interface org.netbeans.spi.project.libraries.LibraryImplementation
-
Sets content of given volume
- setDescription(String) - Method in interface org.netbeans.spi.project.libraries.LibraryImplementation
-
Sets the description of the library, called by LibrariesStorage while reading the library
The description is more detailed information about the library.
- setLocalizingBundle(String) - Method in interface org.netbeans.spi.project.libraries.LibraryImplementation
-
Sets the localizing bundle.
- setName(String) - Method in interface org.netbeans.spi.project.libraries.LibraryImplementation
-
Sets the name of the library, called by LibrariesStorage while reading the library
- setURIContent(String, List<URI>) - Method in interface org.netbeans.spi.project.libraries.LibraryImplementation2
-
Sets content of given volume
- showCreateNewLibraryCustomizer(LibraryManager) - Static method in class org.netbeans.api.project.libraries.LibrariesCustomizer
-
Show customizer for creating new library in the given library manager.
- showCustomizer(Library, LibraryManager) - Static method in class org.netbeans.api.project.libraries.LibrariesCustomizer
-
Shows libraries customizer for given library manager.
- showCustomizer(Library) - Static method in class org.netbeans.api.project.libraries.LibrariesCustomizer
-
Shows libraries customizer for global libraries.
- showDialog(LibraryManager, LibraryChooser.Filter, LibraryChooser.LibraryImportHandler) - Static method in class org.netbeans.api.project.libraries.LibraryChooser
-
Create a chooser showing libraries from given library manager and let the
user to pick some.
- showSingleLibraryCustomizer(Library) - Static method in class org.netbeans.api.project.libraries.LibrariesCustomizer
-
Show library customizer for the given library.