@MetaInfServices(value=LookAndFeelAddons.class) public class WindowsLookAndFeelAddons extends BasicLookAndFeelAddons
| Modifier and Type | Field and Description |
|---|---|
static String |
HOMESTEAD_VISUAL_STYLE |
static String |
SILVER_VISUAL_STYLE |
static String |
VISTA_VISUAL_STYLE |
| Constructor and Description |
|---|
WindowsLookAndFeelAddons() |
| Modifier and Type | Method and Description |
|---|---|
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. |
initialize, uninitializecontribute, getAddon, getBestMatchAddonClassName, getCrossPlatformAddonClassName, getSystemAddonClassName, getUI, installBackgroundPainter, isTrackingLookAndFeelChanges, loadDefaults, setAddon, setAddon, setAddon, setTrackingLookAndFeelChanges, uncontribute, uninstallBackgroundPainter, unloadDefaultspublic static final String HOMESTEAD_VISUAL_STYLE
public static final String SILVER_VISUAL_STYLE
public static final String VISTA_VISUAL_STYLE
protected boolean matches()
current Look and
Feel.matches in class LookAndFeelAddonstrue if this addon matches (is compatible); false otherwiseprotected boolean isSystemAddon()
isSystemAddon in class LookAndFeelAddonstrue if this addon matches (is compatible with) the system Look and Feel;
false otherwiseCopyright © 2017. All Rights Reserved.