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.AnimationFacetArming a component.protected StringAnimation facet display name.static final RadianceThemingSlices.AnimationFacetFocusing a component.static final RadianceThemingSlices.AnimationFacetFocus loop animation.static final RadianceThemingSlices.AnimationFacetGhosting image effects on buttons when the button is pressed.static final RadianceThemingSlices.AnimationFacetGhosting image effects on button icons when the button is rolled-over.static final RadianceThemingSlices.AnimationFacetGlow effect on icons when the relevant control is rolled over.static final RadianceThemingSlices.AnimationFacetPressing a component.static final RadianceThemingSlices.AnimationFacetRollover a component.static final RadianceThemingSlices.AnimationFacetSelecting a component.static final RadianceThemingSlices.AnimationFacetSmart 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
-
toString
-