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.charting.commands
File: com.mindfusion.charting.commands
Java Copy Code |
---|
public class CompositeCommand extends DisposableCommand |
java.lang.Object
com.mindfusion.charting.commands.Command
com.mindfusion.charting.commands.DisposableCommand
com.mindfusion.charting.commands.CompositeCommand