public interface LookAndFeelListener
LookAndFeelList
and gets informed whenever
the contents of the list change.Modifier and Type | Method and Description |
---|---|
void |
defaultLookAndFeelChanged(LookAndFeelList list,
LookAndFeelList.Info lookAndFeel)
Called when the default-
LookAndFeel was exchanged. |
void |
lookAndFeelAdded(LookAndFeelList list,
LookAndFeelList.Info lookAndFeel)
Called when a selectable
LookAndFeel was added to list . |
void |
lookAndFeelChanged(LookAndFeelList list,
LookAndFeelList.Info lookAndFeel)
Called when the current
LookAndFeel was exchanged. |
void |
lookAndFeelRemoved(LookAndFeelList list,
LookAndFeelList.Info lookAndFeel)
Called when a selectable
LookAndFeel was removed from list . |
void |
systemLookAndFeelChanged(LookAndFeelList list,
LookAndFeelList.Info lookAndFeel)
Called when the system-
LookAndFeel was exchanged. |
void lookAndFeelChanged(LookAndFeelList list, LookAndFeelList.Info lookAndFeel)
LookAndFeel
was exchanged.list
- the source of the eventlookAndFeel
- the new current LookAndFeelvoid lookAndFeelAdded(LookAndFeelList list, LookAndFeelList.Info lookAndFeel)
LookAndFeel
was added to list
.list
- the source of the eventlookAndFeel
- the new LookAndFeelvoid lookAndFeelRemoved(LookAndFeelList list, LookAndFeelList.Info lookAndFeel)
LookAndFeel
was removed from list
.list
- the source of the eventlookAndFeel
- the removed LookAndFeelvoid defaultLookAndFeelChanged(LookAndFeelList list, LookAndFeelList.Info lookAndFeel)
LookAndFeel
was exchanged.list
- the source of the eventlookAndFeel
- the new LookAndFeelvoid systemLookAndFeelChanged(LookAndFeelList list, LookAndFeelList.Info lookAndFeel)
LookAndFeel
was exchanged.list
- the source of the eventlookAndFeel
- the new LookAndFeel