public class DockableCollector extends java.lang.Object implements ComponentCollector
ComponentCollector
which collects all Component
s accessible
through the known Dockable
s of a DockFrontend
.Constructor and Description |
---|
DockableCollector(DockFrontend frontend)
Creates a new collector
|
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 DockableCollector(DockFrontend frontend)
frontend
- the source of all Component
spublic 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