Package bibliothek.gui.dock.support.lookandfeel

Interface Summary
ComponentCollector A ComponentCollector is used by the LookAndFeelList when the LookAndFeel was changed, and the JComponents need to be updated.
LookAndFeelListener A listener which observes a LookAndFeelList and gets informed whenever the contents of the list changes.
 

Class Summary
LookAndFeelList A list of LookAndFeels, can setup a LookAndFeel when asked.
LookAndFeelList.Info Information about a LookAndFeel.
LookAndFeelUtilities A set of methods that are used through the demonstration-framework.
SingleComponentCollector A simple implementation of ComponentCollector that just returns always the same Component.