Uses of Class
bibliothek.gui.dock.support.lookandfeel.LookAndFeelList

Packages that use LookAndFeelList
bibliothek.gui.dock.common.menu Some MenuPieces to modify the layout and settings of an application that uses Common
bibliothek.gui.dock.facile.menu Implementations of MenuPiece
bibliothek.gui.dock.support.lookandfeel Offers a list containing factories for various LookAndFeels. 
 

Uses of LookAndFeelList in bibliothek.gui.dock.common.menu
 

Constructors in bibliothek.gui.dock.common.menu with parameters of type LookAndFeelList
CLookAndFeelMenuPiece(CControl control, LookAndFeelList list)
          Creates a new menu.
 

Uses of LookAndFeelList in bibliothek.gui.dock.facile.menu
 

Methods in bibliothek.gui.dock.facile.menu that return LookAndFeelList
 LookAndFeelList LookAndFeelMenuPiece.getList()
          Gets the list of LookAndFeels.
 

Constructors in bibliothek.gui.dock.facile.menu with parameters of type LookAndFeelList
LookAndFeelMenuPiece(JFrame frame, LookAndFeelList list)
          Creates a new menu.
 

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

Methods in bibliothek.gui.dock.support.lookandfeel that return LookAndFeelList
static LookAndFeelList LookAndFeelList.getDefaultList()
          Gets the global list of LookAndFeels
 

Methods in bibliothek.gui.dock.support.lookandfeel with parameters of type LookAndFeelList
 void LookAndFeelListener.defaultLookAndFeelChanged(LookAndFeelList list, LookAndFeelList.Info lookAndFeel)
          Called when the default- LookAndFeel was exchanged.
 void LookAndFeelListener.lookAndFeelAdded(LookAndFeelList list, LookAndFeelList.Info lookAndFeel)
          Called when a selectable LookAndFeel was added to list.
 void LookAndFeelListener.lookAndFeelChanged(LookAndFeelList list, LookAndFeelList.Info lookAndFeel)
          Called when the current LookAndFeel was exchanged.
 void LookAndFeelListener.lookAndFeelRemoved(LookAndFeelList list, LookAndFeelList.Info lookAndFeel)
          Called when a selectable LookAndFeel was removed from list.
static void LookAndFeelList.setDefaultList(LookAndFeelList list)
          Sets the default LookAndFeelList.
 void LookAndFeelListener.systemLookAndFeelChanged(LookAndFeelList list, LookAndFeelList.Info lookAndFeel)
          Called when the system-LookAndFeel was exchanged.