Package org.cfeclipse.cfeclipsecall.plugin

Examples of org.cfeclipse.cfeclipsecall.plugin.Hyperlink


  public void init(IWorkbench workbench) {
  }

  protected Control createContents(Composite ancestor) {
    super.createContents(ancestor);
    fHyperlink = new Hyperlink(ancestor,SWT.BOLD);
    fHyperlink.setText("Get the cfeclipsecall application");
    fHyperlink.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
    fHyperlink.setVisible(true);
    fHyperlink.setForeground(ancestor.getDisplay().getSystemColor(SWT.COLOR_BLUE));
    fHyperlink.addSelectionListener(new SelectionListener() {
View Full Code Here

TOP

Related Classes of org.cfeclipse.cfeclipsecall.plugin.Hyperlink

Copyright © 2018 www.massapicom. 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.