Uses of Class
org.pushingpixels.radiance.theming.api.RadianceThemingSlices.ContainerColorTokensAssociationKind
Packages that use RadianceThemingSlices.ContainerColorTokensAssociationKind
Package
Description
-
Uses of RadianceThemingSlices.ContainerColorTokensAssociationKind in org.pushingpixels.radiance.component.api.common.icon
Fields in org.pushingpixels.radiance.component.api.common.icon declared as RadianceThemingSlices.ContainerColorTokensAssociationKindConstructors in org.pushingpixels.radiance.component.api.common.icon with parameters of type RadianceThemingSlices.ContainerColorTokensAssociationKindModifierConstructorDescriptionCommandButtonFollowColorTokensIcon(RadianceThemingSlices.ContainerColorTokensAssociationKind colorTokensAssociationKind, CommandButtonFollowColorTokensIcon.Delegate delegate, Dimension initialDim) Creates a new icon. -
Uses of RadianceThemingSlices.ContainerColorTokensAssociationKind in org.pushingpixels.radiance.theming.api
Fields in org.pushingpixels.radiance.theming.api declared as RadianceThemingSlices.ContainerColorTokensAssociationKindModifier and TypeFieldDescriptionRadianceThemingSlices.ContainerColorTokensAssociationKind.DEFAULTThe default visual area that is used for the inner part of most controls.RadianceThemingSlices.ContainerColorTokensAssociationKind.fallbackFallback for this association kind.RadianceThemingSlices.ContainerColorTokensAssociationKind.HIGHLIGHTHighlight visual areas for lists, tables, trees and menus.RadianceThemingSlices.ContainerColorTokensAssociationKind.HIGHLIGHT_TEXTHighlight visual areas for text components.RadianceThemingSlices.ContainerColorTokensAssociationKind.MARKVisual area of marks.RadianceThemingSlices.ContainerColorTokensAssociationKind.SEPARATORVisual area ofJSeparators.RadianceThemingSlices.ContainerColorTokensAssociationKind.TABVisual area of tabs inJTabbedPanes.Fields in org.pushingpixels.radiance.theming.api with type parameters of type RadianceThemingSlices.ContainerColorTokensAssociationKindModifier and TypeFieldDescriptionprivate final Map<RadianceThemingSlices.ContainerColorTokensAssociationKind, Map<ComponentState, ContainerColorTokens>> ContainerColorTokensBundle.activeTokenOverridesMaps from color tokens association kinds to the map of color tokens.ContainerColorTokensBundle.mutedTokenOverridesContainerColorTokensBundle.neutralTokenOverridesprivate static Set<RadianceThemingSlices.ContainerColorTokensAssociationKind> RadianceThemingSlices.ContainerColorTokensAssociationKind.valuesAll known association kind values.Methods in org.pushingpixels.radiance.theming.api that return RadianceThemingSlices.ContainerColorTokensAssociationKindModifier and TypeMethodDescriptionRadianceThemingSlices.ContainerColorTokensAssociationKind.getFallback()Methods in org.pushingpixels.radiance.theming.api that return types with arguments of type RadianceThemingSlices.ContainerColorTokensAssociationKindModifier and TypeMethodDescriptionRadianceThemingSlices.ContainerColorTokensAssociationKind.values()Returns all available association kinds.Methods in org.pushingpixels.radiance.theming.api with parameters of type RadianceThemingSlices.ContainerColorTokensAssociationKindModifier and TypeMethodDescriptionContainerColorTokensBundle.getActiveContainerTokens(RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind, ComponentState componentState) Returns active container tokens for the specified visual area of a component in a specified component state.final ContainerColorTokensRadianceSkin.getActiveContainerTokens(Component comp, RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind, ComponentState componentState) Returns active container tokens for the specified visual area of a component in the specific state.ContainerColorTokensBundle.getMutedContainerTokens(RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind) Returns muted container tokens for the specified visual area of a component.final ContainerColorTokensRadianceSkin.getMutedContainerTokens(Component comp, RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind) Returns muted container tokens for the specified visual area of a component.ContainerColorTokensBundle.getNeutralContainerTokens(RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind) Returns neutral container tokens for the specified visual area of a component.final ContainerColorTokensRadianceSkin.getNeutralContainerTokens(Component comp, RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind) Returns neutral container tokens for the specified visual area of a component.voidContainerColorTokensBundle.registerActiveContainerTokens(ContainerColorTokens colorTokens, RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind, ComponentState... activeStates) Registers the container color tokens to be used for controls in specified active states.voidContainerColorTokensBundle.registerMutedContainerTokens(ContainerColorTokens colorTokens, RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind) Registers muted container color tokens for the specified visual area of a component.voidContainerColorTokensBundle.registerNeutralContainerTokens(ContainerColorTokens colorTokens, RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind) Registers neutral container color tokens for the specified visual area of a component.Constructors in org.pushingpixels.radiance.theming.api with parameters of type RadianceThemingSlices.ContainerColorTokensAssociationKindModifierConstructorDescriptionContainerColorTokensAssociationKind(String name, RadianceThemingSlices.ContainerColorTokensAssociationKind fallback) Creates a new association kind. -
Uses of RadianceThemingSlices.ContainerColorTokensAssociationKind in org.pushingpixels.radiance.theming.internal.blade
Methods in org.pushingpixels.radiance.theming.internal.blade that return RadianceThemingSlices.ContainerColorTokensAssociationKindModifier and TypeMethodDescriptionBladeTransitionAwareIcon.ColorTokensAssociationKindDelegate.getContainerColorTokensAssociationKind(ComponentState state) Methods in org.pushingpixels.radiance.theming.internal.blade with parameters of type RadianceThemingSlices.ContainerColorTokensAssociationKindModifier and TypeMethodDescriptionstatic voidBladeUtils.populateColorTokens(BladeContainerColorTokens bladeContainerTokens, Component component, StateTransitionTracker.ModelStateInfo modelStateInfo, ComponentState currState, RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind, boolean treatEnabledAsActive, boolean skipFlatCheck, CoreColorTokenUtils.ContainerType inactiveContainerType) static voidBladeUtils.populateColorTokens(BladeContainerColorTokens bladeContainerTokens, JTabbedPane tabbedPane, int tabIndex, StateTransitionTracker.ModelStateInfo modelStateInfo, ComponentState currState, RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind) -
Uses of RadianceThemingSlices.ContainerColorTokensAssociationKind in org.pushingpixels.radiance.theming.internal.utils
Methods in org.pushingpixels.radiance.theming.internal.utils with parameters of type RadianceThemingSlices.ContainerColorTokensAssociationKindModifier and TypeMethodDescriptionstatic ContainerColorTokensCoreColorTokenUtils.getContainerTokens(Component component, RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind, ComponentState componentState, CoreColorTokenUtils.ContainerType inactiveContainerType) Returns the color tokens of the component.static ContainerColorTokensCoreColorTokenUtils.getContainerTokens(Component component, RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind, ComponentState componentState, CoreColorTokenUtils.ContainerType inactiveContainerType, boolean skipFlatCheck) Returns the color tokens of the component.static ContainerColorTokensCoreColorTokenUtils.getContainerTokens(JTabbedPane jtp, int tabIndex, RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind, ComponentState componentState) Returns the color tokens of the specified tabbed pane tab.