|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.swing.SwingLookAndFeelManager
Manager that updates the offscreen components when the look and feel changes.
| Method Summary | |
static void |
addComponent(java.awt.Component comp)
Adds a component to this manager, the component will be updated when the look and feel changes |
void |
propertyChange(java.beans.PropertyChangeEvent evt)
|
static void |
removeComponent(java.awt.Component comp)
Removes a component from this manager, the component will no longer be updated when the look and feel changes |
static void |
updateUI(java.awt.Component comp)
Updtes the ui of the given component and all its children |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static final void addComponent(java.awt.Component comp)
comp - The component to addpublic static final void removeComponent(java.awt.Component comp)
comp - The component to removepublic void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange in interface java.beans.PropertyChangeListenerpublic static final void updateUI(java.awt.Component comp)
comp - the component to update
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||