Package org.openl.rules.table.actions
Class MergeCellsAction
- java.lang.Object
-
- org.openl.rules.table.actions.MergeCellsAction
-
- All Implemented Interfaces:
IUndoableAction,IUndoableGridTableAction
public class MergeCellsAction extends Object implements IUndoableGridTableAction
- Author:
- PUdalau
-
-
Constructor Summary
Constructors Constructor Description MergeCellsAction(IGridRegion region)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoAction(IGridTable table)voidundoAction(IGridTable table)
-
-
-
Constructor Detail
-
MergeCellsAction
public MergeCellsAction(IGridRegion region)
-
-
Method Detail
-
doAction
public void doAction(IGridTable table)
- Specified by:
doActionin interfaceIUndoableGridTableAction
-
undoAction
public void undoAction(IGridTable table)
- Specified by:
undoActionin interfaceIUndoableGridTableAction
-
-