com.infoteria.gui.property
クラス PropertyUndoableEdit

java.lang.Object
  |
  +--javax.swing.undo.AbstractUndoableEdit
        |
        +--com.infoteria.gui.property.PropertyUndoableEdit
すべての実装インタフェース:
com.infoteria.gui.undo.ReversibleEdit, Serializable, UndoableEdit

public class PropertyUndoableEdit
extends AbstractUndoableEdit
implements com.infoteria.gui.undo.ReversibleEdit

プロパティのUndo情報

関連項目:
直列化された形式

クラス javax.swing.undo.AbstractUndoableEdit から継承したフィールド
RedoName, UndoName
 
コンストラクタの概要
PropertyUndoableEdit(Property prop, Object o, Object n)
           
 
メソッドの概要
 boolean canReverse()
           
 Object getNewValue()
           
 Object getOldValue()
           
 Property getProperty()
           
 void redo()
           
 UndoableEdit reverse()
           
 String toString()
           
 void undo()
           
 
クラス javax.swing.undo.AbstractUndoableEdit から継承したメソッド
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
インタフェース javax.swing.undo.UndoableEdit から継承したメソッド
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit
 

コンストラクタの詳細

PropertyUndoableEdit

public PropertyUndoableEdit(Property prop,
                            Object o,
                            Object n)
メソッドの詳細

getProperty

public Property getProperty()

getOldValue

public Object getOldValue()

getNewValue

public Object getNewValue()

undo

public void undo()
          throws CannotUndoException
定義:
インタフェース UndoableEdit 内の undo
オーバーライド:
クラス AbstractUndoableEdit 内の undo

redo

public void redo()
          throws CannotRedoException
定義:
インタフェース UndoableEdit 内の redo
オーバーライド:
クラス AbstractUndoableEdit 内の redo

reverse

public UndoableEdit reverse()
                     throws CannotUndoException
定義:
インタフェース com.infoteria.gui.undo.ReversibleEdit 内の reverse

canReverse

public boolean canReverse()
定義:
インタフェース com.infoteria.gui.undo.ReversibleEdit 内の canReverse

toString

public String toString()
オーバーライド:
クラス AbstractUndoableEdit 内の toString