Uses of Class
org.jdesktop.swingx.JXHeader
-
Packages that use JXHeader Package Description 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 Modifier and Type Method Description protected void
BasicHeaderUI. installComponents(JXHeader h)
protected void
BasicHeaderUI. installDefaults(JXHeader h)
protected void
BasicHeaderUI. installListeners(JXHeader header)
protected void
BasicHeaderUI. onPropertyChange(JXHeader h, java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue)
protected void
BasicHeaderUI. uninstallComponents(JXHeader h)
protected void
BasicHeaderUI. uninstallDefaults(JXHeader h)
protected void
BasicHeaderUI. uninstallListeners(JXHeader h)
-