public class LimitedCommandStack
extends org.eclipse.emf.common.command.BasicCommandStack
| Constructor and Description |
|---|
LimitedCommandStack() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.eclipse.emf.common.command.Command command)
Execute the current command, and truncate the stack if it exceeds
the maximum stack size.
|
public void execute(org.eclipse.emf.common.command.Command command)
execute in interface org.eclipse.emf.common.command.CommandStackexecute in class org.eclipse.emf.common.command.BasicCommandStackcommand - Command to be executed.Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.