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。
方法摘要 |
void |
redo()
重複更改。 |
void |
undo()
撤消更改。 |
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()
提交錯誤或意見版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。