|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--javax.swing.text.DefaultStyledDocument.ElementSpec
要素を構築する実装です。
警告:
このクラスの直列化されたオブジェクトは、今後の 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()
要素を文字列に変換します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
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
- テキストの長さ >= 0メソッドの詳細 |
public 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()
public String toString()
Object
内の toString
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.