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 voidBasicHeaderUI.installComponentDefaults(JXHeader header) Configures the component default properties from the given header.protected voidBasicHeaderUI.installComponents(JXHeader header) Creates, configures, adds contained components.protected voidBasicHeaderUI.installDefaults(JXHeader header) Installs default header properties.protected voidBasicHeaderUI.installListeners(JXHeader header) install listeners to JXHeaderprotected voidBasicHeaderUI.onPropertyChange(JXHeader h, String propertyName, Object oldValue, Object newValue) perform property change on JXHeaderprotected voidBasicHeaderUI.uninstallComponentDefaults(JXHeader header) Uninstalls component defaults.protected voidBasicHeaderUI.uninstallComponents(JXHeader header) Unconfigures, removes and nulls contained components.protected voidBasicHeaderUI.uninstallDefaults(JXHeader h) Uninstalls the given header's default properties.protected voidBasicHeaderUI.uninstallListeners(JXHeader h) uninstall listeners from JXHeader