|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransitionAwareUI
General interface for UIs that wish to provide transition effects on one of their components. This class is for internal use only.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |