Uses of Interface
bibliothek.gui.dock.support.lookandfeel.LookAndFeelListener

Packages that use LookAndFeelListener
bibliothek.gui.dock.support.lookandfeel Offers a list containing factories for various LookAndFeels. 
 

Uses of LookAndFeelListener in bibliothek.gui.dock.support.lookandfeel
 

Methods in bibliothek.gui.dock.support.lookandfeel that return LookAndFeelListener
protected  LookAndFeelListener[] LookAndFeelList.listeners()
          Gets all LookAndFeelListener that are known to this list.
 

Methods in bibliothek.gui.dock.support.lookandfeel with parameters of type LookAndFeelListener
 void LookAndFeelList.addLookAndFeelListener(LookAndFeelListener listener)
          Adds a listener to this list, the listener will be notified whenever the LookAndFeel is changed.
 void LookAndFeelList.removeLookAndFeelListener(LookAndFeelListener listener)
          Removes a listener from this list.