装饰模式
2023-06-07 20:16:33 0 举报
用装饰器模式,给窗体增加滚动条等
作者其他创作
大纲/内容
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
0 条评论
下一页