- 所有已知的子接口:
ViewCSS
public interface AbstractView
所有视图都应从中派生的基本接口。
另见 文档对象模型 (DOM) 2 级视图规范 。
- 自从:
- 1.8、DOM 2 级
-
方法总结
-
方法详情
-
getDocument
DocumentView getDocument()来源DocumentView
其中这是一个AbstractView
。
-