ColorSliderUI
, SubstanceButtonUI
, SubstanceCheckBoxMenuItemUI
, SubstanceCheckBoxUI
, SubstanceComboBoxUI
, SubstanceEditorPaneUI
, SubstanceFormattedTextFieldUI
, SubstanceMenuItemUI
, SubstanceMenuUI
, SubstancePasswordFieldUI
, SubstanceRadioButtonMenuItemUI
, SubstanceRadioButtonUI
, SubstanceScrollBarUI
, SubstanceSliderUI
, SubstanceSplitPaneDivider
, SubstanceTextAreaUI
, SubstanceTextFieldUI
, SubstanceTextPaneUI
, SubstanceToggleButtonUI
public interface TransitionAwareUI
Modifier and Type | Method | Description |
---|---|---|
StateTransitionTracker |
getTransitionTracker() |
Returns the model for tracking the transitions.
|
boolean |
isInside(MouseEvent me) |
Checks whether the mouse position of the specified event lies inside the
area of the component designated for transition effects.
|
boolean isInside(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()