|
org.netbeans.modules.project.libraries/1 1.29.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.api.project.libraries.LibrariesCustomizer
public final class LibrariesCustomizer
Provides method for opening Libraries customizer
Method Summary | |
---|---|
static Library |
showCreateNewLibraryCustomizer(LibraryManager manager)
Show customizer for creating new library in the given library manager. |
static boolean |
showCustomizer(Library activeLibrary)
Shows libraries customizer for global libraries. |
static boolean |
showCustomizer(Library activeLibrary,
LibraryManager libraryManager)
Shows libraries customizer for given library manager. |
static boolean |
showSingleLibraryCustomizer(Library library)
Show library customizer for the given library. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean showCustomizer(Library activeLibrary, LibraryManager libraryManager)
activeLibrary
- if not null the activeLibrary is selected in the opened customizer
public static boolean showCustomizer(Library activeLibrary)
activeLibrary
- if not null the activeLibrary is selected in the opened customizer
public static Library showCreateNewLibraryCustomizer(LibraryManager manager)
manager
- manager
public static boolean showSingleLibraryCustomizer(Library library)
library
- library
|
org.netbeans.modules.project.libraries/1 1.29.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |