Class RadianceThemingSlices.ColorSchemeAssociationKind

  • Enclosing class:
    RadianceThemingSlices

    public static final class RadianceThemingSlices.ColorSchemeAssociationKind
    extends java.lang.Object
    Allows associating different color schemes to different visual parts of UI components. For example, the JCheckBox has three different visual areas:
    • Border - assciated with BORDER
    • Fill - associated with MARK_BOX
    • Check mark - associated with MARK

    Applications can create custom instances of this class to further refine the control over the painting. In this case, the custom UI delegates must be created to use these new association kinds.