bibliothek.gui.dock.facile.lookandfeel
Class DockableCollector
java.lang.Object
bibliothek.gui.dock.facile.lookandfeel.DockableCollector
- All Implemented Interfaces:
- ComponentCollector
public class DockableCollector
- extends Object
- implements ComponentCollector
A ComponentCollector which collects all Components accessible
through the known Dockables of a DockFrontend.
- Author:
- Benjamin Sigg
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DockableCollector
public DockableCollector(DockFrontend frontend)
- Creates a new collector
- Parameters:
frontend - the source of all Components
listComponents
public Collection<Component> listComponents()
- Description copied from interface:
ComponentCollector
- Gets a set of roots of
Component-trees in order to
update the look and feel of the
Components.
- Specified by:
listComponents in interface ComponentCollector
- Returns:
- the roots