|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.swing.text.DefaultStyledDocument.ElementSpec
public static class DefaultStyledDocument.ElementSpec
要素を構築する実装です。
警告: このクラスの直列化されたオブジェクトは、今後の Swing リリースと互換ではなくなる予定です。現在の直列化のサポートは、短期間の運用や、同じバージョンの Swing を実行するアプリケーション間の RMI に適しています。JDK バージョン 1.4 以降、すべての JavaBeans™ の長期間の運用サポートは、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 Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。