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.ComponentStateFacetRadianceThemingSlices.ComponentStateFacet.ARMFacet that describes the arm bit.static final RadianceThemingSlices.ComponentStateFacetRadianceThemingSlices.ComponentStateFacet.DEFAULTFacet that describes the default bit.static final RadianceThemingSlices.ComponentStateFacetRadianceThemingSlices.ComponentStateFacet.DETERMINATEFacet that describes the determinate bit.static final RadianceThemingSlices.ComponentStateFacetRadianceThemingSlices.ComponentStateFacet.ENABLEFacet that describes the enabled bit.static final RadianceThemingSlices.ComponentStateFacetRadianceThemingSlices.ComponentStateFacet.INDETERMINATEFacet that describes the determinate bit.static final RadianceThemingSlices.ComponentStateFacetRadianceThemingSlices.ComponentStateFacet.MIXFacet that describes the determinate bit.static final RadianceThemingSlices.ComponentStateFacetRadianceThemingSlices.ComponentStateFacet.PRESSFacet that describes the press bit.static final RadianceThemingSlices.ComponentStateFacetRadianceThemingSlices.ComponentStateFacet.ROLLOVERFacet that describes the rollover bit.static final RadianceThemingSlices.ComponentStateFacetRadianceThemingSlices.ComponentStateFacet.SELECTIONFacet that describes the selection bit.Fields in org.pushingpixels.radiance.theming.api with type parameters of type RadianceThemingSlices.ComponentStateFacetModifier and TypeFieldDescriptionComponentState.facetsTurnedOffFacets that are turned on for this state.ComponentState.facetsTurnedOnFacets that are turned on for this state.ComponentState.mappingOnMethods in org.pushingpixels.radiance.theming.api with parameters of type RadianceThemingSlices.ComponentStateFacetModifier and TypeMethodDescriptionbooleanComponentState.isFacetActive(RadianceThemingSlices.ComponentStateFacet stateFacet) Returns indication whetherthiscomponent state is "active" under the specified facet.Constructors in org.pushingpixels.radiance.theming.api with parameters of type RadianceThemingSlices.ComponentStateFacetModifierConstructorDescriptionComponentState(String name, ComponentState hardFallback, ComponentState enabledMatch, 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 TypeMethodDescriptionfloatStateTransitionTracker.getFacetStrength(RadianceThemingSlices.ComponentStateFacet stateFacet) floatStateTransitionTracker.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)