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 | Description |
---|---|---|
protected 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) |
|
protected void |
BasicHeaderUI.onPropertyChange(JXHeader h,
String propertyName,
Object oldValue,
Object newValue) |
|
protected 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) |
Copyright © 2018. All rights reserved.