jdk/src/java.desktop/share/classes/sun/swing/UIClientPropertyKey.java
changeset 31164 a61c96d50ddd
parent 25859 3317bb8137f4
equal deleted inserted replaced
31163:8a4b47348c84 31164:a61c96d50ddd
    25 
    25 
    26 package sun.swing;
    26 package sun.swing;
    27 
    27 
    28 /**
    28 /**
    29  * This interface is used only for tagging keys for client properties
    29  * This interface is used only for tagging keys for client properties
    30  * for {@code JComponent} set by UI which needs to be cleared on L&F
    30  * for {@code JComponent} set by UI which needs to be cleared on {@literal L&F}
    31  * change and serialization.
    31  * change and serialization.
    32  *
    32  *
    33  * All such keys are removed from client properties in {@code
    33  * All such keys are removed from client properties in {@code
    34  * JComponent.setUI()} method after uninstalling old UI and before
    34  * JComponent.setUI()} method after uninstalling old UI and before
    35  * intalling the new one. They are also removed prior to serialization.
    35  * intalling the new one. They are also removed prior to serialization.