Class NimbusLookAndFeelAddons
java.lang.Object
org.jdesktop.swingx.plaf.LookAndFeelAddons
org.jdesktop.swingx.plaf.basic.BasicLookAndFeelAddons
org.jdesktop.swingx.plaf.nimbus.NimbusLookAndFeelAddons
@MetaInfServices(LookAndFeelAddons.class)
public class NimbusLookAndFeelAddons
extends BasicLookAndFeelAddons
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanmatches()Determines if the addon is a match for thecurrent Look and Feel.Methods inherited from class BasicLookAndFeelAddons
initialize, uninitializeMethods inherited from class LookAndFeelAddons
contribute, getAddon, getBestMatchAddonClassName, getCrossPlatformAddonClassName, getSystemAddonClassName, getUI, installBackgroundPainter, isSystemAddon, isTrackingLookAndFeelChanges, loadDefaults, setAddon, setAddon, setAddon, setTrackingLookAndFeelChanges, uncontribute, uninstallBackgroundPainter, unloadDefaults
-
Constructor Details
-
NimbusLookAndFeelAddons
public NimbusLookAndFeelAddons()
-
-
Method Details
-
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
-