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

Packages that use PlasticTheme
com.jgoodies.looks.plastic Contains the classes for the JGoodies Plastic L&Fs 
com.jgoodies.looks.plastic.theme Contains theme classes for the JGoodies Plastic L&Fs 
 

Uses of PlasticTheme in com.jgoodies.looks.plastic
 

Methods in com.jgoodies.looks.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()
          Deprecated. Replaced by PlasticLookAndFeel.getPlasticTheme().
static PlasticTheme PlasticLookAndFeel.getPlasticTheme()
          Lazily initializes and returns the PlasticTheme.
 

Methods in com.jgoodies.looks.plastic with parameters of type PlasticTheme
static void PlasticLookAndFeel.installTheme(PlasticTheme theme)
          Installs a color theme.
static void PlasticLookAndFeel.setMyCurrentTheme(PlasticTheme theme)
          Deprecated. Replaced by PlasticLookAndFeel.setPlasticTheme(PlasticTheme).
static void PlasticLookAndFeel.setPlasticTheme(PlasticTheme theme)
          Sets the theme for colors and fonts used by the Plastic L&F.
 

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

Subclasses of PlasticTheme in com.jgoodies.looks.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 ExperienceRoyale
          A theme with low saturated blue primary colors and a light gray/blueish window background.
 class InvertedColorTheme
          The abstract superclass of all inverted Plastic themes, that have light foreground and dark window background colors.
 class LightGray
          A very light color theme intended to be used on Windows Vista in Aero style.
 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 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-2006 JGoodies Karsten Lentzsch. All Rights Reserved.