org.jdesktop.swingx.plaf.basic
Class BasicLookAndFeelAddons

java.lang.Object
  extended by org.jdesktop.swingx.plaf.LookAndFeelAddons
      extended by org.jdesktop.swingx.plaf.basic.BasicLookAndFeelAddons
Direct Known Subclasses:
LinuxLookAndFeelAddons, MacOSXLookAndFeelAddons, MetalLookAndFeelAddons, MotifLookAndFeelAddons, NimbusLookAndFeelAddons, WindowsLookAndFeelAddons

public abstract class BasicLookAndFeelAddons
extends LookAndFeelAddons

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
BasicLookAndFeelAddons()
           
 
Method Summary
 void initialize()
          Initializes the look and feel addon.
 void uninitialize()
          
 
Methods inherited from class org.jdesktop.swingx.plaf.LookAndFeelAddons
contribute, getAddon, getBestMatchAddonClassName, getCrossPlatformAddonClassName, getSystemAddonClassName, getUI, installBackgroundPainter, isSystemAddon, isTrackingLookAndFeelChanges, loadDefaults, matches, setAddon, setAddon, setAddon, setTrackingLookAndFeelChanges, uncontribute, uninstallBackgroundPainter, unloadDefaults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicLookAndFeelAddons

public BasicLookAndFeelAddons()
Method Detail

initialize

public void initialize()
Initializes the look and feel addon. This method is

Overrides:
initialize in class LookAndFeelAddons
See Also:
LookAndFeelAddons.uninitialize(), UIManager.setLookAndFeel(javax.swing.LookAndFeel)

uninitialize

public void uninitialize()

Overrides:
uninitialize in class LookAndFeelAddons


Copyright © 2012. All Rights Reserved.