Package 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(LookAndFeelAddons.class) public class WindowsLookAndFeelAddons extends BasicLookAndFeelAddons
Adds new pluggable UI following the Windows XP look and feel.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringHOMESTEAD_VISUAL_STYLEstatic java.lang.StringSILVER_VISUAL_STYLEstatic java.lang.StringVISTA_VISUAL_STYLE
-
Constructor Summary
Constructors Constructor Description WindowsLookAndFeelAddons()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisSystemAddon()Determines if the addon is a match for the system Look and Feel.protected booleanmatches()Determines if the addon is a match for thecurrent Look and Feel.-
Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicLookAndFeelAddons
initialize, uninitialize
-
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
-
-
-
-
Field Detail
-
HOMESTEAD_VISUAL_STYLE
public static final java.lang.String HOMESTEAD_VISUAL_STYLE
- See Also:
- Constant Field Values
-
SILVER_VISUAL_STYLE
public static final java.lang.String SILVER_VISUAL_STYLE
- See Also:
- Constant Field Values
-
VISTA_VISUAL_STYLE
public static final java.lang.String VISTA_VISUAL_STYLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
matches
protected boolean matches()
Determines if the addon is a match for thecurrent Look and Feel.- Overrides:
matchesin classLookAndFeelAddons- Returns:
trueif this addon matches (is compatible);falseotherwise
-
isSystemAddon
protected boolean isSystemAddon()
Determines if the addon is a match for the system Look and Feel.- Overrides:
isSystemAddonin classLookAndFeelAddons- Returns:
trueif this addon matches (is compatible with) the system Look and Feel;falseotherwise
-
-