ColorSliderUI, SubstanceButtonUI, SubstanceCheckBoxMenuItemUI, SubstanceCheckBoxUI, SubstanceComboBoxUI, SubstanceEditorPaneUI, SubstanceFormattedTextFieldUI, SubstanceMenuItemUI, SubstanceMenuUI, SubstancePasswordFieldUI, SubstanceRadioButtonMenuItemUI, SubstanceRadioButtonUI, SubstanceScrollBarUI, SubstanceSliderUI, SubstanceSplitPaneDivider, SubstanceTextAreaUI, SubstanceTextFieldUI, SubstanceTextPaneUI, SubstanceToggleButtonUIpublic interface TransitionAwareUI
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
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()