|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.swing.text.DefaultStyledDocument.ElementSpec
public static class DefaultStyledDocument.ElementSpec
建構元素的規範。
警告:此類別的已序列化物件與以後的 Swing 版本不相容。當前序列化支持適用於短期存儲或運行相同 Swing 版本的應用程序之間的 RMI。從 1.4 版本開始,已在 java.beans
套件中添加了支持所有 JavaBeansTM 長期存儲的功能。請參見 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. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。