Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8e84d46cb52ad780fd65c1a858a5a828fab11614 (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 <tt>IWorkbenchWindowActionDelegate</tt>
is an action that can be specified in the <tt>action</tt> element in plugin.xml
for extensions of <tt>org.eclipse.ui.actionSets</tt> extension point.&nbsp;
The contributors of menu actions that need to perform launching of URL
in a browser, can specify this class as an <tt>IWorkbenchWindowActionDelegate</tt>
in their extension of <tt>org.eclipse.ui.actionSets</tt> point.
<br>&nbsp;
</body>
</html>

Back to the top