Uses of Class
org.pushingpixels.radiance.theming.internal.animation.StateTransitionTracker.ModelStateInfo
Packages that use StateTransitionTracker.ModelStateInfo
Package
Description
-
Uses of StateTransitionTracker.ModelStateInfo in org.pushingpixels.radiance.component.internal.theming.common.ui
Methods in org.pushingpixels.radiance.component.internal.theming.common.ui with parameters of type StateTransitionTracker.ModelStateInfoModifier and TypeMethodDescriptionprivate ColorRadianceCommandButtonUI.getForegroundColor(StateTransitionTracker.ModelStateInfo modelStateInfo) private ColorRadianceCommandButtonUI.getForegroundVariantColor(StateTransitionTracker.ModelStateInfo modelStateInfo) private static ColorRadianceCommandButtonUI.getMenuButtonForegroundColor(JCommandButton menuButton, StateTransitionTracker.ModelStateInfo modelStateInfo) private static ColorRadianceCommandButtonUI.getMenuButtonForegroundVariantColor(JCommandButton menuButton, StateTransitionTracker.ModelStateInfo modelStateInfo) -
Uses of StateTransitionTracker.ModelStateInfo in org.pushingpixels.radiance.component.internal.theming.ribbon.ui
Methods in org.pushingpixels.radiance.component.internal.theming.ribbon.ui with parameters of type StateTransitionTracker.ModelStateInfoModifier and TypeMethodDescriptionprivate static ColorRadianceRibbonTaskToggleButtonUI.getForegroundColor(JCommandButton button, StateTransitionTracker.ModelStateInfo modelStateInfo) -
Uses of StateTransitionTracker.ModelStateInfo in org.pushingpixels.radiance.theming.internal.animation
Fields in org.pushingpixels.radiance.theming.internal.animation declared as StateTransitionTracker.ModelStateInfoMethods in org.pushingpixels.radiance.theming.internal.animation that return StateTransitionTracker.ModelStateInfo -
Uses of StateTransitionTracker.ModelStateInfo in org.pushingpixels.radiance.theming.internal.blade
Methods in org.pushingpixels.radiance.theming.internal.blade with parameters of type StateTransitionTracker.ModelStateInfoModifier 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) static voidBladeUtils.populateColorTokens(BladeContainerColorTokens bladeContainerTokens, StateTransitionTracker.ModelStateInfo modelStateInfo, ComponentState currState, BladeUtils.ColorTokensDelegate colorTokensDelegate, boolean useNoSelectionStateContributionMap) -
Uses of StateTransitionTracker.ModelStateInfo in org.pushingpixels.radiance.theming.internal.ui
Methods in org.pushingpixels.radiance.theming.internal.ui that return StateTransitionTracker.ModelStateInfoModifier and TypeMethodDescriptionRadianceListUI.getModelStateInfo(int row) RadianceTabbedPaneUI.getModelStateInfo(int tabIndex) RadianceTableHeaderUI.getModelStateInfo(int columnIndex) RadianceTableUI.getModelStateInfo(RadianceTableUI.TableCellId cellId) Returns the current state for the specified cell.RadianceTreeUI.getModelStateInfo(RadianceTreeUI.TreePathId pathId) -
Uses of StateTransitionTracker.ModelStateInfo in org.pushingpixels.radiance.theming.internal.utils
Methods in org.pushingpixels.radiance.theming.internal.utils with parameters of type StateTransitionTracker.ModelStateInfoModifier and TypeMethodDescriptionstatic floatRadianceColorUtilities.getForegroundAlpha(Component component, StateTransitionTracker.ModelStateInfo modelStateInfo, CoreColorTokenUtils.ContainerType inactiveContainerType) static ColorRadianceColorUtilities.getForegroundColor(Component component, StateTransitionTracker.ModelStateInfo modelStateInfo, CoreColorTokenUtils.ContainerType inactiveContainerType) Returns the foreground text color of the specified component.static ColorRadianceTextUtilities.getForegroundColor(JComponent component, String text, StateTransitionTracker.ModelStateInfo modelStateInfo, CoreColorTokenUtils.ContainerType inactiveContainerType) Returns the foreground color for the specified component.static ColorRadianceColorUtilities.getForegroundVariantColor(Component component, StateTransitionTracker.ModelStateInfo modelStateInfo, CoreColorTokenUtils.ContainerType inactiveContainerType) static floatRadianceColorUtilities.getMenuComponentForegroundAlpha(JMenuItem menuComponent, StateTransitionTracker.ModelStateInfo modelStateInfo, CoreColorTokenUtils.ContainerType inactiveContainerType) static ColorRadianceColorUtilities.getMenuComponentForegroundColor(JMenuItem menuComponent, StateTransitionTracker.ModelStateInfo modelStateInfo, CoreColorTokenUtils.ContainerType inactiveContainerType) Returns the foreground text color of the specified menu component.static ColorRadianceTextUtilities.getMenuComponentForegroundColor(JMenuItem menuComponent, String text, StateTransitionTracker.ModelStateInfo modelStateInfo) Returns the foreground color for the specified menu component.static ColorRadianceTextUtilities.paintMenuItemText(Graphics g, JMenuItem menuItem, Rectangle textRect, String text, int mnemonicIndex, StateTransitionTracker.ModelStateInfo modelStateInfo) static ColorRadianceTextUtilities.paintText(Graphics g, JComponent component, Rectangle textRect, String text, int mnemonicIndex, StateTransitionTracker.ModelStateInfo modelStateInfo, CoreColorTokenUtils.ContainerType inactiveContainerType)