com.jgoodies.looks.plastic.theme

Class InvertedColorTheme

Known Direct Subclasses:
BrownSugar, DarkStar

public abstract class InvertedColorTheme
extends PlasticTheme

The abstract superclass of all inverted Plastic themes, that have light foreground and dark window background colors.
Version:
$Revision: 1.6 $
Author:
Karsten Lentzsch

Field Summary

Fields inherited from class com.jgoodies.looks.plastic.PlasticTheme

BLACK, BRIGHTEN_START, BRIGHTEN_STOP, DARKEN_START, DARKEN_STOP, LT_BRIGHTEN_STOP, LT_DARKEN_STOP, WHITE

Method Summary

void
addCustomEntriesToTable(UIDefaults table)
ColorUIResource
getControlDisabled()
ColorUIResource
getControlHighlight()
ColorUIResource
getControlInfo()
ColorUIResource
getFocusColor()
ColorUIResource
getInactiveSystemTextColor()
ColorUIResource
getMenuDisabledForeground()
ColorUIResource
getMenuItemSelectedBackground()
ColorUIResource
getMenuItemSelectedForeground()
ColorUIResource
getMenuSelectedBackground()
ColorUIResource
getMenuSelectedForeground()
protected ColorUIResource
getPrimary1()
protected ColorUIResource
getPrimary2()
protected ColorUIResource
getPrimary3()
ColorUIResource
getPrimaryControlHighlight()
protected ColorUIResource
getSecondary1()
protected ColorUIResource
getSecondary2()
protected ColorUIResource
getSecondary3()
ColorUIResource
getSeparatorBackground()
ColorUIResource
getSimpleInternalFrameBackground()
protected ColorUIResource
getSoftWhite()
ColorUIResource
getTitleTextColor()
ColorUIResource
getToggleButtonCheckColor()

Methods inherited from class com.jgoodies.looks.plastic.PlasticTheme

equals, getBlack, getControlTextFont, getFontSet, getMenuForeground, getMenuItemBackground, getMenuItemSelectedBackground, getMenuItemSelectedForeground, getMenuTextFont, getSimpleInternalFrameBackground, getSimpleInternalFrameForeground, getSubTextFont, getSystemTextColor, getSystemTextFont, getTitleTextColor, getTitleTextFont, getToggleButtonCheckColor, getUserTextFont, getWhite, getWindowTitleFont, hashCode

Method Details

addCustomEntriesToTable

public void addCustomEntriesToTable(UIDefaults table)

getControlDisabled

public ColorUIResource getControlDisabled()

getControlHighlight

public ColorUIResource getControlHighlight()

getControlInfo

public ColorUIResource getControlInfo()

getFocusColor

public ColorUIResource getFocusColor()

getInactiveSystemTextColor

public ColorUIResource getInactiveSystemTextColor()

getMenuDisabledForeground

public ColorUIResource getMenuDisabledForeground()

getMenuItemSelectedBackground

public ColorUIResource getMenuItemSelectedBackground()
Overrides:
getMenuItemSelectedBackground in interface PlasticTheme

getMenuItemSelectedForeground

public ColorUIResource getMenuItemSelectedForeground()
Overrides:
getMenuItemSelectedForeground in interface PlasticTheme

getMenuSelectedBackground

public ColorUIResource getMenuSelectedBackground()

getMenuSelectedForeground

public ColorUIResource getMenuSelectedForeground()

getPrimary1

protected ColorUIResource getPrimary1()

getPrimary2

protected ColorUIResource getPrimary2()

getPrimary3

protected ColorUIResource getPrimary3()

getPrimaryControlHighlight

public ColorUIResource getPrimaryControlHighlight()

getSecondary1

protected ColorUIResource getSecondary1()

getSecondary2

protected ColorUIResource getSecondary2()

getSecondary3

protected ColorUIResource getSecondary3()

getSeparatorBackground

public ColorUIResource getSeparatorBackground()

getSimpleInternalFrameBackground

public ColorUIResource getSimpleInternalFrameBackground()
Overrides:
getSimpleInternalFrameBackground in interface PlasticTheme

getSoftWhite

protected ColorUIResource getSoftWhite()

getTitleTextColor

public ColorUIResource getTitleTextColor()
Overrides:
getTitleTextColor in interface PlasticTheme

getToggleButtonCheckColor

public ColorUIResource getToggleButtonCheckColor()
Overrides:
getToggleButtonCheckColor in interface PlasticTheme

Copyright © 2001-2008 JGoodies Karsten Lentzsch. All Rights Reserved.