bibliothek.gui.dock.support.lookandfeel
Class SingleComponentCollector
java.lang.Object
bibliothek.gui.dock.support.lookandfeel.SingleComponentCollector
- All Implemented Interfaces:
- ComponentCollector
public class SingleComponentCollector
- extends Object
- implements ComponentCollector
A simple implementation of ComponentCollector that just returns
always the same Component.
- Author:
- Benjamin Sigg
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleComponentCollector
public SingleComponentCollector(Component component)
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