|
org.netbeans.modules.projectuiapi/1 1.51.1 8 | |||||||||
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 no longer needed. |
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()
.
If there is any need to register listeners or begin caching of state, do it here.
Children.addNotify()
void removeNotify()
Children.removeNotify()
.
Unregister any listeners and perform any general cleanup.
Children.removeNotify()
|
org.netbeans.modules.projectuiapi/1 1.51.1 8 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |