|
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.spi.project.libraries.LibraryCustomizerContext
public class LibraryCustomizerContext
Context class which is passed to library customizer (via JComponent.setObject
).
Do not extend or instantiate this class directly.
Constructor Summary | |
---|---|
LibraryCustomizerContext(LibraryImplementation libraryImplementation,
LibraryStorageArea libraryStorageArea)
|
Method Summary | |
---|---|
LibraryImplementation |
getLibraryImplementation()
Library implementation to be customized. |
LibraryImplementation2 |
getLibraryImplementation2()
Returns LibraryImplementation2 or null if underlying
library implementation does not implement it. |
LibraryStorageArea |
getLibraryStorageArea()
Area of library being customized. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LibraryCustomizerContext(LibraryImplementation libraryImplementation, LibraryStorageArea libraryStorageArea)
Method Detail |
---|
public LibraryImplementation getLibraryImplementation()
public LibraryImplementation2 getLibraryImplementation2()
LibraryImplementation2
or null if underlying
library implementation does not implement it.
public LibraryStorageArea getLibraryStorageArea()
|
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 |