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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicHeaderUI.installComponentDefaults(JXHeader h)
Configures the component default properties from the given header.
|
protected void |
BasicHeaderUI.installComponents(JXHeader h)
Creates, configures, adds contained components.
|
protected void |
BasicHeaderUI.installDefaults(JXHeader h)
Installs default header properties.
|
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.uninstallComponentDefaults(JXHeader h)
Uninstalls component defaults.
|
protected void |
BasicHeaderUI.uninstallComponents(JXHeader h)
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) |