Package org.perfectjpattern.core.structural.decorator

Decorator Core Pattern implementation.

See:
          Description

Interface Summary
IScrollable Abstract definition of Scrollable
IScrollableComponent Abstract definition of Scrollable Component
IVisualComponent Abstract definition of Visual Component
 

Class Summary
AbstractDecorator<C,D extends C> Abstract reusable implementation of IDecorator.
BorderDecorator Decorator of IVisualComponent types
Example Startup Main for the Decorator Pattern Example code
ScrollDecorator Decorates Components of type IVisualComponent and adds extra functionality.
TextView TextView concrete implementation of IVisualComponent
 

Package org.perfectjpattern.core.structural.decorator Description

Decorator Core Pattern implementation.

 


Copyright © 2007-2009. All Rights Reserved.