463464465466467468469470471
} } public void executeMoveSelectionByOne(int direction) { Command comm = new MoveByOne(selected, direction); executeCommand(comm); }