org.jdesktop.swingx.plaf.windows
Class WindowsLookAndFeelAddons
java.lang.Object
org.jdesktop.swingx.plaf.LookAndFeelAddons
org.jdesktop.swingx.plaf.basic.BasicLookAndFeelAddons
org.jdesktop.swingx.plaf.windows.WindowsLookAndFeelAddons
- Direct Known Subclasses:
- WindowsClassicLookAndFeelAddons
@MetaInfServices(value=LookAndFeelAddons.class)
public class WindowsLookAndFeelAddons
- extends BasicLookAndFeelAddons
Adds new pluggable UI following the Windows XP look and feel.
Method Summary |
protected boolean |
isSystemAddon()
Determines if the addon is a match for the system Look and Feel. |
protected boolean |
matches()
Determines if the addon is a match for the current Look and
Feel . |
Methods inherited from class org.jdesktop.swingx.plaf.LookAndFeelAddons |
contribute, getAddon, getBestMatchAddonClassName, getCrossPlatformAddonClassName, getSystemAddonClassName, getUI, installBackgroundPainter, isTrackingLookAndFeelChanges, loadDefaults, setAddon, setAddon, setAddon, setTrackingLookAndFeelChanges, uncontribute, uninstallBackgroundPainter, unloadDefaults |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HOMESTEAD_VISUAL_STYLE
public static final String HOMESTEAD_VISUAL_STYLE
- See Also:
- Constant Field Values
SILVER_VISUAL_STYLE
public static final String SILVER_VISUAL_STYLE
- See Also:
- Constant Field Values
VISTA_VISUAL_STYLE
public static final String VISTA_VISUAL_STYLE
- See Also:
- Constant Field Values
WindowsLookAndFeelAddons
public WindowsLookAndFeelAddons()
matches
protected boolean matches()
- Determines if the addon is a match for the
current Look and
Feel
.
- Overrides:
matches
in class LookAndFeelAddons
- Returns:
true
if this addon matches (is compatible); false
otherwise
isSystemAddon
protected boolean isSystemAddon()
- Determines if the addon is a match for the system Look and Feel.
- Overrides:
isSystemAddon
in class LookAndFeelAddons
- Returns:
true
if this addon matches (is compatible with) the system Look and Feel;
false
otherwise
Copyright © 2012. All Rights Reserved.