モジュール java.desktop
パッケージ javax.swing.text

クラスAbstractDocument.LeafElement

java.lang.Object
javax.swing.text.AbstractDocument.AbstractElement
javax.swing.text.AbstractDocument.LeafElement
すべての実装されたインタフェース:
Serializable, AttributeSet, Element, MutableAttributeSet, TreeNode
直系の既知のサブクラス:
HTMLDocument.RunElement
含まれているクラス:
AbstractDocument

public class AbstractDocument.LeafElement
extends AbstractDocument.AbstractElement
ある種のコンテンツを直接表す要素を実装します。

警告: このクラスの直列化されたオブジェクトは、今後のSwingリリースと互換ではなくなる予定です。 現在の直列化のサポートは、短期間の格納や、同じバージョンのSwingを実行するアプリケーション間のRMIに適しています。 1.4以降、すべてのJavaBeans™用の長期間の格納サポートがjava.beansパッケージに追加されています。 XMLEncoderを参照してください。

関連項目:
Element