org.jvnet.substance.utils
public interface Trackable
Modifier and Type | Method and Description |
---|---|
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.