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.AnimationFacet
RadianceThemingSlices.AnimationFacet. ARM
Arming a component.static RadianceThemingSlices.AnimationFacet
RadianceThemingSlices.AnimationFacet. FOCUS
Focusing a component.static RadianceThemingSlices.AnimationFacet
RadianceThemingSlices.AnimationFacet. FOCUS_LOOP_ANIMATION
Focus loop animation.static RadianceThemingSlices.AnimationFacet
RadianceThemingSlices.AnimationFacet. GHOSTING_BUTTON_PRESS
Ghosting image effects on buttons when the button is pressed.static RadianceThemingSlices.AnimationFacet
RadianceThemingSlices.AnimationFacet. GHOSTING_ICON_ROLLOVER
Ghosting image effects on button icons when the button is rolled-over.static RadianceThemingSlices.AnimationFacet
RadianceThemingSlices.AnimationFacet. ICON_GLOW
Glow effect on icons when the relevant control is rolled over.static RadianceThemingSlices.AnimationFacet
RadianceThemingSlices.AnimationFacet. PRESS
Pressing a component.static RadianceThemingSlices.AnimationFacet
RadianceThemingSlices.AnimationFacet. ROLLOVER
Rollover a component.static RadianceThemingSlices.AnimationFacet
RadianceThemingSlices.AnimationFacet. SELECTION
Selecting a component.static 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.AnimationFacet Modifier and Type Method Description static void
RadianceThemingCortex.ComponentScope. allowAnimations(java.awt.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, java.lang.Class<?> clazz)
Allows animations of the specified facet on all controls of specified class.static void
RadianceThemingCortex.GlobalScope. allowAnimations(RadianceThemingSlices.AnimationFacet animationFacet, java.lang.Class<?>[] clazz)
Allows animations of the specified facet on all controls of specified classes.static void
RadianceThemingCortex.ComponentScope. disallowAnimations(java.awt.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, java.lang.Class<?> clazz)
Disallows animations of the specified facet on all controls of specified class.static void
RadianceThemingCortex.GlobalScope. disallowAnimations(RadianceThemingSlices.AnimationFacet animationFacet, java.lang.Class<?>[] clazz)
Disallows animations of the specified facet on all controls of specified classes.static boolean
RadianceThemingCortex.ComponentScope. isAnimationAllowed(java.awt.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.AnimationFacet Modifier and Type Field Description private java.util.Map<RadianceThemingSlices.AnimationFacet,java.util.Set<java.lang.Class<?>>>
AnimationConfigurationManager. classAllowed
Key -RadianceThemingSlices.AnimationFacet
, value - set ofClass
instances.private java.util.Map<RadianceThemingSlices.AnimationFacet,java.util.Set<java.lang.Class<?>>>
AnimationConfigurationManager. classDisallowed
Key -RadianceThemingSlices.AnimationFacet
, value - set ofClass
instances.private java.util.Set<RadianceThemingSlices.AnimationFacet>
AnimationConfigurationManager. globalAllowed
ContainsRadianceThemingSlices.AnimationFacet
instances.private java.util.Map<RadianceThemingSlices.AnimationFacet,java.util.Set<java.awt.Component>>
AnimationConfigurationManager. instanceAllowed
Key -RadianceThemingSlices.AnimationFacet
, value - set ofComponent
instances.private java.util.Map<RadianceThemingSlices.AnimationFacet,java.util.Set<java.awt.Component>>
AnimationConfigurationManager. instanceDisallowed
Key -RadianceThemingSlices.AnimationFacet
, value - set ofComponent
instances.Methods in org.pushingpixels.radiance.theming.internal with parameters of type RadianceThemingSlices.AnimationFacet Modifier and Type Method Description void
AnimationConfigurationManager. allowAnimations(RadianceThemingSlices.AnimationFacet animationFacet)
Allows animations of the specified facet on all controls.void
AnimationConfigurationManager. allowAnimations(RadianceThemingSlices.AnimationFacet animationFacet, java.awt.Component comp)
Allows animations of the specified facet on the specified control.void
AnimationConfigurationManager. allowAnimations(RadianceThemingSlices.AnimationFacet animationFacet, java.lang.Class<?> clazz)
Allows animations of the specified facet on all controls of specified class.void
AnimationConfigurationManager. allowAnimations(RadianceThemingSlices.AnimationFacet animationFacet, java.lang.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, java.awt.Component comp)
Disallows animations of the specified facet on the specified control.void
AnimationConfigurationManager. disallowAnimations(RadianceThemingSlices.AnimationFacet animationFacet, java.lang.Class<?> clazz)
Disallows animations of the specified facet on all controls of specified class.void
AnimationConfigurationManager. disallowAnimations(RadianceThemingSlices.AnimationFacet animationFacet, java.lang.Class<?>[] clazz)
Disallows animations of the specified facet on all controls of specified classes.boolean
AnimationConfigurationManager. 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 boolean
WidgetUtilities. 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. prevStateMap
Methods in org.pushingpixels.radiance.theming.internal.widget.animation.effects with parameters of type RadianceThemingSlices.AnimationFacet Modifier and Type Method Description private void
GhostingListener. trackModelChange(RadianceThemingSlices.AnimationFacet animationFacet, boolean newState)
Tracks a single change to the model.
-