Uses of Class
org.pushingpixels.radiance.theming.api.RadianceThemingSlices.ComponentStateFacet
Packages that use RadianceThemingSlices.ComponentStateFacet
Package
Description
-
Uses of RadianceThemingSlices.ComponentStateFacet in org.pushingpixels.radiance.theming.api
Fields in org.pushingpixels.radiance.theming.api declared as RadianceThemingSlices.ComponentStateFacetModifier and TypeFieldDescriptionstatic final RadianceThemingSlices.ComponentStateFacet
RadianceThemingSlices.ComponentStateFacet.ARM
Facet that describes the arm bit.static final RadianceThemingSlices.ComponentStateFacet
RadianceThemingSlices.ComponentStateFacet.DEFAULT
Facet that describes the default bit.static final RadianceThemingSlices.ComponentStateFacet
RadianceThemingSlices.ComponentStateFacet.DETERMINATE
Facet that describes the determinate bit.static final RadianceThemingSlices.ComponentStateFacet
RadianceThemingSlices.ComponentStateFacet.ENABLE
Facet that describes the enabled bit.static final RadianceThemingSlices.ComponentStateFacet
RadianceThemingSlices.ComponentStateFacet.INDETERMINATE
Facet that describes the determinate bit.static final RadianceThemingSlices.ComponentStateFacet
RadianceThemingSlices.ComponentStateFacet.MIX
Facet that describes the determinate bit.static final RadianceThemingSlices.ComponentStateFacet
RadianceThemingSlices.ComponentStateFacet.PRESS
Facet that describes the press bit.static final RadianceThemingSlices.ComponentStateFacet
RadianceThemingSlices.ComponentStateFacet.ROLLOVER
Facet that describes the rollover bit.static final RadianceThemingSlices.ComponentStateFacet
RadianceThemingSlices.ComponentStateFacet.SELECTION
Facet that describes the selection bit.Fields in org.pushingpixels.radiance.theming.api with type parameters of type RadianceThemingSlices.ComponentStateFacetModifier and TypeFieldDescriptionComponentState.facetsTurnedOff
Facets that are turned on for this state.ComponentState.facetsTurnedOn
Facets that are turned on for this state.ComponentState.mappingOn
Methods in org.pushingpixels.radiance.theming.api with parameters of type RadianceThemingSlices.ComponentStateFacetModifier and TypeMethodDescriptionboolean
ComponentState.isFacetActive
(RadianceThemingSlices.ComponentStateFacet stateFacet) Returns indication whetherthis
component state is "active" under the specified facet.Constructors in org.pushingpixels.radiance.theming.api with parameters of type RadianceThemingSlices.ComponentStateFacetModifierConstructorDescriptionComponentState
(String name, ComponentState hardFallback, RadianceThemingSlices.ComponentStateFacet[] facetsOn, RadianceThemingSlices.ComponentStateFacet[] facetsOff) Creates a new component state.ComponentState
(String name, RadianceThemingSlices.ComponentStateFacet[] facetsOn, RadianceThemingSlices.ComponentStateFacet[] facetsOff) Creates a new component state. -
Uses of RadianceThemingSlices.ComponentStateFacet in org.pushingpixels.radiance.theming.internal.animation
Methods in org.pushingpixels.radiance.theming.internal.animation with parameters of type RadianceThemingSlices.ComponentStateFacetModifier and TypeMethodDescriptionfloat
StateTransitionTracker.getFacetStrength
(RadianceThemingSlices.ComponentStateFacet stateFacet) float
StateTransitionTracker.getFacetStrength
(RadianceThemingSlices.ComponentStateFacet stateFacet1, RadianceThemingSlices.ComponentStateFacet stateFacet2) -
Uses of RadianceThemingSlices.ComponentStateFacet in org.pushingpixels.radiance.theming.internal.blade
Constructors in org.pushingpixels.radiance.theming.internal.blade with parameters of type RadianceThemingSlices.ComponentStateFacetModifierConstructorDescriptionBladeHighlightableTransitionAwareIcon
(JComponent component, BladeTransitionAwareIcon.TransitionAwareUIDelegate transitionAwareUIDelegate, BladeTransitionAwareIcon.Delegate delegate, RadianceThemingSlices.ComponentStateFacet facetForHighlights)