|
JavaTM 2 Platform Standard Ed. 6
|
上一个类
下一个类 |
框架
无框架
|
摘要: 嵌套 | 字段 | 构造方法 | 方法 |
详细信息: 字段 | 构造方法 | 方法 |
javax.swing.text
类 DefaultStyledDocument.AttributeUndoableEdit
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
-
所有已实现的接口:
- Serializable, UndoableEdit
- 正在封闭类:
- DefaultStyledDocument
-
public static class DefaultStyledDocument.AttributeUndoableEdit
- extends AbstractUndoableEdit
用于记住 AttributeSet 对 Element 更改的一个 UndoableEdit。
字段摘要 |
protected AttributeSet |
copy
|
protected Element |
element
|
protected boolean |
isReplacing
|
protected AttributeSet |
newAttributes
|
从类 javax.swing.undo.AbstractUndoableEdit 继承的字段 |
RedoName, UndoName |
构造方法摘要 |
DefaultStyledDocument.AttributeUndoableEdit(Element element,
AttributeSet newAttributes,
boolean isReplacing)
|
方法摘要 |
void |
redo()
重复更改。 |
void |
undo()
撤消更改。 |
从类 javax.swing.undo.AbstractUndoableEdit 继承的方法 |
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString |
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
newAttributes
protected AttributeSet newAttributes
copy
protected AttributeSet copy
isReplacing
protected boolean isReplacing
element
protected Element element
DefaultStyledDocument.AttributeUndoableEdit
public DefaultStyledDocument.AttributeUndoableEdit(Element element,
AttributeSet newAttributes,
boolean isReplacing)
redo
public void redo()
throws CannotRedoException
- 重复更改。
- 指定者:
- 接口
UndoableEdit
中的 redo
- 覆盖:
- 类
AbstractUndoableEdit
中的 redo
-
抛出:
-
CannotRedoException
- 如果更改不可重复
- 另请参见:
AbstractUndoableEdit.canRedo()
undo
public void undo()
throws CannotUndoException
- 撤消更改。
- 指定者:
- 接口
UndoableEdit
中的 undo
- 覆盖:
- 类
AbstractUndoableEdit
中的 undo
-
抛出:
-
CannotUndoException
- 如果更改不可撤消
- 另请参见:
AbstractUndoableEdit.canUndo()
|
JavaTM 2 Platform Standard Ed. 6
|
上一个类
下一个类 |
框架
无框架
|
摘要: 嵌套 | 字段 | 构造方法 | 方法 |
详细信息: 字段 | 构造方法 | 方法 |
提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java 2 SDK SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。