Package org.eclipse.help.ui.internal
Class HyperlinkAdapter
java.lang.Object
org.eclipse.help.ui.internal.HyperlinkAdapter
- All Implemented Interfaces:
- IHyperlinkListener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidlinkActivated(Control linkLabel) voidlinkEntered(Control linkLabel) voidlinkExited(Control linkLabel) 
- 
Constructor Details- 
HyperlinkAdapterpublic HyperlinkAdapter()HyperlinkAdapter constructor comment.
 
- 
- 
Method Details- 
linkActivated- Specified by:
- linkActivatedin interface- IHyperlinkListener
- Parameters:
- linkLabel- org.eclipse.swt.widgets.Label
 
- 
linkEntered- Specified by:
- linkEnteredin interface- IHyperlinkListener
- Parameters:
- linkLabel- org.eclipse.swt.widgets.Label
 
- 
linkExited- Specified by:
- linkExitedin interface- IHyperlinkListener
- Parameters:
- linkLabel- org.eclipse.swt.widgets.Label
 
 
-