Group propertiesGroup = new Group(fontPointComposite, SWT.SHADOW_ETCHED_IN);
propertiesGroup.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 1, 1));
propertiesGroup.setLayout(new GridLayout(1, false));
propertiesGroup.setText(Messages.PointPropertiesComposite_19);
TabFolder tabFolder = new TabFolder(propertiesGroup, SWT.BORDER);
tabFolder.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 2, 1));
//TODO PointCharacterChooserComposite is loading in the ui this is holding up the dialog desplay
fontParametersComposite = new PointCharacterChooserComposite(tabFolder);
fontParametersComposite.init(ruleWrapper);
fontParametersComposite.addListener(this);