public static class DefaultStyledDocument.ElementSpec extends Object
警告: このクラスの直列化されたオブジェクトは、今後の Swing リリースとの互換性がなくなる予定です。現在の直列化のサポートは、短期間の格納や、同じバージョンの Swing を実行するアプリケーション間の RMI に適しています。1.4 以降、すべての JavaBeansTM 用の長期間の格納サポートが java.beans
パッケージに追加されています。XMLEncoder
を参照してください。
修飾子と型 | フィールドと説明 |
---|---|
static short |
ContentType
getType に設定可能な値です。
|
static short |
EndTagType
getType に設定可能な値です。
|
static short |
JoinFractureDirection
getDirection に設定可能な値です。
|
static short |
JoinNextDirection
getDirection に設定可能な値です。
|
static short |
JoinPreviousDirection
getDirection に設定可能な値です。
|
static short |
OriginateDirection
getDirection に設定可能な値です。
|
static short |
StartTagType
getType に設定可能な値です。
|
コンストラクタと説明 |
---|
DefaultStyledDocument.ElementSpec(AttributeSet a, short type)
マークアップがドキュメントに格納されない場合の、マークアップに有効なコンストラクタです。
|
DefaultStyledDocument.ElementSpec(AttributeSet a, short type, char[] txt, int offs, int len)
ドキュメントへのコンテンツとマークアップのバッチ入力のスペックを、外部的に作成するコンストラクタです。
|
DefaultStyledDocument.ElementSpec(AttributeSet a, short type, int len)
データがすでに追加されているが len 情報が必要な場合に、ドキュメント内で解析を行うコンストラクタです。
|
修飾子と型 | メソッドと説明 |
---|---|
char[] |
getArray()
文字の配列を取得します。
|
AttributeSet |
getAttributes()
要素の属性を取得します。
|
short |
getDirection()
方向を取得します。
|
int |
getLength()
長さを取得します。
|
int |
getOffset()
開始オフセットを取得します。
|
short |
getType()
要素の型を取得します。
|
void |
setDirection(short direction)
方向を設定します。
|
void |
setType(short type)
要素の型を設定します。
|
String |
toString()
要素を文字列に変換します。
|
public static final short StartTagType
public static final short EndTagType
public static final short ContentType
public static final short JoinPreviousDirection
public static final short JoinNextDirection
public static final short OriginateDirection
public static final short JoinFractureDirection
public DefaultStyledDocument.ElementSpec(AttributeSet a, short type)
a
- 要素の属性type
- 要素の型 (StartTagType、EndTagType、ContentType)public DefaultStyledDocument.ElementSpec(AttributeSet a, short type, int len)
a
- 要素の属性type
- 要素の型 (StartTagType、EndTagType、ContentType)len
- 長さ >= 0public DefaultStyledDocument.ElementSpec(AttributeSet a, short type, char[] txt, int offs, int len)
a
- 要素の属性type
- 要素の型 (StartTagType、EndTagType、ContentType)txt
- 要素のテキストoffs
- テキストに対するオフセット >= 0len
- テキストの長さ >= 0public void setType(short type)
type
- 要素の型 (StartTagType、EndTagType、ContentType)public short getType()
public void setDirection(short direction)
direction
- 方向 (JoinPreviousDirection、JoinNextDirection)public short getDirection()
public AttributeSet getAttributes()
public char[] getArray()
public int getOffset()
public int getLength()
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.