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.AnimationFacetRadianceThemingSlices.AnimationFacet.ARMArming a component.static final RadianceThemingSlices.AnimationFacetRadianceThemingSlices.AnimationFacet.FOCUSFocusing a component.static final RadianceThemingSlices.AnimationFacetRadianceThemingSlices.AnimationFacet.FOCUS_LOOP_ANIMATIONFocus loop animation.static final RadianceThemingSlices.AnimationFacetRadianceThemingSlices.AnimationFacet.GHOSTING_BUTTON_PRESSGhosting image effects on buttons when the button is pressed.static final RadianceThemingSlices.AnimationFacetRadianceThemingSlices.AnimationFacet.GHOSTING_ICON_ROLLOVERGhosting image effects on button icons when the button is rolled-over.static final RadianceThemingSlices.AnimationFacetRadianceThemingSlices.AnimationFacet.ICON_GLOWGlow effect on icons when the relevant control is rolled over.static final RadianceThemingSlices.AnimationFacetRadianceThemingSlices.AnimationFacet.PRESSPressing a component.static final RadianceThemingSlices.AnimationFacetRadianceThemingSlices.AnimationFacet.ROLLOVERRollover a component.static final RadianceThemingSlices.AnimationFacetRadianceThemingSlices.AnimationFacet.SELECTIONSelecting a component.static final RadianceThemingSlices.AnimationFacetRadianceThemingSlices.AnimationFacet.TREE_SMART_SCROLL_ANIMATIONSmart tree scroll animation facet.Methods in org.pushingpixels.radiance.theming.api with parameters of type RadianceThemingSlices.AnimationFacetModifier and TypeMethodDescriptionstatic voidRadianceThemingCortex.ComponentScope.allowAnimations(Component comp, RadianceThemingSlices.AnimationFacet animationFacet) Allows animations of the specified facet on the specified control.static voidRadianceThemingCortex.GlobalScope.allowAnimations(RadianceThemingSlices.AnimationFacet animationFacet) Allows animations of the specified facet on all controls.static voidRadianceThemingCortex.GlobalScope.allowAnimations(RadianceThemingSlices.AnimationFacet animationFacet, Class<?> clazz) Allows animations of the specified facet on all controls of specified class.static voidRadianceThemingCortex.GlobalScope.allowAnimations(RadianceThemingSlices.AnimationFacet animationFacet, Class<?>[] clazz) Allows animations of the specified facet on all controls of specified classes.static voidRadianceThemingCortex.ComponentScope.disallowAnimations(Component comp, RadianceThemingSlices.AnimationFacet animationFacet) Disallows animations of the specified facet on the specified control.static voidRadianceThemingCortex.GlobalScope.disallowAnimations(RadianceThemingSlices.AnimationFacet animationFacet) Disallows animations of the specified facet on all controls.static voidRadianceThemingCortex.GlobalScope.disallowAnimations(RadianceThemingSlices.AnimationFacet animationFacet, Class<?> clazz) Disallows animations of the specified facet on all controls of specified class.static voidRadianceThemingCortex.GlobalScope.disallowAnimations(RadianceThemingSlices.AnimationFacet animationFacet, Class<?>[] clazz) Disallows animations of the specified facet on all controls of specified classes.static booleanRadianceThemingCortex.ComponentScope.isAnimationAllowed(Component comp, RadianceThemingSlices.AnimationFacet animationFacet) Checks whether the specified animation facet is allowed on the specified component.static booleanRadianceThemingCortex.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.classAllowedKey -RadianceThemingSlices.AnimationFacet, value - set ofClassinstances.private Map<RadianceThemingSlices.AnimationFacet, Set<Class<?>>> AnimationConfigurationManager.classDisallowedKey -RadianceThemingSlices.AnimationFacet, value - set ofClassinstances.private Set<RadianceThemingSlices.AnimationFacet> AnimationConfigurationManager.globalAllowedContainsRadianceThemingSlices.AnimationFacetinstances.private Map<RadianceThemingSlices.AnimationFacet, Set<Component>> AnimationConfigurationManager.instanceAllowedKey -RadianceThemingSlices.AnimationFacet, value - set ofComponentinstances.private Map<RadianceThemingSlices.AnimationFacet, Set<Component>> AnimationConfigurationManager.instanceDisallowedKey -RadianceThemingSlices.AnimationFacet, value - set ofComponentinstances.Methods in org.pushingpixels.radiance.theming.internal with parameters of type RadianceThemingSlices.AnimationFacetModifier and TypeMethodDescriptionvoidAnimationConfigurationManager.allowAnimations(RadianceThemingSlices.AnimationFacet animationFacet) Allows animations of the specified facet on all controls.voidAnimationConfigurationManager.allowAnimations(RadianceThemingSlices.AnimationFacet animationFacet, Component comp) Allows animations of the specified facet on the specified control.voidAnimationConfigurationManager.allowAnimations(RadianceThemingSlices.AnimationFacet animationFacet, Class<?> clazz) Allows animations of the specified facet on all controls of specified class.voidAnimationConfigurationManager.allowAnimations(RadianceThemingSlices.AnimationFacet animationFacet, Class<?>[] clazz) Allows animations of the specified facet on all controls of specified classes.voidAnimationConfigurationManager.disallowAnimations(RadianceThemingSlices.AnimationFacet animationFacet) Disallows animations of the specified facet on all controls.voidAnimationConfigurationManager.disallowAnimations(RadianceThemingSlices.AnimationFacet animationFacet, Component comp) Disallows animations of the specified facet on the specified control.voidAnimationConfigurationManager.disallowAnimations(RadianceThemingSlices.AnimationFacet animationFacet, Class<?> clazz) Disallows animations of the specified facet on all controls of specified class.voidAnimationConfigurationManager.disallowAnimations(RadianceThemingSlices.AnimationFacet animationFacet, Class<?>[] clazz) Disallows animations of the specified facet on all controls of specified classes.booleanAnimationConfigurationManager.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 booleanWidgetUtilities.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.AnimationFacetModifier and TypeFieldDescriptionprivate Map<RadianceThemingSlices.AnimationFacet, Boolean> GhostingListener.prevStateMapMethods in org.pushingpixels.radiance.theming.internal.widget.animation.effects with parameters of type RadianceThemingSlices.AnimationFacetModifier and TypeMethodDescriptionprivate voidGhostingListener.trackModelChange(RadianceThemingSlices.AnimationFacet animationFacet, boolean newState) Tracks a single change to the model.