Interface Command
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AddSortFieldCommand
,ConditionalFormattingCommand
,EditTextElementCommand
,FilterCommand
,HideUnhideColumnCommand
,HideUnhideColumnsCommand
,MoveColumnCommand
,MoveElementCommand
,MultiActionCommand
,RemoveSortFieldCommand
,ResetInCacheCommand
,ResizeColumnCommand
,ResizeElementCommand
,SaveZoomCommand
,SimpleMoveColumnCommand
,SimpleResizeColumnCommand
,SortByColumnCommand
,SortCommand
,SortRowGroupCommand
public interface Command extends Serializable
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute()
void
redo()
void
undo()
-
-
-
Method Detail
-
execute
void execute() throws CommandException
- Throws:
CommandException
-
undo
void undo()
-
redo
void redo()
-
-