public interface TransitionAwareUI
| Modifier and Type | Method and Description |
|---|---|
StateTransitionTracker |
getTransitionTracker()
Returns the model for tracking the transitions.
|
boolean |
isInside(java.awt.event.MouseEvent me)
Checks whether the mouse position of the specified event lies inside the
area of the component designated for transition effects.
|
boolean isInside(java.awt.event.MouseEvent me)
me - Mouse event.true if the mouse position of the specified event
lies inside the area of the component designated for transition
effects, false otherwise.StateTransitionTracker getTransitionTracker()