swingx
Version 2005-08-19

org.jdesktop.swingx.plaf
Class ColumnHeaderRendererAddon

java.lang.Object
  extended by org.jdesktop.swingx.plaf.AbstractComponentAddon
      extended by org.jdesktop.swingx.plaf.ColumnHeaderRendererAddon
All Implemented Interfaces:
ComponentAddon

public class ColumnHeaderRendererAddon
extends AbstractComponentAddon

Addon for ColumnHeaderRenderer.

Loads LF specific sort icons.


Constructor Summary
ColumnHeaderRendererAddon()
           
 
Method Summary
 void initialize(LookAndFeelAddons addon)
          Initializes this addon (i.e register UI classes, colors, fonts, borders, any UIResource used by the component class).
 void uninitialize(LookAndFeelAddons addon)
          Uninitializes this addon.
 
Methods inherited from class org.jdesktop.swingx.plaf.AbstractComponentAddon
addBasicDefaults, addMacDefaults, addMetalDefaults, addMotifDefaults, addResource, addWindowsDefaults, getName, isMac, isMetal, isMotif, isPlastic, isSynth, isWindows
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnHeaderRendererAddon

public ColumnHeaderRendererAddon()
Method Detail

initialize

public void initialize(LookAndFeelAddons addon)
Description copied from interface: ComponentAddon
Initializes this addon (i.e register UI classes, colors, fonts, borders, any UIResource used by the component class). When initializing, the addon can register different resources based on the addon or the current look and feel.

Specified by:
initialize in interface ComponentAddon
Overrides:
initialize in class AbstractComponentAddon
Parameters:
addon - the current addon

uninitialize

public void uninitialize(LookAndFeelAddons addon)
Description copied from interface: ComponentAddon
Uninitializes this addon.

Specified by:
uninitialize in interface ComponentAddon
Overrides:
uninitialize in class AbstractComponentAddon

swingx
Version 2005-08-19