|
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 |
public static interface LibraryChooser.Panel
Represents operations permitted by LibraryChooser.createPanel(org.netbeans.api.project.libraries.LibraryManager, org.netbeans.api.project.libraries.LibraryChooser.Filter)
.
Not to be implemented by foreign code (methods may be added in the future).
Field Summary | |
---|---|
static String |
PROP_SELECTED_LIBRARIES
Property fired when getSelectedLibraries() changes. |
Method Summary | |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Add a listener for PROP_SELECTED_LIBRARIES . |
Set<Library> |
getSelectedLibraries()
Gets the set of libraries which are currently selected. |
Component |
getVisualComponent()
Produces the actual component you can display. |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Remove a listener. |
Field Detail |
---|
static final String PROP_SELECTED_LIBRARIES
getSelectedLibraries()
changes.
Do not expect the old and new values to be non-null.
Method Detail |
---|
Component getVisualComponent()
Set<Library> getSelectedLibraries()
void addPropertyChangeListener(PropertyChangeListener listener)
PROP_SELECTED_LIBRARIES
.
listener
- the listener to addvoid removePropertyChangeListener(PropertyChangeListener listener)
listener
- the listener to remove
|
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 |