transformationList.add(new LowerCaseOp());
transformationList.add(new RomanLettersOp());
transformationList.add(new SlashToDashOp());
transformationList.add(new SpacesToUnderscoreOp());
transformationList.add(new StripNonUsASCIIOp());
transformationList.add(new TrimOp());
transformationList.add(new UnderscoreToSpaceOp());
transformationList.add(new UpperCaseOp());
Collections.sort(transformationList);
this.setListData(transformationList);
this.setSelectionModel(new ToggleSelectionModel());