|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.forms.util.Utilities.LookAndFeelChangeHandler
private static final class Utilities.LookAndFeelChangeHandler
Listens to changes of the Look and Feel and invalidates the cache.
Constructor Summary | |
---|---|
private |
Utilities.LookAndFeelChangeHandler()
|
Method Summary | |
---|---|
void |
propertyChange(java.beans.PropertyChangeEvent evt)
Invalidates the cached laf states, if the UIManager has fired any property change event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private Utilities.LookAndFeelChangeHandler()
Method Detail |
---|
public void propertyChange(java.beans.PropertyChangeEvent evt)
null
. The check for null is necessary
to handle the special event where property name, old and new value
are all null
to indicate that multiple properties
have changed.
propertyChange
in interface java.beans.PropertyChangeListener
evt
- describes the property change
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |