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 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)protected voidBasicHeaderUI. onPropertyChange(JXHeader h, java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue)protected 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)
-