Package org.eclipse.jface.text.hyperlink

Examples of org.eclipse.jface.text.hyperlink.URLHyperlink.open()


                            if (skypeURL != null) {
                                Utils.runSafeSWTSync(log, new Runnable() {
                                    public void run() {
                                        URLHyperlink link = new URLHyperlink(
                                            new Region(0, 0), skypeURL);
                                        link.open();
                                    }
                                });
                            }

                        }
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.