public interface BinaryDataCompoundCommand extends BinaryDataCommand
Modifier and Type | Method and Description |
---|---|
void |
appendCommand(BinaryDataCommand command)
Append command to the list of commands.
|
void |
appendCommands(java.util.Collection<BinaryDataCommand> commands)
Append list of commands to the list of commands.
|
java.util.List<BinaryDataCommand> |
getCommands()
Returns list of commands.
|
boolean |
isEmpty()
Returns true if compound command is empty.
|
canUndo, dispose, execute, getCaption, getExecutionTime, redo, undo, use
void appendCommand(BinaryDataCommand command)
command
- appended commandvoid appendCommands(java.util.Collection<BinaryDataCommand> commands)
commands
- appended commandsjava.util.List<BinaryDataCommand> getCommands()
boolean isEmpty()