Constructor and Description |
---|
CommandDecoratorMultine(SingleLineCommand2<D> cmd) |
CommandDecoratorMultine(SingleLineCommand2<D> cmd,
boolean removeEmptyColumn) |
Modifier and Type | Method and Description |
---|---|
CommandExecutionResult |
execute(D diagram,
BlocLines lines) |
java.lang.String[] |
getDescription() |
CommandControl |
isValid(BlocLines lines) |
public CommandDecoratorMultine(SingleLineCommand2<D> cmd)
public CommandDecoratorMultine(SingleLineCommand2<D> cmd, boolean removeEmptyColumn)
public CommandExecutionResult execute(D diagram, BlocLines lines)
public CommandControl isValid(BlocLines lines)
public java.lang.String[] getDescription()
getDescription
in interface Command<D extends Diagram>