| com.jgoodies.looks.windows.WindowsLookAndFeel
WindowsLookAndFeel | final public class WindowsLookAndFeel extends com.sun.java.swing.plaf.windows.WindowsLookAndFeel (Code) | | The main class of the JGoodies Windows Look&Feel.
This look provides several corrections and extensions to Sun's Windows L&F.
In addition it tries to provide a unified look for the J2SE 1.4.0x, 1.4.1x,
1.4.2, and 1.5 environments.
author: Karsten Lentzsch version: $Revision: 1.36 $ |
Field Summary | |
final public static String | BORDER_STYLE_KEY An optional client property key for JMenu and JToolBar
to set a border style - shadows the header style. |
BORDER_STYLE_KEY | final public static String BORDER_STYLE_KEY(Code) | | An optional client property key for JMenu and JToolBar
to set a border style - shadows the header style.
|
getCheckBoxIcon | public static Icon getCheckBoxIcon()(Code) | | |
getDisabledIcon | public Icon getDisabledIcon(JComponent component, Icon icon)(Code) | | Returns an icon with a disabled appearance. This method is used
to generate a disabled icon when one has not been specified.
This method will be used only on JDK 5.0 and later.
Parameters: component - the component that will display the icon, may be null. Parameters: icon - the icon to generate disabled icon from. disabled icon, or null if a suitable icon can not be generated. |
getRadioButtonIcon | public static Icon getRadioButtonIcon()(Code) | | |
initClassDefaults | protected void initClassDefaults(UIDefaults table)(Code) | | Initializes the class defaults, that is, overrides some UI delegates
with JGoodies Windows implementations.
|
initComponentDefaults | protected void initComponentDefaults(UIDefaults table)(Code) | | Initializes the component defaults.
|
initialize | public void initialize()(Code) | | Invoked during UIManager#setLookAndFeel . In addition
to the superclass behavior, we install the ShadowPopupFactory.
See Also: WindowsLookAndFeel.uninitialize |
uninitialize | public void uninitialize()(Code) | | Invoked during UIManager#setLookAndFeel . In addition
to the superclass behavior, we uninstall the ShadowPopupFactory.
See Also: WindowsLookAndFeel.initialize |
|
|