jdbreport.grid.undo
Interface UndoItem

All Known Implementing Classes:
AbstractGridUndo, BackupItem, CellUndoItem, ColumnBreakUndoItem, PasteUndoItem, PreferencesUndo, ResizingColumnUndoItem, ResizingRowUndoItem, RowBreakUndoItem, RowMovedUndoItem, SetValueItem, StoredGridUndo, StyleUndoItem

public interface UndoItem

Version:
2.0 18.04.2012
Author:
Andrey Kholmanskih

Field Summary
static String ADD_COLUMNS
           
static String ADD_GROUP
           
static String ADD_ROWS
           
static String CELL_ALIGN
           
static String CELL_AUTOHEIGHT
           
static String CELL_BACKGROUND
           
static String CELL_BORDER
           
static String CELL_FONT_NAME
           
static String CELL_FONT_SIZE
           
static String CELL_FONT_STYLE
           
static String CHANGE_ROWTYPE
           
static String CLEAR_UNION_CELLS
           
static String COLUMN_MOVED
           
static String DEC_DECIMAL
           
static String DELETE_CELLS
           
static String DELETE_ICON
           
static String INC_DECIMAL
           
static String INSERT_ICON
           
static String NOT_REPEATE
           
static String PASTE_CELLS
           
static String REMOVE_CELL_BORDER
           
static String REMOVE_COLUMNS
           
static String REMOVE_ROWS
           
static String RESIZING_COLUMN
           
static String RESIZING_ROW
           
static String ROW_MOVED
           
static String SCALE_ICON
           
static String TOTAL_FUNCTION
           
static String UNION_CELLS
           
 
Method Summary
 void clear()
           
 String getDescription()
           
 UndoItem undo()
           
 

Field Detail

RESIZING_COLUMN

static final String RESIZING_COLUMN

RESIZING_ROW

static final String RESIZING_ROW

ROW_MOVED

static final String ROW_MOVED

CELL_BACKGROUND

static final String CELL_BACKGROUND

PASTE_CELLS

static final String PASTE_CELLS

DELETE_CELLS

static final String DELETE_CELLS

CELL_ALIGN

static final String CELL_ALIGN

CELL_BORDER

static final String CELL_BORDER

REMOVE_CELL_BORDER

static final String REMOVE_CELL_BORDER

CELL_FONT_NAME

static final String CELL_FONT_NAME

CELL_FONT_SIZE

static final String CELL_FONT_SIZE

CELL_FONT_STYLE

static final String CELL_FONT_STYLE

CELL_AUTOHEIGHT

static final String CELL_AUTOHEIGHT

DEC_DECIMAL

static final String DEC_DECIMAL

INC_DECIMAL

static final String INC_DECIMAL

UNION_CELLS

static final String UNION_CELLS

CLEAR_UNION_CELLS

static final String CLEAR_UNION_CELLS

COLUMN_MOVED

static final String COLUMN_MOVED

REMOVE_ROWS

static final String REMOVE_ROWS

ADD_ROWS

static final String ADD_ROWS

ADD_GROUP

static final String ADD_GROUP

REMOVE_COLUMNS

static final String REMOVE_COLUMNS

ADD_COLUMNS

static final String ADD_COLUMNS

DELETE_ICON

static final String DELETE_ICON

SCALE_ICON

static final String SCALE_ICON

INSERT_ICON

static final String INSERT_ICON

CHANGE_ROWTYPE

static final String CHANGE_ROWTYPE

TOTAL_FUNCTION

static final String TOTAL_FUNCTION

NOT_REPEATE

static final String NOT_REPEATE
Method Detail

undo

UndoItem undo()

clear

void clear()

getDescription

String getDescription()