| |
|
| java.lang.Object org.netbeans.api.project.libraries.LibrariesCustomizer
LibrariesCustomizer | final public class LibrariesCustomizer (Code) | | Provides method for opening Libraries customizer
|
showCreateNewLibraryCustomizer | public static Library showCreateNewLibraryCustomizer(LibraryManager manager)(Code) | | Show customizer for creating new library in the given library manager.
Parameters: manager - manager created persisted library or null if user cancelled operation since: org.netbeans.modules.project.libraries/1 1.16 |
showCustomizer | public static boolean showCustomizer(Library activeLibrary, LibraryManager libraryManager)(Code) | | Shows libraries customizer for given library manager.
Parameters: activeLibrary - if not null the activeLibrary is selected in the opened customizer true if user pressed OK and libraries were sucessfully modified |
showCustomizer | public static boolean showCustomizer(Library activeLibrary)(Code) | | Shows libraries customizer for global libraries.
Parameters: activeLibrary - if not null the activeLibrary is selected in the opened customizer true if user pressed OK and libraries were sucessfully modified |
showSingleLibraryCustomizer | public static boolean showSingleLibraryCustomizer(Library library)(Code) | | Show library customizer for the given library.
Parameters: library - library true if library was modified or not since: org.netbeans.modules.project.libraries/1 1.16 |
|
|
|