Uses of Class
com.jgoodies.looks.plastic.PlasticTheme
Packages that use PlasticTheme
Package
Description
Contains the classes for the JGoodies Plastic L&Fs.
Contains theme classes for the JGoodies Plastic L&Fs.
-
Uses of PlasticTheme in com.jgoodies.looks.plastic
Fields in com.jgoodies.looks.plastic with type parameters of type PlasticThemeModifier and TypeFieldDescriptionprivate static List
<PlasticTheme> PlasticLookAndFeel.installedThemes
The List of installed Plastic themes.Methods in com.jgoodies.looks.plastic that return PlasticThemeModifier and TypeMethodDescriptionstatic 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.getPlasticTheme()
Lazily initializes and returns the PlasticTheme.Methods in com.jgoodies.looks.plastic with parameters of type PlasticThemeModifier and TypeMethodDescriptionstatic void
PlasticLookAndFeel.installTheme
(PlasticTheme theme) Installs a color theme.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.themeModifier and TypeClassDescriptionclass
A theme with low saturated blue primary colors and a light gray window background.class
An inverted theme with light foreground colors and a dark brown window background.class
An inverted theme with light foreground colors and a black window background.class
A theme with low saturated blue primary colors and a light brown window background.class
A theme with medium saturated blue primary colors and a light brown window background.class
A theme with low saturated green primary colors and a light brown window background.class
A theme with low saturated red primary colors and a light brown window background.class
A theme with low saturated yellow primary colors and a light brown window background.class
A theme with low saturated blue primary colors and a light brown window background.class
A theme with low saturated green primary colors and a light brown window background.class
A theme with low saturated blue primary colors and a light gray/blueish window background.class
The abstract superclass of all inverted Plastic themes, that have light foreground and dark window background colors.class
A very light color theme intended to be used on Windows Vista in Aero style.class
A completely gray or silver theme that has been optimized to work in Windows XP environments.class
A theme with low saturated blue primary colors and a light gray window background.class
A theme with medium blue primary colors and a light gray window background.class
A theme with low saturated green primary colors and a light gray window background.class
A theme with metal blue primary colors and a light gray window background.class
A theme with pink foreground and a light gray window background color.class
A theme with low saturated red primary colors and a light gray window background.class
A theme with yellow primary colors and a light gray window background.