|
org.netbeans.modules.projectuiapi/1 1.24.0 6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeList<K>
Represents a series of nodes which can be spliced into a children list.
NodeFactory
,
NodeFactorySupport
,
Children.Keys
Method Summary | |
---|---|
void |
addChangeListener(ChangeListener l)
Adds a listener to a change in keys. |
void |
addNotify()
Called when the node list is to be active. |
List<K> |
keys()
Obtains child keys which will be passed to node(K) . |
Node |
node(K key)
Creates a node for a given key. |
void |
removeChangeListener(ChangeListener l)
Removes a change listener. |
void |
removeNotify()
Called when the node list is to be deactivated. |
Method Detail |
---|
List<K> keys()
node(K)
.
If there is a change in the set of keys based on external events,
fire a ChangeEvent
.
void addChangeListener(ChangeListener l)
l
- a listener to addvoid removeChangeListener(ChangeListener l)
l
- a listener to removeNode node(K key)
key
- a key which was included in keys()
void addNotify()
Children.addNotify()
void removeNotify()
Children.removeNotify()
|
org.netbeans.modules.projectuiapi/1 1.24.0 6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |