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

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

public class ExTableModel.MoveRowUndo
extends AbstractUndoableEdit

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

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

コンストラクタの詳細

ExTableModel.MoveRowUndo

public ExTableModel.MoveRowUndo(int start,
                                int end,
                                int to)
メソッドの詳細

undo

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

redo

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