commands.add(new GetPropertyDefault(mode));
commands.add(new GetPropertyChoices(mode));
commands.add(new CheckCollection(mode));
commands.add(new CheckAddToCollection(mode));
commands.add(new CheckRemoveFromCollection(mode));
commands.add(new AddToCollection(mode));
commands.add(new RemoveFromCollection(mode));
commands.add(new GetCollection(mode));
commands.add(new CheckAction(mode));