Module MaterialFX

Class MFXTreeView.TreeViewEvent

java.lang.Object
java.util.EventObject
javafx.event.Event
io.github.palexdev.materialfx.controls.MFXTreeView.TreeViewEvent
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
MFXTreeView<T>

public static class MFXTreeView.TreeViewEvent
extends Event
Events class for tree views.

Defines a new EventType:

- HIDE_ROOT_EVENT: when the tree view's root is set to be hidden/visible we need to fire this event because we need to communicate with the root's skin.

Of course these events are for internal use only so they should not be used by users.

See Also:
Serialized Form