licenseDecoration.setImage(indicator.getImage());
licenseDecoration.setDescriptionText(indicator.getDescription() + "(Ctrl+Space)");
licenseDecoration.setShowOnlyOnFocus(true);
new AutoCompleteField(licenseField.getTextControl(), new LicenseContentAdapter(), ComposerConstants.LICENSES);
}