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.ComponentStateFacet
RadianceThemingSlices.ComponentStateFacet. ARM
Facet that describes the arm bit.static RadianceThemingSlices.ComponentStateFacet
RadianceThemingSlices.ComponentStateFacet. DEFAULT
Facet that describes the default bit.static RadianceThemingSlices.ComponentStateFacet
RadianceThemingSlices.ComponentStateFacet. DETERMINATE
Facet that describes the determinate bit.static RadianceThemingSlices.ComponentStateFacet
RadianceThemingSlices.ComponentStateFacet. ENABLE
Facet that describes the enabled bit.static RadianceThemingSlices.ComponentStateFacet
RadianceThemingSlices.ComponentStateFacet. INDETERMINATE
Facet that describes the determinate bit.static RadianceThemingSlices.ComponentStateFacet
RadianceThemingSlices.ComponentStateFacet. MIX
Facet that describes the determinate bit.static RadianceThemingSlices.ComponentStateFacet
RadianceThemingSlices.ComponentStateFacet. PRESS
Facet that describes the press bit.static RadianceThemingSlices.ComponentStateFacet
RadianceThemingSlices.ComponentStateFacet. ROLLOVER
Facet that describes the rollover bit.static RadianceThemingSlices.ComponentStateFacet
RadianceThemingSlices.ComponentStateFacet. SELECTION
Facet 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. facetsTurnedOff
Facets that are turned on for this state.private java.util.Set<RadianceThemingSlices.ComponentStateFacet>
ComponentState. facetsTurnedOn
Facets that are turned on for this state.private java.util.Map<RadianceThemingSlices.ComponentStateFacet,java.lang.Boolean>
ComponentState. mappingOn
Methods in org.pushingpixels.radiance.theming.api with parameters of type RadianceThemingSlices.ComponentStateFacet Modifier and Type Method Description boolean
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.ComponentStateFacet Constructor Description ComponentState(java.lang.String name, ComponentState hardFallback, 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 float
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.ComponentStateFacet Constructor Description BladeHighlightableTransitionAwareIcon(javax.swing.JComponent component, BladeTransitionAwareIcon.TransitionAwareUIDelegate transitionAwareUIDelegate, BladeTransitionAwareIcon.Delegate delegate, RadianceThemingSlices.ComponentStateFacet facetForHighlights)
-