scalafx.scene.control.TreeItem
Constructs a TreeModificationEvent for when the TreeItem has had its
TreeItem.valueProperty()
changed.
Constructs a TreeModificationEvent for when the TreeItem has had its children list changed.
Constructs a TreeModificationEvent for when the TreeItem has had its
TreeItem.expandedProperty()
changed.
Constructs a basic TreeModificationEvent - this is useful in situations where the tree item has not received a new value, has not changed between expanded/collapsed states, and whose children has not changed.
Returns the children added to the TreeItem in this event, or an empty list if no children were added.
Returns the number of children items that were added in this event, or zero if no children were added.
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 object to be wrapped.
JavaFX object 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
If the value of the TreeItem changed, this method will return the new value.
Returns the children removed from the TreeItem in this event, or an empty list if no children were added.
Returns the number of children items that were removed in this event, or zero if no children were removed.
Returns the TreeItem upon which this event occurred.
Returns the TreeItem 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 TreeItem that this event occurred upon.
Returns true if this event represents a TreeItem event where children TreeItems were added.
Returns true if this event represents a TreeItem collapse event, and false if the TreeItem was not collapsed.
Returns true if this event represents a TreeItem expansion event, and false if the TreeItem was not expanded.
Returns true if this event represents a TreeItem event where children TreeItems were removed.