cz.cuni.jagrlib.gui
Class ActionsUndoReg

java.lang.Object
  extended by cz.cuni.jagrlib.gui.ActionsUndoReg

public class ActionsUndoReg
extends Object

Undo / Redo. Object for remebering actions for undo.

Version:
0.24 $Rev: 281 $ $Date: 2006-06-01 20:55:34 +0200 (čt, 01 VI 2006) $ $Author: pepca $
Author:
Jan Kostlivy
See Also:
ActionsUndoReg.java

Field Summary
 Object lastValue
           
 Object newValue
           
 Undo objectReg
           
 int what
           
 
Constructor Summary
ActionsUndoReg(Undo _object, int _what, Object _lastValue, Object _newValue)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectReg

public Undo objectReg

what

public int what

lastValue

public Object lastValue

newValue

public Object newValue
Constructor Detail

ActionsUndoReg

public ActionsUndoReg(Undo _object,
                      int _what,
                      Object _lastValue,
                      Object _newValue)