|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.core.common.hierarchy.HierarchyProviderAdapter
Provides adapter functionality for the HierarchyProviderListener
by implementing all methods. If you extend this adapter, you need
to implement only the methods you are interested in.
| Constructor Summary | |
HierarchyProviderAdapter()
|
|
| Method Summary | |
void |
childAdded(ID parentId,
ID childId)
Does nothing - override to add functionality. |
void |
childRemoved(ID parentId,
ID childId)
Does nothing - override to add functionality. |
void |
rootAdded(ID rootId)
Does nothing - override to add functionality. |
void |
rootRemoved(ID rootId)
Does nothing - override to add functionality. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HierarchyProviderAdapter()
| Method Detail |
public void rootAdded(ID rootId)
rootAdded in interface HierarchyProviderListenerrootId - the id of the new root nodeHierarchyProviderListener.rootAdded(ID)public void rootRemoved(ID rootId)
rootRemoved in interface HierarchyProviderListenerrootId - the id of the root nodeHierarchyProviderListener.rootRemoved(ID)
public void childAdded(ID parentId,
ID childId)
childAdded in interface HierarchyProviderListenerparentId - the id of the parent nodechildId - the id of the new child nodeHierarchyProviderListener.childAdded(ID, ID)
public void childRemoved(ID parentId,
ID childId)
childRemoved in interface HierarchyProviderListenerparentId - the id of the parent nodechildId - the id of the child that was removedHierarchyProviderListener.childRemoved(ID, ID)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||