public static class EditEvent<S>
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

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.

extends Event

Parameters:
<S>    The type of the input, which is the same type as the TreeTableView itself.

Since:  JavaFX 8.0