| 程序包 | 说明 |
|---|---|
| net.congyh.designpatterns.composite |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Composite
Created by yihao.cong@outlook.com on 16-11-2.
|
class |
Leaf
Created by yihao.cong@outlook.com on 16-11-2.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Component |
Component.getChildren(int index) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Component.addChild(Component child) |
void |
Composite.addChild(Component component) |
void |
Component.removeChild(Component child) |
void |
Composite.removeChild(Component component) |
Copyright © 2016. All rights reserved.