Package bibliothek.gui.dock.support.lookandfeel

Offers a list containing factories for various LookAndFeels.

See:
          Description

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 change.
 

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 used to update the LookAndFeel of Components.
SingleComponentCollector A simple implementation of ComponentCollector that just returns always the same Component.
 

Package bibliothek.gui.dock.support.lookandfeel Description

Offers a list containing factories for various LookAndFeels. The list can exchange the current LookAndFeel and update a set of JComponent.