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 TypeMethodDescriptionprotected Color
RadianceCommandButtonUI.getForegroundColor
(StateTransitionTracker.ModelStateInfo modelStateInfo) private static Color
RadianceCommandButtonUI.getMenuButtonForegroundColor
(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 Color
RadianceRibbonTaskToggleButtonUI.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 void
BladeUtils.populateColorScheme
(BladeColorScheme bladeColorScheme, Component component, StateTransitionTracker.ModelStateInfo modelStateInfo, ComponentState currState, RadianceThemingSlices.ColorSchemeAssociationKind associationKind, boolean treatEnabledAsActive) static void
BladeUtils.populateColorScheme
(BladeColorScheme bladeColorScheme, JTabbedPane tabbedPane, int tabIndex, StateTransitionTracker.ModelStateInfo modelStateInfo, ComponentState currState, RadianceThemingSlices.ColorSchemeAssociationKind associationKind, boolean useNoSelectionStateContributionMap) static void
BladeUtils.populateColorScheme
(BladeColorScheme bladeColorScheme, StateTransitionTracker.ModelStateInfo modelStateInfo, ComponentState currState, BladeUtils.ColorSchemeDelegate colorSchemeDelegate, 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 Color
RadianceColorUtilities.getForegroundColor
(Component component, StateTransitionTracker.ModelStateInfo modelStateInfo) Returns the foreground text color of the specified component.static Color
RadianceTextUtilities.getForegroundColor
(JComponent component, String text, StateTransitionTracker.ModelStateInfo modelStateInfo, float textAlpha) Returns the foreground color for the specified component.static Color
RadianceColorUtilities.getMenuComponentForegroundColor
(JMenuItem menuComponent, StateTransitionTracker.ModelStateInfo modelStateInfo) Returns the foreground text color of the specified menu component.static Color
RadianceTextUtilities.getMenuComponentForegroundColor
(JMenuItem menuComponent, String text, StateTransitionTracker.ModelStateInfo modelStateInfo, float textAlpha) Returns the foreground color for the specified menu component.static Color
RadianceTextUtilities.paintMenuItemText
(Graphics g, JMenuItem menuItem, Rectangle textRect, String text, int mnemonicIndex, StateTransitionTracker.ModelStateInfo modelStateInfo, float textAlpha) static Color
RadianceTextUtilities.paintText
(Graphics g, JComponent component, Rectangle textRect, String text, int mnemonicIndex, StateTransitionTracker.ModelStateInfo modelStateInfo, float textAlpha)