Uses of Class
javax.swing.plaf.synth.ColorType
Package
Description
Provides user interface objects built according to the cross-platform Nimbus
look and feel.
Synth is a skinnable look and feel in which all painting is delegated.
-
Uses of ColorType in javax.swing.plaf.nimbus
Modifier and TypeMethodDescriptionprotected Color
NimbusStyle.getColorForState
(SynthContext ctx, ColorType type) Returns the color for the specified state. -
Uses of ColorType in javax.swing.plaf.synth
Modifier and TypeFieldDescriptionstatic final ColorType
ColorType.BACKGROUND
ColorType for the background of a region.static final ColorType
ColorType.FOCUS
ColorType for the focus.static final ColorType
ColorType.FOREGROUND
ColorType for the foreground of a region.static final ColorType
ColorType.TEXT_BACKGROUND
ColorType for the background of a region.static final ColorType
ColorType.TEXT_FOREGROUND
ColorType for the foreground of a region.Modifier and TypeMethodDescriptionSynthStyle.getColor
(SynthContext context, ColorType type) Returns the color for the specified state.protected abstract Color
SynthStyle.getColorForState
(SynthContext context, ColorType type) Returns the color for the specified state.