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>
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:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javafx.event.Event
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumedMethods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
HIDE_ROOT_EVENT
-
-
Constructor Details
-
TreeViewEvent
-
-
Method Details
-
isShow
public boolean isShow()
-