org.jdesktop.swingx.plaf.nimbus
Class NimbusLookAndFeelAddons

java.lang.Object
  extended by org.jdesktop.swingx.plaf.LookAndFeelAddons
      extended by org.jdesktop.swingx.plaf.basic.BasicLookAndFeelAddons
          extended by org.jdesktop.swingx.plaf.nimbus.NimbusLookAndFeelAddons

@MetaInfServices(value=LookAndFeelAddons.class)
public class NimbusLookAndFeelAddons
extends BasicLookAndFeelAddons


Constructor Summary
NimbusLookAndFeelAddons()
           
 
Method Summary
protected  boolean matches()
          Determines if the addon is a match for the current 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, 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
 

Constructor Detail

NimbusLookAndFeelAddons

public NimbusLookAndFeelAddons()
Method Detail

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


Copyright © 2012. All Rights Reserved.