Package org.jdesktop.swingx.plaf.metal
Class MetalLookAndFeelAddons
- java.lang.Object
-
- org.jdesktop.swingx.plaf.LookAndFeelAddons
-
- org.jdesktop.swingx.plaf.basic.BasicLookAndFeelAddons
-
- org.jdesktop.swingx.plaf.metal.MetalLookAndFeelAddons
-
@MetaInfServices(LookAndFeelAddons.class) public class MetalLookAndFeelAddons extends BasicLookAndFeelAddons
MetalLookAndFeelAddons.
-
-
Constructor Summary
Constructors Constructor Description MetalLookAndFeelAddons()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.lang.Object[]getDefaults()voidinitialize()Initializes the look and feel addon.protected booleanmatches()Determines if the addon is a match for thecurrent Look and Feel.voiduninitialize()-
Methods inherited from class org.jdesktop.swingx.plaf.LookAndFeelAddons
contribute, getAddon, getBestMatchAddonClassName, getCrossPlatformAddonClassName, getSystemAddonClassName, getUI, installBackgroundPainter, isSystemAddon, isTrackingLookAndFeelChanges, loadDefaults, setAddon, setAddon, setAddon, setTrackingLookAndFeelChanges, uncontribute, uninstallBackgroundPainter, unloadDefaults
-
-
-
-
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
-
initialize
public void initialize()
Description copied from class:BasicLookAndFeelAddonsInitializes the look and feel addon. This method is- Overrides:
initializein classBasicLookAndFeelAddons- See Also:
LookAndFeelAddons.uninitialize(),UIManager.setLookAndFeel(javax.swing.LookAndFeel)
-
uninitialize
public void uninitialize()
Description copied from class:BasicLookAndFeelAddons- Overrides:
uninitializein classBasicLookAndFeelAddons
-
getDefaults
private java.lang.Object[] getDefaults()
-
-