Java com.jgoodies.looks.plastic PlasticLookAndFeel fields, constructors, methods, implement or subclass

Example usage for Java com.jgoodies.looks.plastic PlasticLookAndFeel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.jgoodies.looks.plastic PlasticLookAndFeel.

The text is from its open source code.

Field

StringBORDER_STYLE_KEY
Client property key to set a border style - shadows the header style.
StringIS_3D_KEY
Client property key to disable the pseudo 3D effect.
StringTAB_STYLE_DEFAULT_VALUE
A System property value that indicates that Plastic shall render tabs in the Plastic 1.0 style.
StringTAB_STYLE_METAL_VALUE
A System property value that indicates that Plastic shall render tabs in the Metal L&F style.

Constructor

PlasticLookAndFeel()
Constructs the PlasticLookAndFeel, creates the default theme and sets it as current Plastic theme.

Method

PlasticThemecreateMyDefaultTheme()
Creates and returns the default color theme.
ColorUIResourcegetControl()
ColorUIResourcegetControlDarkShadow()
ColorUIResourcegetControlHighlight()
ColorUIResourcegetFocusColor()
FontPolicygetFontPolicy()
Looks up and retrieves the FontPolicy used by the JGoodies Plastic Look&Feel family.
ListgetInstalledThemes()
Lazily initializes and returns the List of installed color themes.
PlasticThemegetPlasticTheme()
Lazily initializes and returns the PlasticTheme.
ColorUIResourcegetPrimaryControl()
ColorUIResourcegetPrimaryControlDarkShadow()
voidset3DEnabled(boolean b)
voidsetFontPolicy(FontPolicy fontPolicy)
Sets the FontPolicy to be used with the JGoodies Plastic L&F family.
voidsetHighContrastFocusColorsEnabled(boolean b)
voidsetPlasticTheme(PlasticTheme theme)
Sets the theme for colors and fonts used by the Plastic L&F.

After setting the theme, you need to re-install the Look&Feel, as well as update the UI's of any previously created components - just as if you'd change the Look&Feel.

voidsetTabStyle(String tabStyle)