Uses of Class
org.pushingpixels.radiance.theming.api.RadianceThemingSlices.AnimationFacet
Packages that use RadianceThemingSlices.AnimationFacet
Package
Description
-
Uses of RadianceThemingSlices.AnimationFacet in org.pushingpixels.radiance.theming.api
Fields in org.pushingpixels.radiance.theming.api declared as RadianceThemingSlices.AnimationFacetModifier and TypeFieldDescriptionstatic final RadianceThemingSlices.AnimationFacet
RadianceThemingSlices.AnimationFacet.ARM
Arming a component.static final RadianceThemingSlices.AnimationFacet
RadianceThemingSlices.AnimationFacet.FOCUS
Focusing a component.static final RadianceThemingSlices.AnimationFacet
RadianceThemingSlices.AnimationFacet.FOCUS_LOOP_ANIMATION
Focus loop animation.static final RadianceThemingSlices.AnimationFacet
RadianceThemingSlices.AnimationFacet.GHOSTING_BUTTON_PRESS
Ghosting image effects on buttons when the button is pressed.static final RadianceThemingSlices.AnimationFacet
RadianceThemingSlices.AnimationFacet.GHOSTING_ICON_ROLLOVER
Ghosting image effects on button icons when the button is rolled-over.static final RadianceThemingSlices.AnimationFacet
RadianceThemingSlices.AnimationFacet.ICON_GLOW
Glow effect on icons when the relevant control is rolled over.static final RadianceThemingSlices.AnimationFacet
RadianceThemingSlices.AnimationFacet.PRESS
Pressing a component.static final RadianceThemingSlices.AnimationFacet
RadianceThemingSlices.AnimationFacet.ROLLOVER
Rollover a component.static final RadianceThemingSlices.AnimationFacet
RadianceThemingSlices.AnimationFacet.SELECTION
Selecting a component.static final RadianceThemingSlices.AnimationFacet
RadianceThemingSlices.AnimationFacet.TREE_SMART_SCROLL_ANIMATION
Smart tree scroll animation facet.Methods in org.pushingpixels.radiance.theming.api with parameters of type RadianceThemingSlices.AnimationFacetModifier and TypeMethodDescriptionstatic void
RadianceThemingCortex.ComponentScope.allowAnimations
(Component comp, RadianceThemingSlices.AnimationFacet animationFacet) Allows animations of the specified facet on the specified control.static void
RadianceThemingCortex.GlobalScope.allowAnimations
(RadianceThemingSlices.AnimationFacet animationFacet) Allows animations of the specified facet on all controls.static void
RadianceThemingCortex.GlobalScope.allowAnimations
(RadianceThemingSlices.AnimationFacet animationFacet, Class<?> clazz) Allows animations of the specified facet on all controls of specified class.static void
RadianceThemingCortex.GlobalScope.allowAnimations
(RadianceThemingSlices.AnimationFacet animationFacet, Class<?>[] clazz) Allows animations of the specified facet on all controls of specified classes.static void
RadianceThemingCortex.ComponentScope.disallowAnimations
(Component comp, RadianceThemingSlices.AnimationFacet animationFacet) Disallows animations of the specified facet on the specified control.static void
RadianceThemingCortex.GlobalScope.disallowAnimations
(RadianceThemingSlices.AnimationFacet animationFacet) Disallows animations of the specified facet on all controls.static void
RadianceThemingCortex.GlobalScope.disallowAnimations
(RadianceThemingSlices.AnimationFacet animationFacet, Class<?> clazz) Disallows animations of the specified facet on all controls of specified class.static void
RadianceThemingCortex.GlobalScope.disallowAnimations
(RadianceThemingSlices.AnimationFacet animationFacet, Class<?>[] clazz) Disallows animations of the specified facet on all controls of specified classes.static boolean
RadianceThemingCortex.ComponentScope.isAnimationAllowed
(Component comp, RadianceThemingSlices.AnimationFacet animationFacet) Checks whether the specified animation facet is allowed on the specified component.static boolean
RadianceThemingCortex.GlobalScope.isAnimationAllowed
(RadianceThemingSlices.AnimationFacet animationFacet) Checks whether the specified animation facet is allowed on the specified component. -
Uses of RadianceThemingSlices.AnimationFacet in org.pushingpixels.radiance.theming.internal
Fields in org.pushingpixels.radiance.theming.internal with type parameters of type RadianceThemingSlices.AnimationFacetModifier and TypeFieldDescriptionprivate Map
<RadianceThemingSlices.AnimationFacet, Set<Class<?>>> AnimationConfigurationManager.classAllowed
Key -RadianceThemingSlices.AnimationFacet
, value - set ofClass
instances.private Map
<RadianceThemingSlices.AnimationFacet, Set<Class<?>>> AnimationConfigurationManager.classDisallowed
Key -RadianceThemingSlices.AnimationFacet
, value - set ofClass
instances.private Set
<RadianceThemingSlices.AnimationFacet> AnimationConfigurationManager.globalAllowed
ContainsRadianceThemingSlices.AnimationFacet
instances.private Map
<RadianceThemingSlices.AnimationFacet, Set<Component>> AnimationConfigurationManager.instanceAllowed
Key -RadianceThemingSlices.AnimationFacet
, value - set ofComponent
instances.private Map
<RadianceThemingSlices.AnimationFacet, Set<Component>> AnimationConfigurationManager.instanceDisallowed
Key -RadianceThemingSlices.AnimationFacet
, value - set ofComponent
instances.Methods in org.pushingpixels.radiance.theming.internal with parameters of type RadianceThemingSlices.AnimationFacetModifier and TypeMethodDescriptionvoid
AnimationConfigurationManager.allowAnimations
(RadianceThemingSlices.AnimationFacet animationFacet) Allows animations of the specified facet on all controls.void
AnimationConfigurationManager.allowAnimations
(RadianceThemingSlices.AnimationFacet animationFacet, Component comp) Allows animations of the specified facet on the specified control.void
AnimationConfigurationManager.allowAnimations
(RadianceThemingSlices.AnimationFacet animationFacet, Class<?> clazz) Allows animations of the specified facet on all controls of specified class.void
AnimationConfigurationManager.allowAnimations
(RadianceThemingSlices.AnimationFacet animationFacet, Class<?>[] clazz) Allows animations of the specified facet on all controls of specified classes.void
AnimationConfigurationManager.disallowAnimations
(RadianceThemingSlices.AnimationFacet animationFacet) Disallows animations of the specified facet on all controls.void
AnimationConfigurationManager.disallowAnimations
(RadianceThemingSlices.AnimationFacet animationFacet, Component comp) Disallows animations of the specified facet on the specified control.void
AnimationConfigurationManager.disallowAnimations
(RadianceThemingSlices.AnimationFacet animationFacet, Class<?> clazz) Disallows animations of the specified facet on all controls of specified class.void
AnimationConfigurationManager.disallowAnimations
(RadianceThemingSlices.AnimationFacet animationFacet, Class<?>[] clazz) Disallows animations of the specified facet on all controls of specified classes.boolean
AnimationConfigurationManager.isAnimationAllowed
(RadianceThemingSlices.AnimationFacet animationFacet, Component comp) Checks whether the specified animation facet is allowed on the specified component. -
Uses of RadianceThemingSlices.AnimationFacet in org.pushingpixels.radiance.theming.internal.utils
Methods in org.pushingpixels.radiance.theming.internal.utils with parameters of type RadianceThemingSlices.AnimationFacetModifier and TypeMethodDescriptionstatic boolean
WidgetUtilities.hasNoAnimations
(Component comp, RadianceThemingSlices.AnimationFacet animationFacet) Checks whether the specified component has been configured (specifically or globally) to have no animations of the specific facet. -
Uses of RadianceThemingSlices.AnimationFacet in org.pushingpixels.radiance.theming.internal.widget.animation.effects
Fields in org.pushingpixels.radiance.theming.internal.widget.animation.effects with type parameters of type RadianceThemingSlices.AnimationFacetMethods in org.pushingpixels.radiance.theming.internal.widget.animation.effects with parameters of type RadianceThemingSlices.AnimationFacetModifier and TypeMethodDescriptionprivate void
GhostingListener.trackModelChange
(RadianceThemingSlices.AnimationFacet animationFacet, boolean newState) Tracks a single change to the model.