public class SingleComponentCollector extends java.lang.Object implements ComponentCollector
ComponentCollector
that just returns
always the same Component
.Constructor and Description |
---|
SingleComponentCollector(java.awt.Component component) |
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. |
public SingleComponentCollector(java.awt.Component component)
public java.util.Collection<java.awt.Component> listComponents()
ComponentCollector
Component
-trees in order to
update
the look and feel of the
Component
s.listComponents
in interface ComponentCollector