bibliothek.gui.dock.support.lookandfeel
Interface LookAndFeelListener


public interface LookAndFeelListener

A listener which observes a LookAndFeelList and gets informed whenever the contents of the list change.

Author:
Benjamin Sigg

Method Summary
 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.
 

Method Detail

lookAndFeelChanged

void lookAndFeelChanged(LookAndFeelList list,
                        LookAndFeelList.Info lookAndFeel)
Called when the current LookAndFeel was exchanged.

Parameters:
list - the source of the event
lookAndFeel - the new current LookAndFeel

lookAndFeelAdded

void lookAndFeelAdded(LookAndFeelList list,
                      LookAndFeelList.Info lookAndFeel)
Called when a selectable LookAndFeel was added to list.

Parameters:
list - the source of the event
lookAndFeel - the new LookAndFeel

lookAndFeelRemoved

void lookAndFeelRemoved(LookAndFeelList list,
                        LookAndFeelList.Info lookAndFeel)
Called when a selectable LookAndFeel was removed from list.

Parameters:
list - the source of the event
lookAndFeel - the removed LookAndFeel

defaultLookAndFeelChanged

void defaultLookAndFeelChanged(LookAndFeelList list,
                               LookAndFeelList.Info lookAndFeel)
Called when the default- LookAndFeel was exchanged.

Parameters:
list - the source of the event
lookAndFeel - the new LookAndFeel

systemLookAndFeelChanged

void systemLookAndFeelChanged(LookAndFeelList list,
                              LookAndFeelList.Info lookAndFeel)
Called when the system-LookAndFeel was exchanged.

Parameters:
list - the source of the event
lookAndFeel - the new LookAndFeel