Class RadianceThemingSlices.AnimationFacet
java.lang.Object
org.pushingpixels.radiance.theming.api.RadianceThemingSlices.AnimationFacet
- Enclosing class:
RadianceThemingSlices
Animation facet.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RadianceThemingSlices.AnimationFacet
Arming a component.protected String
Animation facet display name.static final RadianceThemingSlices.AnimationFacet
Focusing a component.static final RadianceThemingSlices.AnimationFacet
Focus loop animation.static final RadianceThemingSlices.AnimationFacet
Ghosting image effects on buttons when the button is pressed.static final RadianceThemingSlices.AnimationFacet
Ghosting image effects on button icons when the button is rolled-over.static final RadianceThemingSlices.AnimationFacet
Glow effect on icons when the relevant control is rolled over.static final RadianceThemingSlices.AnimationFacet
Pressing a component.static final RadianceThemingSlices.AnimationFacet
Rollover a component.static final RadianceThemingSlices.AnimationFacet
Selecting a component.static final RadianceThemingSlices.AnimationFacet
Smart tree scroll animation facet. -
Constructor Summary
ConstructorsConstructorDescriptionAnimationFacet
(String displayName, boolean isDefaultAllowed) Creates a new animation facet. -
Method Summary
-
Field Details
-
displayName
Animation facet display name. -
ARM
Arming a component. -
PRESS
Pressing a component. -
FOCUS
Focusing a component. -
FOCUS_LOOP_ANIMATION
Focus loop animation. Disabled by default, use
RadianceThemingCortex.GlobalScope.allowAnimations(RadianceThemingSlices.AnimationFacet)
to enable. -
ROLLOVER
Rollover a component. -
SELECTION
Selecting a component. -
GHOSTING_ICON_ROLLOVER
Ghosting image effects on button icons when the button is rolled-over. Disabled by default, useRadianceThemingCortex.GlobalScope.allowAnimations(RadianceThemingSlices.AnimationFacet)
to enable. -
GHOSTING_BUTTON_PRESS
Ghosting image effects on buttons when the button is pressed. Disabled by default, useRadianceThemingCortex.GlobalScope.allowAnimations(RadianceThemingSlices.AnimationFacet)
to enable. -
ICON_GLOW
Glow effect on icons when the relevant control is rolled over. Disabled by default, useRadianceThemingCortex.GlobalScope.allowAnimations(RadianceThemingSlices.AnimationFacet)
to enable. -
TREE_SMART_SCROLL_ANIMATION
Smart tree scroll animation facet. Disabled by default, useRadianceThemingCortex.GlobalScope.allowAnimations(RadianceThemingSlices.AnimationFacet)
to enable.Smart tree scroll is relevant for scroll panes containing a tree. When enabled, it automatically scrolls the tree horizontally when the viewport shows mainly empty area (especially relevant for multi-level trees with narrow viewports).
-
-
Constructor Details
-
AnimationFacet
Creates a new animation facet.- Parameters:
displayName
- Display name for the animation facet.isDefaultAllowed
- Indicates whether this animation facet is allowed by default.
-
-
Method Details