Class TreeTableView.EditEvent<S>

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

public static class TreeTableView.EditEvent<S>
extends Event
An Event subclass used specifically in TreeTableView 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 8.0
See Also:
Serialized Form