Class TreeView.EditEvent<T>

java.lang.Object
java.util.EventObject
javafx.event.Event
javafx.scene.control.TreeView.EditEvent<T>
Type Parameters:
T - The type of the input, which is the same type as the TreeView itself.
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
TreeView<T>

public static class TreeView.EditEvent<T> extends Event
An Event subclass used specifically in TreeView for representing edit-related events. It provides additional API to easily access the TreeItem that the edit event took place on, as well as the input provided by the end user.
Since:
JavaFX 2.0
See Also: