|
JavaTM 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
- 长度,该长度 >= 0
public DefaultStyledDocument.ElementSpec(AttributeSet a, short type, char[] txt, int offs, int len)
a
- 元素的属性
type
- 元素类型(StartTagType、EndTagType 和 ContentType)
txt
- 元素的文本
offs
- 文本偏移量,该偏移量 >= 0
len
- 文本长度,该长度 >= 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 Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。