|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjdbreport.grid.undo.AbstractGridUndo
jdbreport.design.grid.undo.FunctionUndoItem
public class FunctionUndoItem
Field Summary | |
---|---|
static java.lang.String |
CELL_FUNCTION
|
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 | |
---|---|
FunctionUndoItem(TemplateGrid grid)
|
Method Summary | |
---|---|
void |
clear()
|
java.lang.String |
getDescription()
|
UndoItem |
undo()
|
Methods inherited from class jdbreport.grid.undo.AbstractGridUndo |
---|
equals, getGrid |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CELL_FUNCTION
Constructor Detail |
---|
public FunctionUndoItem(TemplateGrid grid)
Method Detail |
---|
public void clear()
clear
in interface UndoItem
clear
in class AbstractGridUndo
public java.lang.String getDescription()
getDescription
in interface UndoItem
getDescription
in class AbstractGridUndo
public UndoItem undo()
undo
in interface UndoItem
undo
in class AbstractGridUndo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |