| Constructor and Description |
|---|
CommandDecoratorMultine(SingleLineCommand2<D> cmd,
boolean removeEmptyColumn,
int nbMaxLines) |
CommandDecoratorMultine(SingleLineCommand2<D> cmd,
int nbMaxLines) |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutionResult |
execute(D diagram,
BlocLines lines) |
String[] |
getDescription() |
int |
getNbMaxLines() |
CommandControl |
isValid(BlocLines lines) |
public CommandDecoratorMultine(SingleLineCommand2<D> cmd, int nbMaxLines)
public CommandDecoratorMultine(SingleLineCommand2<D> cmd, boolean removeEmptyColumn, int nbMaxLines)
public CommandExecutionResult execute(D diagram, BlocLines lines)
public CommandControl isValid(BlocLines lines)
public String[] getDescription()
getDescription in interface Command<D extends Diagram>public int getNbMaxLines()
Copyright © 2017. All rights reserved.