|
GEF v2.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The listener interface for receiving basic events from an EditPart. Listener interested in only one type of Event can extend the {@Stub Stub} implementation rather than implementing the entire interface.
| Inner Class Summary | |
static class |
EditPartListener.Stub
Listeners interested in just a subset of Events can extend this stub implementation. |
| Method Summary | |
void |
childAdded(EditPart child,
int index)
Called after a child EditPart has been added to its parent. |
void |
partActivated(EditPart editpart)
This method is currently never called by default. |
void |
partDeactivated(EditPart editpart)
This method is currently never called by default. |
void |
removingChild(EditPart child,
int index)
Called before a child EditPart is removed from its parent. |
void |
selectedStateChanged(EditPart part)
Called when the selected state of an EditPart has changed. |
| Method Detail |
public void childAdded(EditPart child,
int index)
public void partActivated(EditPart editpart)
public void partDeactivated(EditPart editpart)
public void removingChild(EditPart child,
int index)
public void selectedStateChanged(EditPart part)
EditPart.SELECTED
|
GEF v2.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||