compLeft.setLayoutData(new GridData(SWT.LEFT, SWT.BOTTOM, false, false));
Button importButton = createButton(compLeft, IMPORT_ID,
Messages.StyleEditor_import, false);
importButton.setEnabled(false);
importButton.addListener(SWT.Selection, new StyleEditorButtonListener(this));
Button exportButton = createButton(compLeft, EXPORT_ID,
Messages.StyleEditor_export, false);
exportButton.setEnabled(false);
exportButton.addListener(SWT.Selection, new StyleEditorButtonListener(this));
}