开发者

How to add Internal Web Browser like Safari or Chrome in Eclipse plugin View

I want to integrate External Browser like Safari or Chrome in Eclipse plugin View.I was trying to do it with Registry but its launching externally wh开发者_如何学运维en click on View.I want to open it internally inside Eclipse View.What is the way to do it? Is there any webclient for these Browsers?


one way of doing it is to create a editor for your plugin and add the Browser widget in the plugin

Browser browser = new Browser(parent, Boolean.getBoolean("do.not.use.mozilla.browser") ?SWT.NONE : SWT.MOZILLA 
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜