All Packages Class Hierarchy This Package Previous Next Index
Interface tea.set.Decorator
- public interface interface Decorator
Decorator is an interface shared to all decorator classes. It is useful
when special treatment is needed for a decorator.
-
getChild()
- Get the decorated component.
getChild
public abstract Component getChild()
- Get the decorated component.
- Returns:
- component.
All Packages Class Hierarchy This Package Previous Next Index