Uses of Class
javafx.css.TransitionEvent
Package
Description
Provides API for making properties styleable via CSS and for supporting
pseudo-class state.
-
Uses of TransitionEvent in javafx.css
Modifier and TypeFieldDescriptionstatic final EventType
<TransitionEvent> TransitionEvent.ANY
Common supertype for allTransitionEvent
types.static final EventType
<TransitionEvent> TransitionEvent.CANCEL
This event occurs when a running transition was cancelled before it has reached the end of its active period.static final EventType
<TransitionEvent> TransitionEvent.END
This event occurs when a running transition has reached the end of its active period.static final EventType
<TransitionEvent> TransitionEvent.RUN
This event occurs when a transition has been created and added to the list of running transitions of aNode
.static final EventType
<TransitionEvent> TransitionEvent.START
This event occurs when a running transition enters its active period, which happens at the end of the delay phase.