org.jvnet.substance.utils
Interface Trackable
- All Known Implementing Classes:
- SubstanceRadioButtonMenuItemUI, SubstanceScrollBarUI, SubstanceSliderUI, SubstanceSplitPaneDivider
public interface Trackable
General interface for UIs that wish to provide transition effects on one of
their components. This class is for internal use only.
- Author:
- Kirill Grouchnikov
Method Summary |
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. |
isInside
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.
- 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.