bibliothek.gui.dock.facile.lookandfeel
Class DockableCollector

java.lang.Object
  extended by 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

Constructor Summary
DockableCollector(DockFrontend frontend)
          Creates a new collector
 
Method Summary
 Collection<Component> listComponents()
          Gets a set of roots of Component-trees in order to update the look and feel of the Components.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DockableCollector

public DockableCollector(DockFrontend frontend)
Creates a new collector

Parameters:
frontend - the source of all Components
Method Detail

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