public interface DocumentView
DocumentView
インタフェースは、DOM View をサポートする DOM 実装の Document
オブジェクトによって実装されます。ドキュメントのデフォルト表示を取得するための属性を提供します。
「Document Object Model (DOM) Level 2 Specification」も参照してください。
修飾子と型 | メソッドと説明 |
---|---|
AbstractView |
getDefaultView()
この
Document のデフォルトの AbstractView 。利用できるビューがない場合は null 。 |
AbstractView getDefaultView()
Document
のデフォルトの AbstractView
。利用できるビューがない場合は null
。 バグまたは機能を送信
Java は米国ならびにその他の国における Oracle Corporation およびその関連企業の商標または登録商標です。
Copyright © 2005, 2013, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.