jdbreport.design.grid.undo
Class VarValueUndo

java.lang.Object
  extended by jdbreport.design.grid.undo.VarValueUndo
All Implemented Interfaces:
UndoItem

public class VarValueUndo
extends java.lang.Object
implements UndoItem

Version:
1.0 17.07.2007
Author:
Andrey Kholmanskih

Field Summary
 
Fields inherited from interface jdbreport.grid.undo.UndoItem
ADD_COLUMNS, ADD_GROUP, ADD_ROWS, CELL_ALIGN, CELL_BACKGROUND, CELL_BORDER, CELL_FONT_NAME, CELL_FONT_SIZE, CELL_FONT_STYLE, CHANGE_ROWTYPE, CLEAR_UNION_CELLS, COLUMN_MOVED, DEC_DECIMAL, DELETE_CELLS, DELETE_ICON, INC_DECIMAL, INSERT_ICON, NOT_REPEATE, PASTE_CELLS, REMOVE_CELL_BORDER, REMOVE_COLUMNS, REMOVE_ROWS, RESIZING_COLUMN, RESIZING_ROW, ROW_MOVED, SCALE_ICON, TOTAL_FUNCTION, UNION_CELLS
 
Constructor Summary
VarValueUndo(VarList varList, java.lang.Object var, java.lang.Object oldValue)
           
 
Method Summary
 void clear()
           
 java.lang.String getDescription()
           
 UndoItem undo()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VarValueUndo

public VarValueUndo(VarList varList,
                    java.lang.Object var,
                    java.lang.Object oldValue)
Method Detail

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface UndoItem

undo

public UndoItem undo()
Specified by:
undo in interface UndoItem

clear

public void clear()
Specified by:
clear in interface UndoItem