org.jdesktop.swingx.plaf
Class JXTableAddon

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

public class JXTableAddon
extends java.lang.Object
implements ComponentAddon

Addon for JXTable.


Constructor Summary
JXTableAddon()
           
 
Method Summary
 java.lang.String getName()
           
 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JXTableAddon

public JXTableAddon()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface ComponentAddon
Returns:
the name of this addon

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
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