com.jgoodies.looks.plastic
Class PlasticXPLookAndFeel
java.lang.Object
javax.swing.LookAndFeel
javax.swing.plaf.basic.BasicLookAndFeel
javax.swing.plaf.metal.MetalLookAndFeel
com.jgoodies.looks.plastic.PlasticLookAndFeel
com.jgoodies.looks.plastic.Plastic3DLookAndFeel
com.jgoodies.looks.plastic.PlasticXPLookAndFeel
- All Implemented Interfaces:
- Serializable
public class PlasticXPLookAndFeel
- extends Plastic3DLookAndFeel
Intializes class and component defaults for the
JGoodies PlasticXP look&feel.
- Version:
- $Revision: 1.12 $
- Author:
- Karsten Lentzsch
- See Also:
- Serialized Form
Methods inherited from class com.jgoodies.looks.plastic.PlasticLookAndFeel |
createMyDefaultTheme, createTheme, getControl, getControlDarkShadow, getControlHighlight, getDisabledIcon, getFocusColor, getFontPolicy, getHighContrastFocusColorsEnabled, getInstalledThemes, getInternalFrameBorder, getMenuItemBackground, getMenuItemSelectedBackground, getMenuItemSelectedForeground, getMicroLayoutPolicy, getPaletteBorder, getPlasticTheme, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSimpleInternalFrameBackground, getSimpleInternalFrameForeground, getTabStyle, getTitleTextColor, getTitleTextFont, getWindowTitleBackground, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground, initialize, initSystemColorDefaults, installTheme, isSelectTextOnKeyboardFocusGained, set3DEnabled, setFontPolicy, setHighContrastFocusColorsEnabled, setMicroLayoutPolicy, setPlasticTheme, setSelectTextOnKeyboardFocusGained, setTabStyle, uninitialize |
Methods inherited from class javax.swing.plaf.metal.MetalLookAndFeel |
createDefaultTheme, getAcceleratorForeground, getAcceleratorSelectedForeground, getBlack, getControlDisabled, getControlInfo, getControlShadow, getControlTextColor, getControlTextFont, getCurrentTheme, getDefaults, getDesktopColor, getDisabledSelectedIcon, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, getLayoutStyle, getMenuBackground, getMenuDisabledForeground, getMenuForeground, getMenuSelectedBackground, getMenuSelectedForeground, getMenuTextFont, getSeparatorBackground, getSeparatorForeground, getSubTextFont, getSupportsWindowDecorations, getSystemTextColor, getSystemTextFont, getTextHighlightColor, getUserTextColor, getUserTextFont, getWhite, getWindowBackground, getWindowTitleFont, isNativeLookAndFeel, isSupportedLookAndFeel, provideErrorFeedback, setCurrentTheme |
Methods inherited from class javax.swing.LookAndFeel |
getDesktopPropertyValue, installBorder, installColors, installColorsAndFont, installProperty, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, toString, uninstallBorder |
PlasticXPLookAndFeel
public PlasticXPLookAndFeel()
- Constructs the JGoodies PlasticXP look&feel.
getID
public String getID()
- Overrides:
getID
in class Plastic3DLookAndFeel
getName
public String getName()
- Overrides:
getName
in class Plastic3DLookAndFeel
getDescription
public String getDescription()
- Overrides:
getDescription
in class Plastic3DLookAndFeel
initClassDefaults
protected void initClassDefaults(UIDefaults table)
- Initializes the PlasticXP class defaults.
Overrides the UIS for check box, radio button, and spinner.
- Overrides:
initClassDefaults
in class PlasticLookAndFeel
- Parameters:
table
- the UIDefaults table to work with- See Also:
BasicLookAndFeel.getDefaults()
initComponentDefaults
protected void initComponentDefaults(UIDefaults table)
- Initializes the PlasticXP component defaults.
- Overrides:
initComponentDefaults
in class Plastic3DLookAndFeel
- Parameters:
table
- the UIDefaults table to work with
installDefaultThemes
protected static void installDefaultThemes()
Copyright © 2001-2007 JGoodies Karsten Lentzsch. All Rights Reserved.