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.
 class ColumnHeaderRendererAddon
          Addon for ColumnHeaderRenderer.
 class JXHyperlinkAddon
          Addon for JXHyperlink.
 class JXLoginPanelAddon
           
 class JXTaskPaneAddon
          Addon for JXTaskPane.
 class JXTaskPaneContainerAddon
          Addon for JXTaskPaneContainer.
 class JXTipOfTheDayAddon
          Addon for JXTipOfTheDay.
 class JXTitledPanelAddon
          Addon for JXTitledPanel.
 

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 © 2005 Sun Microsystems All Rights Reserved.