public interface LookAndFeelListener
Modifier and Type | Method and Description |
---|---|
void |
lookAndFeelChanged(java.lang.String plaf,
java.lang.String theme)
Automatically called if the look & feel changes.
|
void |
updateComponentTreeUI()
The (hidden) components should be refreshed by
SwingUtilities.updateComponentTreeUI() . |
void lookAndFeelChanged(java.lang.String plaf, java.lang.String theme)
plaf
- The current look & feel in fully qualified notationtheme
- The configuration of the specific look & feel, may be null
void updateComponentTreeUI()
SwingUtilities.updateComponentTreeUI()
.
May be called by the manager if font sizes, colors etc. have been changed.
Copyright © 2005-2023 Leisenfels GmbH. All rights reserved.