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.


Method Index

 o getChild()
Get the decorated component.

Methods

 o getChild
 public abstract Component getChild()
Get the decorated component.

Returns:
component.

All Packages  Class Hierarchy  This Package  Previous  Next  Index