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