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
UndoableEdit は、Element の AttributeSet に加えられた変更を記憶するために使います。
メソッドの概要 |
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()
バグの報告と機能のリクエスト
これ以外の API リファレンスおよび開発者用ドキュメントについては、 Java 2 SDK SE 開発者用ドキュメントを参照してください。 開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、 およびコード実例が含まれています。 Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.