Examples of HyperlinkHelper


Examples of org.dozer.eclipse.plugin.editorpage.utils.HyperlinkHelper

    mappingConfigSection.setText(Messages.getString("MappingsSection.mappingconfig_sname")); //$NON-NLS-1$   
    GridData gd = new GridData(SWT.FILL, 0, true, false);
    mappingConfigSection.setLayoutData(gd);
   
    //description
    HyperlinkHelper hh = new HyperlinkHelper(page, toolkit);
    FormText desc = hh.createFormText(mappingConfigSection, "MappingsSection.mappingconfig_sdesc");
    mappingConfigSection.setDescriptionControl(desc);

    configComposite = new ConfigurationOptionComposite(mappingConfigSection, toolkit, true, modelManager.getModel());
    mappingConfigSection.setClient(configComposite);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.