scalafx.scene.control.TreeTableView
Creates a new EditEvent instance to represent an edit event.
Creates a new EditEvent instance to represent an edit event. This event is used for TreeTableView.EDIT_START_EVENT, TreeTableView.EDIT_COMMIT_EVENT and TreeTableView.EDIT_CANCEL_EVENT types.
Creates a new ScalaFX EditEvent from its JavaFX counterpart.
Creates a new ScalaFX EditEvent from its JavaFX counterpart.
JavaFX EditEvent to be wrapped.
Marks this Event as consumed.
Marks this Event as consumed. This stops its further propagation.
Indicates whether this Event has been consumed by any filter or handler.
Indicates whether this Event has been consumed by any filter or handler.
Creates and returns a copy of this event with the specified event source and target.
Creates and returns a copy of this event with the specified event source and target.
JavaFX EditEvent to be wrapped.
JavaFX EditEvent to be wrapped.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
Gets the event type of this event.
Gets the event type of this event.
The delegate hashcode
Returns the new value input into the TreeItem by the end user.
Returns the old value that existed in the TreeItem prior to the current edit event.
Returns the TreeView upon which the edit took place.
Returns the event target of this event.
Returns the event target of this event.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Returns the TreeItem
upon which the edit took place.
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.
Wraps a JavaFX http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/TreeTableView.EditEvent.html