Uses of Class
org.jdesktop.swingx.JXHeader

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

Uses of JXHeader in org.jdesktop.swingx.plaf.basic
 

Methods in org.jdesktop.swingx.plaf.basic with parameters of type JXHeader
protected  void BasicHeaderUI.installComponentDefaults(JXHeader header)
          Configures the component default properties from the given header.
protected  void BasicHeaderUI.installComponents(JXHeader header)
          Creates, configures, adds contained components.
protected  void BasicHeaderUI.installDefaults(JXHeader header)
          Installs default header properties.
protected  void BasicHeaderUI.installListeners(JXHeader header)
           
protected  void BasicHeaderUI.onPropertyChange(JXHeader h, String propertyName, Object oldValue, Object newValue)
           
protected  void BasicHeaderUI.uninstallComponentDefaults(JXHeader header)
          Uninstalls component defaults.
protected  void BasicHeaderUI.uninstallComponents(JXHeader header)
          Unconfigures, removes and nulls contained components.
protected  void BasicHeaderUI.uninstallDefaults(JXHeader h)
          Uninstalls the given header's default properties.
protected  void BasicHeaderUI.uninstallListeners(JXHeader h)