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(value=LookAndFeelAddons.class)
public class MetalLookAndFeelAddons
- extends BasicLookAndFeelAddons
MetalLookAndFeelAddons.
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetalLookAndFeelAddons
public MetalLookAndFeelAddons()
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
initialize
public void initialize()
- Description copied from class:
BasicLookAndFeelAddons
- Initializes the look and feel addon. This method is
- Overrides:
initialize
in class BasicLookAndFeelAddons
- See Also:
LookAndFeelAddons.uninitialize()
,
UIManager.setLookAndFeel(javax.swing.LookAndFeel)
uninitialize
public void uninitialize()
- Description copied from class:
BasicLookAndFeelAddons
-
- Overrides:
uninitialize
in class BasicLookAndFeelAddons
Copyright © 2012. All Rights Reserved.