WindowDecorator
- windowComponent : WindowComponent
+ WindowDecorator(WindowComponent windowComponent)+ display() : void
TransparentWindowDecorator
+ WindowDecorator(WindowComponent windowComponent)+ display() : void+ addTransparentAttribute() : void
WindowComponent
+ display() : void
ConcreteWindowComponent
ScrollbarWindowDecorator
+ WindowDecorator(WindowComponent windowComponent)+ display() : void+ addScrollbar() : void