com.jgoodies.looks.plastic

Class Plastic3DLookAndFeel

Known Direct Subclasses:
PlasticXPLookAndFeel

public class Plastic3DLookAndFeel
extends PlasticLookAndFeel

Intializes class and component defaults for the JGoodies Plastic3D look&feel.
Version:
$Revision: 1.7 $
Author:
Karsten Lentzsch

Field Summary

Fields inherited from class com.jgoodies.looks.plastic.PlasticLookAndFeel

BORDER_STYLE_KEY, DEFAULT_THEME_KEY, HIGH_CONTRAST_FOCUS_ENABLED_KEY, IS_3D_KEY, TAB_STYLE_DEFAULT_VALUE, TAB_STYLE_KEY, TAB_STYLE_METAL_VALUE

Constructor Summary

Plastic3DLookAndFeel()
Constructs the JGoodies Plastic3D look&feel.

Method Summary

String
getDescription()
String
getID()
String
getName()
protected void
initComponentDefaults(UIDefaults table)
Initializes the Plastic3D component defaults.
protected static void
installDefaultThemes()
protected boolean
is3DEnabled()

Methods inherited from class com.jgoodies.looks.plastic.PlasticLookAndFeel

createMyDefaultTheme, createTheme, getControl, getControlDarkShadow, getControlHighlight, getDescription, getDisabledIcon, getFocusColor, getFontPolicy, getHighContrastFocusColorsEnabled, getID, getInstalledThemes, getInternalFrameBorder, getMenuItemBackground, getMenuItemSelectedBackground, getMenuItemSelectedForeground, getMicroLayoutPolicy, getName, getPaletteBorder, getPlasticTheme, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSimpleInternalFrameBackground, getSimpleInternalFrameForeground, getTabStyle, getTitleTextColor, getTitleTextFont, getWindowTitleBackground, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground, initClassDefaults, initComponentDefaults, initSystemColorDefaults, initialize, installDefaultThemes, installTheme, is3DEnabled, isSelectTextOnKeyboardFocusGained, set3DEnabled, setFontPolicy, setHighContrastFocusColorsEnabled, setMicroLayoutPolicy, setPlasticTheme, setSelectTextOnKeyboardFocusGained, setTabStyle, uninitialize

Constructor Details

Plastic3DLookAndFeel

public Plastic3DLookAndFeel()
Constructs the JGoodies Plastic3D look&feel.

Method Details

getDescription

public String getDescription()
Overrides:
getDescription in interface PlasticLookAndFeel

getID

public String getID()
Overrides:
getID in interface PlasticLookAndFeel

getName

public String getName()
Overrides:
getName in interface PlasticLookAndFeel

initComponentDefaults

protected void initComponentDefaults(UIDefaults table)
Initializes the Plastic3D component defaults.
Overrides:
initComponentDefaults in interface PlasticLookAndFeel
Parameters:
table - the UIDefaults table to work with

installDefaultThemes

protected static void installDefaultThemes()
Overrides:
installDefaultThemes in interface PlasticLookAndFeel

is3DEnabled

protected boolean is3DEnabled()
Overrides:
is3DEnabled in interface PlasticLookAndFeel

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