Class BladeUtils
java.lang.Object
org.pushingpixels.radiance.theming.internal.blade.BladeUtils
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDefaultColorTokensDelegate(Component component, BladeTransitionAwareIcon.ColorTokensAssociationKindDelegate colorTokensAssociationKindDelegate) static voidpopulateColorTokens(BladeContainerColorTokens bladeContainerTokens, Component component, StateTransitionTracker.ModelStateInfo modelStateInfo, ComponentState currState, RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind, boolean treatEnabledAsActive, boolean skipFlatCheck, CoreColorTokenUtils.ContainerType inactiveContainerType) static voidpopulateColorTokens(BladeContainerColorTokens bladeContainerTokens, JTabbedPane tabbedPane, int tabIndex, StateTransitionTracker.ModelStateInfo modelStateInfo, ComponentState currState, RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind) static voidpopulateColorTokens(BladeContainerColorTokens bladeContainerTokens, StateTransitionTracker.ModelStateInfo modelStateInfo, ComponentState currState, BladeUtils.ColorTokensDelegate colorTokensDelegate, boolean useNoSelectionStateContributionMap) static voidpopulateModificationAwareColorTokens(BladeContainerColorTokens bladeContainerTokens, Component component, float modificationCyclePosition)
-
Constructor Details
-
BladeUtils
public BladeUtils()
-
-
Method Details
-
populateModificationAwareColorTokens
public static void populateModificationAwareColorTokens(BladeContainerColorTokens bladeContainerTokens, Component component, float modificationCyclePosition) -
populateColorTokens
public static void populateColorTokens(BladeContainerColorTokens bladeContainerTokens, Component component, StateTransitionTracker.ModelStateInfo modelStateInfo, ComponentState currState, RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind, boolean treatEnabledAsActive, boolean skipFlatCheck, CoreColorTokenUtils.ContainerType inactiveContainerType) -
getDefaultColorTokensDelegate
public static BladeUtils.ColorTokensDelegate getDefaultColorTokensDelegate(Component component, BladeTransitionAwareIcon.ColorTokensAssociationKindDelegate colorTokensAssociationKindDelegate) -
populateColorTokens
public static void populateColorTokens(BladeContainerColorTokens bladeContainerTokens, StateTransitionTracker.ModelStateInfo modelStateInfo, ComponentState currState, BladeUtils.ColorTokensDelegate colorTokensDelegate, boolean useNoSelectionStateContributionMap) -
populateColorTokens
public static void populateColorTokens(BladeContainerColorTokens bladeContainerTokens, JTabbedPane tabbedPane, int tabIndex, StateTransitionTracker.ModelStateInfo modelStateInfo, ComponentState currState, RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind)
-