Class DelayedMouseAction

  • All Implemented Interfaces:

    @Deprecated(message = "put stuff like that in an event handler") 
    public final class DelayedMouseAction
    extends Transition
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      DelayedMouseAction(Duration triggerDelay, Function0<Unit> action, Function0<Unit> undo)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getFinished()
      final Unit setFinished(Boolean finished)
      final Function0<Unit> getAction()
      final Function0<Unit> getUndo()
      Unit stop()
      • Methods inherited from class javafx.animation.Animation

        autoReverseProperty, currentRateProperty, currentTimeProperty, cycleCountProperty, cycleDurationProperty, delayProperty, getCuePoints, getCurrentRate, getCurrentTime, getCycleCount, getCycleDuration, getDelay, getOnFinished, getRate, getStatus, getTargetFramerate, getTotalDuration, isAutoReverse, jumpTo, jumpTo, onFinishedProperty, pause, play, playFrom, playFrom, playFromStart, rateProperty, setAutoReverse, setCycleCount, setDelay, setOnFinished, setRate, statusProperty, totalDurationProperty
      • Methods inherited from class javafx.animation.Transition

        getInterpolator, interpolatorProperty, setInterpolator
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait