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
-
Field Summary
Fields Modifier and Type Field Description static EventType<MFXTreeView.TreeViewEvent>HIDE_ROOT_EVENT -
Constructor Summary
Constructors Constructor Description TreeViewEvent(EventType<? extends Event> eventType, boolean show) -
Method Summary
Modifier and Type Method Description booleanisShow()Methods inherited from class javafx.event.Event
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumed
-
Field Details
-
Constructor Details
-
Method Details
-
isShow
public boolean isShow()
-