Uses of Class
org.jdesktop.swingx.JXHeader
Packages that use JXHeader
Package
Description
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 JXHeaderModifier and TypeMethodDescriptionprotected 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) install listeners to JXHeaderprotected void
BasicHeaderUI.onPropertyChange
(JXHeader h, String propertyName, Object oldValue, Object newValue) perform property change on JXHeaderprotected 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) uninstall listeners from JXHeader