Package org.jdesktop.swingx.plaf.linux
Class LinuxLookAndFeelAddons
- java.lang.Object
-
- org.jdesktop.swingx.plaf.LookAndFeelAddons
-
- org.jdesktop.swingx.plaf.basic.BasicLookAndFeelAddons
-
- org.jdesktop.swingx.plaf.linux.LinuxLookAndFeelAddons
-
@MetaInfServices(LookAndFeelAddons.class) public class LinuxLookAndFeelAddons extends BasicLookAndFeelAddons
-
-
Constructor Summary
Constructors Constructor Description LinuxLookAndFeelAddons()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize()Initializes the look and feel addon.protected booleanisSystemAddon()Determines if the addon is a match for the system Look and Feel.protected booleanmatches()Determines if the addon is a match for thecurrent Look and Feel.-
Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicLookAndFeelAddons
uninitialize
-
Methods inherited from class org.jdesktop.swingx.plaf.LookAndFeelAddons
contribute, getAddon, getBestMatchAddonClassName, getCrossPlatformAddonClassName, getSystemAddonClassName, getUI, installBackgroundPainter, 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
-
isSystemAddon
protected boolean isSystemAddon()
Determines if the addon is a match for the system Look and Feel.- Overrides:
isSystemAddonin classLookAndFeelAddons- Returns:
trueif this addon matches (is compatible with) the system Look and Feel;falseotherwise
-
initialize
public void initialize()
Initializes the look and feel addon. This method is- Overrides:
initializein classBasicLookAndFeelAddons- See Also:
LookAndFeelAddons.uninitialize(),UIManager.setLookAndFeel(javax.swing.LookAndFeel)
-
-