com.jgoodies.looks.plastic
Class Plastic3DLookAndFeel
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
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PlasticXPLookAndFeel
- public class Plastic3DLookAndFeel
- extends PlasticLookAndFeel
Intializes class and component defaults for the JGoodies Plastic3D
look&feel.
- Version:
- $Revision: 1.3 $
- Author:
- Karsten Lentzsch
- See Also:
- Serialized Form
Methods inherited from class com.jgoodies.looks.plastic.PlasticLookAndFeel |
createMyDefaultTheme, createTheme, getControl, getControlDarkShadow, getControlHighlight, getFocusColor, getFontSizeHints, getHighContrastFocusColorsEnabled, getInstalledThemes, getInternalFrameBorder, getMenuItemBackground, getMenuItemSelectedBackground, getMenuItemSelectedForeground, getMyCurrentTheme, getPaletteBorder, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSimpleInternalFrameBackground, getSimpleInternalFrameForeground, getTabStyle, getTitleTextColor, getTitleTextFont, getWindowTitleBackground, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground, initClassDefaults, initialize, initSystemColorDefaults, installTheme, set3DEnabled, setFontSizeHints, setHighContrastFocusColorsEnabled, setMyCurrentTheme, setTabStyle, uninitialize |
Methods inherited from class javax.swing.plaf.metal.MetalLookAndFeel |
createDefaultTheme, getAcceleratorForeground, getAcceleratorSelectedForeground, getBlack, getControlDisabled, getControlInfo, getControlShadow, getControlTextColor, getControlTextFont, getDefaults, getDesktopColor, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, 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, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, toString, uninstallBorder |
Plastic3DLookAndFeel
public Plastic3DLookAndFeel()
- Constructs the JGoodies Plastic3D look&feel.
getID
public String getID()
- Overrides:
getID
in class PlasticLookAndFeel
getName
public String getName()
- Overrides:
getName
in class PlasticLookAndFeel
getDescription
public String getDescription()
- Overrides:
getDescription
in class PlasticLookAndFeel
is3DEnabled
protected boolean is3DEnabled()
- Overrides:
is3DEnabled
in class PlasticLookAndFeel
initComponentDefaults
protected void initComponentDefaults(UIDefaults table)
- Initializes the Plastic3D component defaults.
- Overrides:
initComponentDefaults
in class PlasticLookAndFeel
- Parameters:
table
- the UIDefaults table to work with
installDefaultThemes
protected static void installDefaultThemes()
- Description copied from class:
PlasticLookAndFeel
- Install the default color themes.
Copyright © 2001-2005 JGoodies Karsten Lentzsch. All Rights Reserved.