Class BasicLookAndFeelAddons
java.lang.Object
org.jdesktop.swingx.plaf.LookAndFeelAddons
org.jdesktop.swingx.plaf.basic.BasicLookAndFeelAddons
- Direct Known Subclasses:
LinuxLookAndFeelAddons, MacOSXLookAndFeelAddons, MetalLookAndFeelAddons, MotifLookAndFeelAddons, NimbusLookAndFeelAddons, WindowsLookAndFeelAddons
Install simple pluggable UI. Usually not used directly, subclasses should be
preferred as this addon may not provide complete implementation of the
additional pluggable UIs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the look and feel addon.voidMethods inherited from class LookAndFeelAddons
contribute, getAddon, getBestMatchAddonClassName, getCrossPlatformAddonClassName, getSystemAddonClassName, getUI, installBackgroundPainter, isSystemAddon, isTrackingLookAndFeelChanges, loadDefaults, matches, setAddon, setAddon, setAddon, setTrackingLookAndFeelChanges, uncontribute, uninstallBackgroundPainter, unloadDefaults
-
Constructor Details
-
BasicLookAndFeelAddons
public BasicLookAndFeelAddons()
-
-
Method Details
-
initialize
public void initialize()Initializes the look and feel addon. This method is- Overrides:
initializein classLookAndFeelAddons- See Also:
-
uninitialize
public void uninitialize()- Overrides:
uninitializein classLookAndFeelAddons
-