Package org.eclipse.help.ui.internal
Interface IHyperlinkListener
- All Known Implementing Classes:
HyperlinkAdapter
public interface IHyperlinkListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
linkActivated
(Control linkLabel) void
linkEntered
(Control linkLabel) void
linkExited
(Control linkLabel)
-
Method Details
-
linkActivated
- Parameters:
linkLabel
- org.eclipse.swt.widgets.Label
-
linkEntered
- Parameters:
linkLabel
- org.eclipse.swt.widgets.Label
-
linkExited
- Parameters:
linkLabel
- org.eclipse.swt.widgets.Label
-