net.sourceforge.gxl
Class GXLTreeModificationEvent
java.lang.Object
|
+--java.util.EventObject
|
+--net.sourceforge.gxl.GXLTreeModificationEvent
- All Implemented Interfaces:
- Serializable
- public class GXLTreeModificationEvent
- extends EventObject
The event that is passed to GXLDocumentListeners when an element has been inserted or removed.
- See Also:
GXLDocumentListener,
GXLElement.add(GXLElement child),
GXLElement.remove(GXLElement child),
Serialized Form
getParent
public GXLElement getParent()
- Returns the parent that the element was inserted into or removed from.
- Returns:
- The parent that the element was inserted into or removed from.
getElement
public GXLElement getElement()
- Returns the element that was inserted or removed.
- Returns:
- The element that was inserted or removed.