jp.hishidama.swing.table
クラス ExTableModel.SetValueUndo

java.lang.Object
  上位を拡張 javax.swing.undo.AbstractUndoableEdit
      上位を拡張 jp.hishidama.swing.table.ExTableModel.SetValueUndo
すべての実装されたインタフェース:
Serializable, UndoableEdit
含まれているクラス:
ExTableModel

public class ExTableModel.SetValueUndo
extends AbstractUndoableEdit

関連項目:
ExTableModel.setValueAt(Object, int, int), 直列化された形式

コンストラクタの概要
ExTableModel.SetValueUndo(Object value, int row, int column)
           
 
メソッドの概要
 void die()
           
 void redo()
           
 void undo()
           
 
クラス javax.swing.undo.AbstractUndoableEdit から継承されたメソッド
addEdit, canRedo, canUndo, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ExTableModel.SetValueUndo

public ExTableModel.SetValueUndo(Object value,
                                 int row,
                                 int column)
メソッドの詳細

undo

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

redo

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

die

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