Uses of Class
com.jgoodies.plaf.plastic.PlasticTheme

Packages that use PlasticTheme
com.jgoodies.plaf.plastic   
com.jgoodies.plaf.plastic.theme   
 

Uses of PlasticTheme in com.jgoodies.plaf.plastic
 

Methods in com.jgoodies.plaf.plastic that return PlasticTheme
static PlasticTheme PlasticLookAndFeel.createMyDefaultTheme()
          Creates and returns the default color theme.
protected static PlasticTheme PlasticLookAndFeel.createTheme(String themeName)
          Creates and returns a color theme from the specified theme name.
static PlasticTheme PlasticLookAndFeel.getMyCurrentTheme()
          Gets the current PlasticTheme.
 

Methods in com.jgoodies.plaf.plastic with parameters of type PlasticTheme
static void PlasticLookAndFeel.installTheme(PlasticTheme theme)
          Installs a color theme.
static void PlasticLookAndFeel.setMyCurrentTheme(PlasticTheme theme)
          Sets a new PlasticTheme for colors and fonts.
 

Uses of PlasticTheme in com.jgoodies.plaf.plastic.theme
 

Subclasses of PlasticTheme in com.jgoodies.plaf.plastic.theme
 class AbstractSkyTheme
          A theme with low saturated blue primary colors and a light gray window background.
 class BrownSugar
          An inverted theme with light foreground colors and a dark brown window background.
 class DarkStar
          An inverted theme with light foreground colors and a black window background.
 class DesertBlue
          A theme with low saturated blue primary colors and a light brown window background.
 class DesertBluer
          A theme with medium saturated blue primary colors and a light brown window background.
 class DesertGreen
          A theme with low saturated green primary colors and a light brown window background.
 class DesertRed
          A theme with low saturated red primary colors and a light brown window background.
 class DesertYellow
          A theme with low saturated yellow primary colors and a light brown window background.
 class ExperienceBlue
          A theme with low saturated blue primary colors and a light brown window background.
 class ExperienceGreen
          A theme with low saturated green primary colors and a light brown window background.
 class InvertedColorTheme
          The abstract superclass of all inverted Plastic themes, that have light foreground and dark window background colors.
 class Silver
          A completely gray or silver theme that has been optimized to work in Windows XP environments.
 class SkyBlue
          A theme with low saturated blue primary colors and a light gray window background.
 class SkyBluer
          A theme with medium blue primary colors and a light gray window background.
 class SkyBluerTahoma
          Unlike its superclass SkyBluer, this theme tries to lookup and use the MS Tahoma font.
 class SkyGreen
          A theme with low saturated green primary colors and a light gray window background.
 class SkyKrupp
          A theme with metal blue primary colors and a light gray window background.
 class SkyPink
          A theme with pink foreground and a light gray window background color.
 class SkyRed
          A theme with low saturated red primary colors and a light gray window background.
 class SkyYellow
          A theme with yellow primary colors and a light gray window background.
 



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