com.jgoodies.looks.plastic.theme

Class InvertedColorTheme

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.4 $

Author: Karsten Lentzsch

Method Summary
voidaddCustomEntriesToTable(UIDefaults table)
ColorUIResourcegetControlDisabled()
ColorUIResourcegetControlHighlight()
ColorUIResourcegetControlInfo()
ColorUIResourcegetFocusColor()
ColorUIResourcegetInactiveSystemTextColor()
ColorUIResourcegetMenuDisabledForeground()
ColorUIResourcegetMenuItemSelectedBackground()
ColorUIResourcegetMenuItemSelectedForeground()
ColorUIResourcegetMenuSelectedBackground()
ColorUIResourcegetMenuSelectedForeground()
protected ColorUIResourcegetPrimary1()
protected ColorUIResourcegetPrimary2()
protected ColorUIResourcegetPrimary3()
ColorUIResourcegetPrimaryControlHighlight()
protected ColorUIResourcegetSecondary1()
protected ColorUIResourcegetSecondary2()
protected ColorUIResourcegetSecondary3()
ColorUIResourcegetSeparatorBackground()
ColorUIResourcegetSimpleInternalFrameBackground()
protected ColorUIResourcegetSoftWhite()
ColorUIResourcegetTitleTextColor()
ColorUIResourcegetToggleButtonCheckColor()

Method Detail

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()

getMenuItemSelectedForeground

public ColorUIResource getMenuItemSelectedForeground()

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()

getSoftWhite

protected ColorUIResource getSoftWhite()

getTitleTextColor

public ColorUIResource getTitleTextColor()

getToggleButtonCheckColor

public ColorUIResource getToggleButtonCheckColor()
Copyright © 2001-2007 JGoodies Karsten Lentzsch. All Rights Reserved.