public class HyperlinkAdapter extends Object implements IHyperlinkListener
HyperlinkListener
interface.
Classes that wish to deal with HyperlinkEvent
s can extend
this class and override only the methods which they are interested in.
IHyperlinkListener
,
HyperlinkEvent
Constructor and Description |
---|
HyperlinkAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
linkActivated(HyperlinkEvent e)
Sent when the link is activated.
|
void |
linkEntered(HyperlinkEvent e)
Sent when the link is entered.
|
void |
linkExited(HyperlinkEvent e)
Sent when the link is exited.
|
public void linkEntered(HyperlinkEvent e)
linkEntered
in interface IHyperlinkListener
e
- the eventpublic void linkExited(HyperlinkEvent e)
linkExited
in interface IHyperlinkListener
e
- the eventpublic void linkActivated(HyperlinkEvent e)
linkActivated
in interface IHyperlinkListener
e
- the event
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.