org.eclipse.ui.console
Interface IHyperlink2
-
All Superinterfaces:
-
IHyperlink
-
public interface IHyperlink2
- extends
IHyperlink
Optional extension to
IHyperlink
.
Clients implementing
IHyperlink
may also implement this interface.
When implemented, the method linkActivated(Event)
is called instead of
linkActivated()
.
-
Since:
- 3.2
Method Summary
|
void
|
linkActivated
(
Event event)
Notification that this link has been activated. |
linkActivated
void linkActivated(
Event event)
- Notification that this link has been activated. Performs
context specific linking.
-
-
-
Parameters:
-
event
- the SWT event which triggered this hyperlink
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.