Module java.desktop
Package javax.swing

Interface UIClientPropertyKey


public interface UIClientPropertyKey
该接口仅用于为由需要在L&F更改和序列化时清除的UI设置的JComponent客户端属性标记键。

所有这些键在卸载旧UI并在安装新UI之前的JComponent.setUI()方法中从客户端属性中移除。它们也会在序列化之前被移除。

自:
9