|
Eclipse Draw2d 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A listener interface for receiving changes in the ancestor hierarchy of the listening IFigure.
Nested Class Summary | |
static class |
AncestorListener.Stub
An empty implementation of AncestorListener for convenience. |
Method Summary | |
void |
ancestorAdded(IFigure ancestor)
Called when an ancestor has been added into the listening figure's hierarchy. |
void |
ancestorMoved(IFigure ancestor)
Called when an ancestor has moved to a new location. |
void |
ancestorRemoved(IFigure ancestor)
Called when an ancestor has been removed from the listening figure's hierarchy. |
Method Detail |
public void ancestorAdded(IFigure ancestor)
ancestor
- The ancestor that was addedpublic void ancestorMoved(IFigure ancestor)
ancestor
- The ancestor that has movedpublic void ancestorRemoved(IFigure ancestor)
ancestor
- The ancestor that has been removed
|
Eclipse Draw2d 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |