Uses of Interface
org.jdesktop.swingx.plaf.ComponentAddon

Packages that use ComponentAddon
org.jdesktop.swingx.plaf Provides pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels. 
 

Uses of ComponentAddon in org.jdesktop.swingx.plaf
 

Classes in org.jdesktop.swingx.plaf that implement ComponentAddon
 class AbstractComponentAddon
          Ease the work of creating an addon for a component.
 

Methods in org.jdesktop.swingx.plaf with parameters of type ComponentAddon
static void LookAndFeelAddons.contribute(ComponentAddon component)
          Each new component added by the library will contribute its default UI classes, colors and fonts to the LookAndFeelAddons.
static void LookAndFeelAddons.uncontribute(ComponentAddon component)
          Removes the contribution of the given addon
 



Copyright © 2012. All Rights Reserved.