public class ResizeTableColumnCmd extends Command
Constructor and Description |
---|
ResizeTableColumnCmd(TableNode tableNode,
Column column)
Initializes a new instance of the ResizeTableColumnCmd class.
|
Modifier and Type | Method and Description |
---|---|
void |
execute(boolean undoEnabled)
Carries out the command action.
|
TableNode |
getTable()
Gets a reference to table affected by this operation.
|
void |
redo()
Redoes the command action.
|
void |
undo()
Undoes the command.
|
addSubCmd, adopt, getContext, getSubCommands, getTitle, isContainerOf, setTitle
public void execute(boolean undoEnabled)
public TableNode getTable()