com.jgoodies.looks.plastic.theme

Class SkyBluer

Known Direct Subclasses:
AbstractSkyTheme, DesertBluer

public class SkyBluer
extends PlasticTheme

A theme with medium blue primary colors and a light gray window background.
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
getFocusColor()
ColorUIResource
getMenuItemSelectedBackground()
ColorUIResource
getMenuItemSelectedForeground()
ColorUIResource
getMenuSelectedBackground()
String
getName()
protected ColorUIResource
getPrimary1()
protected ColorUIResource
getPrimary2()
protected ColorUIResource
getPrimary3()
protected ColorUIResource
getSecondary1()
protected ColorUIResource
getSecondary2()
protected ColorUIResource
getSecondary3()

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)

getFocusColor

public ColorUIResource getFocusColor()

getMenuItemSelectedBackground

public ColorUIResource getMenuItemSelectedBackground()
Overrides:
getMenuItemSelectedBackground in interface PlasticTheme

getMenuItemSelectedForeground

public ColorUIResource getMenuItemSelectedForeground()
Overrides:
getMenuItemSelectedForeground in interface PlasticTheme

getMenuSelectedBackground

public ColorUIResource getMenuSelectedBackground()

getName

public String getName()

getPrimary1

protected ColorUIResource getPrimary1()

getPrimary2

protected ColorUIResource getPrimary2()

getPrimary3

protected ColorUIResource getPrimary3()

getSecondary1

protected ColorUIResource getSecondary1()

getSecondary2

protected ColorUIResource getSecondary2()

getSecondary3

protected ColorUIResource getSecondary3()

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