|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.swing.undo.AbstractUndoableEdit javax.swing.text.AbstractDocument.ElementEdit
public static class AbstractDocument.ElementEdit
ドキュメントのイベントに追加できる ElementChange の実装です。
フィールドの概要 |
---|
クラス javax.swing.undo.AbstractUndoableEdit から継承されたフィールド |
---|
RedoName, UndoName |
コンストラクタの概要 | |
---|---|
AbstractDocument.ElementEdit(Element e,
int index,
Element[] removed,
Element[] added)
編集のレコードを構築します。 |
メソッドの概要 | |
---|---|
Element[] |
getChildrenAdded()
追加された子のリストを取得します。 |
Element[] |
getChildrenRemoved()
削除された子のリストを取得します。 |
Element |
getElement()
処理対象の要素を返します。 |
int |
getIndex()
要素のリスト内のインデックスを返します。 |
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 |
コンストラクタの詳細 |
---|
public AbstractDocument.ElementEdit(Element e, int index, Element[] removed, Element[] added)
e
- 要素index
- モデル内のインデックス >= 0removed
- 削除された要素のセットadded
- 追加された要素のセットメソッドの詳細 |
---|
public Element getElement()
DocumentEvent.ElementChange
内の getElement
public int getIndex()
DocumentEvent.ElementChange
内の getIndex
public Element[] getChildrenRemoved()
DocumentEvent.ElementChange
内の getChildrenRemoved
public Element[] getChildrenAdded()
DocumentEvent.ElementChange
内の getChildrenAdded
public void redo() throws CannotRedoException
UndoableEdit
内の redo
AbstractUndoableEdit
内の redo
CannotRedoException
- 変更を再実行できない場合AbstractUndoableEdit.canRedo()
public void undo() throws CannotUndoException
UndoableEdit
内の undo
AbstractUndoableEdit
内の undo
CannotUndoException
- 変更を元に戻せない場合AbstractUndoableEdit.canUndo()
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。