scalafx.scene.control.TreeTableColumn
Creates a new event that can be subsequently fired to the relevant listeners.
Creates a new event that can be subsequently fired to the relevant listeners.
The TreeTableView on which this event occurred.
The position upon which this event occurred.
The type of event that occurred.
The value input by the end user.
Creates a new CellDataFeatures from a JavaFX one.
Creates a new CellDataFeatures from a JavaFX one.
A JavaFX CellDataFeatures to be wrapped. Its default value is a new JavaFX CellDataFeatures.
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.
A JavaFX CellDataFeatures to be wrapped.
A JavaFX CellDataFeatures to be wrapped. Its default value is a new JavaFX CellDataFeatures.
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 by the end user.
Attempts to return the old value at the position referred to in the TreeTablePosition returned by treeTablePosition
.
Convenience method that returns the value for the row (that is, from the TableView items list), for the row
contained within the TablePosition returned in tablePosition
.
Returns the object on which the Event initially occurred.
Returns the object on which the Event initially occurred.
Returns the TreeTableColumn upon which this event occurred.
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 position upon which this event occurred.
Returns the TreeTableView upon which this event occurred.
Wraps a JavaFX http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/TreeTableColumn.CellEditEvent.html
The TreeTableView type
The TreeTableColumn type
8.0