bibliothek.gui.dock.support.lookandfeel
Interface ComponentCollector

All Known Implementing Classes:
DockableCollector, SingleComponentCollector

public interface ComponentCollector

A ComponentCollector is used by the LookAndFeelList when the LookAndFeel was changed, and the JComponents need to be updated. This ComponentCollector has to give the LookAndFeelList the roots of some Component-trees.

Author:
Benjamin Sigg

Method Summary
 Collection<Component> listComponents()
          Gets a set of roots of Component-trees in order to update the look and feel of the Components.
 

Method Detail

listComponents

Collection<Component> listComponents()
Gets a set of roots of Component-trees in order to update the look and feel of the Components.

Returns:
the roots