Package org.jdesktop.swingx.plaf.windows
Class WindowsClassicLookAndFeelAddons
java.lang.Object
org.jdesktop.swingx.plaf.LookAndFeelAddons
org.jdesktop.swingx.plaf.basic.BasicLookAndFeelAddons
org.jdesktop.swingx.plaf.windows.WindowsLookAndFeelAddons
org.jdesktop.swingx.plaf.windows.WindowsClassicLookAndFeelAddons
@MetaInfServices(LookAndFeelAddons.class)
public class WindowsClassicLookAndFeelAddons
extends WindowsLookAndFeelAddons
Adds new pluggable UI following the Windows Classic look and feel. Currently
it extends the XP look and feel and overrides the
JTaskPane
and JTaskPaneGroup
UIs.-
Field Summary
Fields inherited from class org.jdesktop.swingx.plaf.windows.WindowsLookAndFeelAddons
HOMESTEAD_VISUAL_STYLE, SILVER_VISUAL_STYLE, VISTA_VISUAL_STYLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Determines if the addon is a match for the system Look and Feel.protected boolean
matches()
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
-
Constructor Details
-
WindowsClassicLookAndFeelAddons
public WindowsClassicLookAndFeelAddons()
-
-
Method Details
-
matches
protected boolean matches()Determines if the addon is a match for thecurrent Look and Feel
.- Overrides:
matches
in classWindowsLookAndFeelAddons
- 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 classWindowsLookAndFeelAddons
- Returns:
true
if this addon matches (is compatible with) the system Look and Feel;false
otherwise
-