public abstract class UndoableEditTableAction extends Object implements IUndoableGridTableAction
| Modifier and Type | Field and Description |
|---|---|
static boolean |
COLUMNS |
static boolean |
INSERT |
static boolean |
REMOVE |
static boolean |
ROWS |
| Constructor and Description |
|---|
UndoableEditTableAction() |
| Modifier and Type | Method and Description |
|---|---|
static IGridRegion |
getOriginalRegion(IGridTable table) |
static IGridTable |
getOriginalTable(IGridTable table) |
static boolean |
isDecoratorTable(IGridTable table) |
static IUndoableGridTableAction |
moveTable(IGridTable table,
MetaInfoWriter metaInfoWriter)
Creates actions that moves the table and executes these actions.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoAction, undoActionpublic static final boolean COLUMNS
public static final boolean ROWS
public static final boolean INSERT
public static final boolean REMOVE
public static IGridTable getOriginalTable(IGridTable table)
public static boolean isDecoratorTable(IGridTable table)
public static IGridRegion getOriginalRegion(IGridTable table)
public static IUndoableGridTableAction moveTable(IGridTable table, MetaInfoWriter metaInfoWriter)
table - Table to move.metaInfoWriter - Needed to save meta info changesCopyright © 2004–2019 OpenL Tablets. All rights reserved.