Interface TransitionAwareUI

    • Method Detail

      • isInside

        boolean isInside​(MouseEvent me)
        Checks whether the mouse position of the specified event lies inside the area of the component designated for transition effects.
        Parameters:
        me - Mouse event.
        Returns:
        true if the mouse position of the specified event lies inside the area of the component designated for transition effects, false otherwise.
      • getTransitionTracker

        StateTransitionTracker getTransitionTracker()
        Returns the model for tracking the transitions.
        Returns:
        Model for tracking the transitions.