public interface ComponentCollector
ComponentCollector
is used by the LookAndFeelList
when
the LookAndFeel
was changed, and the JComponent
s need to
be updated. This ComponentCollector
has to give the
LookAndFeelList
the roots of some Component
-trees.Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.awt.Component> |
listComponents()
Gets a set of roots of
Component -trees in order to
update the look and feel of the
Component s. |