/**
* Default selection strategy when executing a command, that is,
* keep the current selection.
*/
protected void initExecutionSelectionStrategy() {
setPreLayoutSelectionStrategy(new NopSelectionStrategy(this));
setPostLayoutSelectionStrategy(new NopSelectionStrategy(this));
}