Class CheckBoxTreeItem.TreeModificationEvent<T>

java.lang.Object
java.util.EventObject
javafx.event.Event
javafx.scene.control.CheckBoxTreeItem.TreeModificationEvent<T>
Type Parameters:
T - The type of the value contained within the value property.
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
CheckBoxTreeItem<T>

public static class CheckBoxTreeItem.TreeModificationEvent<T> extends Event
A TreeModificationEvent class that works in a similar vein to the TreeItem.TreeModificationEvent class, in that this event will bubble up the CheckBoxTreeItem hierarchy, until the parent node is null.
Since:
JavaFX 2.2
See Also: