|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Observes changes in the hierarchy managed by the
HierarchyManager.
For convenience, an HierarchyProviderAdapter with empty method
implementations exists.
| Method Summary | |
void |
childAdded(ID parentId,
ID childId)
This method is called after a node has been added to the HierarchyManager. |
void |
childRemoved(ID parentId,
ID childId)
This method is called after a node has been removed from the HierarchyManager. |
void |
rootAdded(ID rootId)
This method is called after a new root node has been added to the HierarchyManager. |
void |
rootRemoved(ID rootId)
This method is called after a root node has been removed from the HierarchyManager. |
| Method Detail |
public void rootAdded(ID rootId)
HierarchyManager.
rootId - the id of the new root nodepublic void rootRemoved(ID rootId)
HierarchyManager.
rootId - the id of the root node
public void childAdded(ID parentId,
ID childId)
HierarchyManager.
parentId - the id of the parent nodechildId - the id of the new child node
public void childRemoved(ID parentId,
ID childId)
HierarchyManager.
parentId - the id of the parent nodechildId - the id of the child that was removed
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||