Uses of Class
org.pushingpixels.radiance.theming.api.RadianceThemingSlices.ComponentStateFacet
-
-
Uses of RadianceThemingSlices.ComponentStateFacet in org.pushingpixels.radiance.theming.api
Fields in org.pushingpixels.radiance.theming.api declared as RadianceThemingSlices.ComponentStateFacet Modifier and Type Field Description static RadianceThemingSlices.ComponentStateFacetRadianceThemingSlices.ComponentStateFacet. ARMFacet that describes the arm bit.static RadianceThemingSlices.ComponentStateFacetRadianceThemingSlices.ComponentStateFacet. DEFAULTFacet that describes the default bit.static RadianceThemingSlices.ComponentStateFacetRadianceThemingSlices.ComponentStateFacet. DETERMINATEFacet that describes the determinate bit.static RadianceThemingSlices.ComponentStateFacetRadianceThemingSlices.ComponentStateFacet. ENABLEFacet that describes the enabled bit.static RadianceThemingSlices.ComponentStateFacetRadianceThemingSlices.ComponentStateFacet. INDETERMINATEFacet that describes the determinate bit.static RadianceThemingSlices.ComponentStateFacetRadianceThemingSlices.ComponentStateFacet. MIXFacet that describes the determinate bit.static RadianceThemingSlices.ComponentStateFacetRadianceThemingSlices.ComponentStateFacet. PRESSFacet that describes the press bit.static RadianceThemingSlices.ComponentStateFacetRadianceThemingSlices.ComponentStateFacet. ROLLOVERFacet that describes the rollover bit.static RadianceThemingSlices.ComponentStateFacetRadianceThemingSlices.ComponentStateFacet. SELECTIONFacet that describes the selection bit.Fields in org.pushingpixels.radiance.theming.api with type parameters of type RadianceThemingSlices.ComponentStateFacet Modifier and Type Field Description private java.util.Set<RadianceThemingSlices.ComponentStateFacet>ComponentState. facetsTurnedOffFacets that are turned on for this state.private java.util.Set<RadianceThemingSlices.ComponentStateFacet>ComponentState. facetsTurnedOnFacets that are turned on for this state.private java.util.Map<RadianceThemingSlices.ComponentStateFacet,java.lang.Boolean>ComponentState. mappingOnMethods in org.pushingpixels.radiance.theming.api with parameters of type RadianceThemingSlices.ComponentStateFacet Modifier and Type Method Description booleanComponentState. 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.ComponentStateFacet Constructor Description ComponentState(java.lang.String name, ComponentState hardFallback, ComponentState enabledMatch, RadianceThemingSlices.ComponentStateFacet[] facetsOn, RadianceThemingSlices.ComponentStateFacet[] facetsOff)Creates a new component state.ComponentState(java.lang.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.ComponentStateFacet Modifier and Type Method Description floatStateTransitionTracker. 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.ComponentStateFacet Constructor Description BladeHighlightableTransitionAwareIcon(javax.swing.JComponent component, BladeTransitionAwareIcon.TransitionAwareUIDelegate transitionAwareUIDelegate, BladeTransitionAwareIcon.Delegate delegate, RadianceThemingSlices.ComponentStateFacet facetForHighlights)
-