ctEnablement.createComponentInlined(topControl);
testFilesRegex = new TextField("Test Name Regex:");
testFilesRegex.createComponentInlined(topControl);
testTimeout = new SpinnerNumberField("Test Max Time (ms):");
testTimeout.createComponentInlined(topControl);
testTimeout.setValueMinimum(100).setValueMaximum(360000).setValueIncrement(10);
ctEnablement.addValueChangedListener(new IFieldValueListener() {
@Override