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
Modifier and TypeMethodDescription
-
Method Details
-
listComponents
Collection<Component> listComponents()- Returns:
- the roots
-