@MetaInfServices(value=LookAndFeelAddons.class) public class LinuxLookAndFeelAddons extends BasicLookAndFeelAddons
Constructor and Description |
---|
LinuxLookAndFeelAddons() |
Modifier and Type | Method and Description |
---|---|
void |
initialize()
Initializes the look and feel addon.
|
protected boolean |
isSystemAddon()
Determines if the addon is a match for the system Look and Feel.
|
protected boolean |
matches()
Determines if the addon is a match for the
current Look and
Feel . |
uninitialize
contribute, getAddon, getBestMatchAddonClassName, getCrossPlatformAddonClassName, getSystemAddonClassName, getUI, installBackgroundPainter, isTrackingLookAndFeelChanges, loadDefaults, setAddon, setAddon, setAddon, setTrackingLookAndFeelChanges, uncontribute, uninstallBackgroundPainter, unloadDefaults
protected boolean matches()
current Look and
Feel
.matches
in class LookAndFeelAddons
true
if this addon matches (is compatible); false
otherwiseprotected boolean isSystemAddon()
isSystemAddon
in class LookAndFeelAddons
true
if this addon matches (is compatible with) the system Look and Feel;
false
otherwisepublic void initialize()
initialize
in class BasicLookAndFeelAddons
LookAndFeelAddons.uninitialize()
,
UIManager.setLookAndFeel(javax.swing.LookAndFeel)
Copyright © 2013. All rights reserved.