Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: abd44c4bc75506a65f3f3af2058fe77b702d14e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="IBM">
   <meta name="GENERATOR" content="Mozilla/4.79 [en] (Windows NT 5.0; U) [Netscape]">
   <title>Package-level Javadoc</title>
</head>
<body>
Provides an implementation of IWorkbenchWindowActionDelegate
for opening a URL in a browser.
<h2>
Package Specification</h2>
<p>LaunchURL class implementing <code>IWorkbenchWindowActionDelegate</code>
is an action that can be specified in the <code>action</code> element in plugin.xml
for extensions of <code>org.eclipse.ui.actionSets</code> extension point.&nbsp;
The contributors of menu actions that need to perform launching of URL
in a browser, can specify this class as an <code>IWorkbenchWindowActionDelegate</code>
in their extension of <code>org.eclipse.ui.actionSets</code> point.
<br>&nbsp;
</body>
</html>

Back to the top