Package org.jdesktop.swingx.plaf.nimbus
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 Constructor Description NimbusLookAndFeelAddons()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, 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:
matches
in classLookAndFeelAddons
- Returns:
true
if this addon matches (is compatible);false
otherwise
-
-