Represents a set of Command instances as a single operation. Undoing or redoing the composite action, respectively undoes or redoes all its constituent subactions at the same time.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public class CompositeCommand extends DisposableCommand |
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.spreadsheet.Command
com.mindfusion.spreadsheet.DisposableCommand
com.mindfusion.spreadsheet.CompositeCommand
See Also