org.jvnet.substance
Interface Trackable

All Known Implementing Classes:
SubstanceScrollBarUI, SubstanceSliderUI

public interface Trackable

General interface for UIs that wish to provide transition effects on one of their components.

Author:
Kirill Grouchnikov

Method Summary
 boolean isInside(MouseEvent me)
          Checks whether the mouse position of the specified event lies inside the area of the component designated for transition effects.
 

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.