|
org.netbeans.modules.project.libraries/1 1.13.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LibraryProvider
Provider interface for implementing the read only library storage. Library storage is a source of libraries used by LibraryManager. LibraryManager allows existence of multiple LibraryProviders registered in the default lookup.
Field Summary | |
---|---|
static String |
PROP_LIBRARIES
Name of libraries property |
Method Summary | |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds property change listener, the listener is notified when the libraries changed |
LibraryImplementation[] |
getLibraries()
Returns libraries provided by the implemented provider. |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes property change listener |
Field Detail |
---|
static final String PROP_LIBRARIES
Method Detail |
---|
LibraryImplementation[] getLibraries()
void addPropertyChangeListener(PropertyChangeListener listener)
listener
- void removePropertyChangeListener(PropertyChangeListener listener)
listener
-
|
org.netbeans.modules.project.libraries/1 1.13.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |