public interface IElementMovedEvent
Modifier and Type | Method and Description |
---|---|
IElement |
getMovedElement()
Used to get the moved element.
|
IElement |
getNewParent()
Used to get the new moved element parent.
|
IElement |
getOldParent()
Used to get the old moved element parent.
|
String |
toString() |
IElement getMovedElement()
IElement getNewParent()
The parent corresponds to the element accessed through the use of the
IElement.getCompositionOwner()
method.
IElement getOldParent()
The parent corresponds to the element accessed through the use of the
IElement.getCompositionOwner()
method.