Class BladeUtils
- java.lang.Object
-
- org.pushingpixels.radiance.theming.internal.blade.BladeUtils
-
public class BladeUtils extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBladeUtils.ColorTokensDelegate
-
Constructor Summary
Constructors Constructor Description BladeUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BladeUtils.ColorTokensDelegategetDefaultColorTokensDelegate(java.awt.Component component, BladeTransitionAwareIcon.ColorTokensAssociationKindDelegate colorTokensAssociationKindDelegate)static voidpopulateColorTokens(BladeContainerColorTokens bladeContainerTokens, java.awt.Component component, StateTransitionTracker.ModelStateInfo modelStateInfo, ComponentState currState, RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind, boolean treatEnabledAsActive, boolean skipFlatCheck, CoreColorTokenUtils.ContainerType inactiveContainerType)static voidpopulateColorTokens(BladeContainerColorTokens bladeContainerTokens, javax.swing.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, java.awt.Component component, float modificationCyclePosition)
-
-
-
Method Detail
-
populateModificationAwareColorTokens
public static void populateModificationAwareColorTokens(BladeContainerColorTokens bladeContainerTokens, java.awt.Component component, float modificationCyclePosition)
-
populateColorTokens
public static void populateColorTokens(BladeContainerColorTokens bladeContainerTokens, java.awt.Component component, StateTransitionTracker.ModelStateInfo modelStateInfo, ComponentState currState, RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind, boolean treatEnabledAsActive, boolean skipFlatCheck, CoreColorTokenUtils.ContainerType inactiveContainerType)
-
getDefaultColorTokensDelegate
public static BladeUtils.ColorTokensDelegate getDefaultColorTokensDelegate(java.awt.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, javax.swing.JTabbedPane tabbedPane, int tabIndex, StateTransitionTracker.ModelStateInfo modelStateInfo, ComponentState currState, RadianceThemingSlices.ContainerColorTokensAssociationKind associationKind)
-
-