Package | Description |
---|---|
org.eclipse.ui.forms.events |
Events and listeners for forms-based parts.
|
Modifier and Type | Method and Description |
---|---|
void |
HyperlinkAdapter.linkActivated(HyperlinkEvent e)
Sent when the link is activated.
|
void |
IHyperlinkListener.linkActivated(HyperlinkEvent e)
Sent when hyperlink is activated either by mouse click inside the link
client area, or by pressing 'Enter' key while hyperlink has keyboard
focus.
|
void |
HyperlinkAdapter.linkEntered(HyperlinkEvent e)
Sent when the link is entered.
|
void |
IHyperlinkListener.linkEntered(HyperlinkEvent e)
Sent when hyperlink is entered either by mouse entering the link client
area, or keyboard focus switching to the hyperlink.
|
void |
HyperlinkAdapter.linkExited(HyperlinkEvent e)
Sent when the link is exited.
|
void |
IHyperlinkListener.linkExited(HyperlinkEvent e)
Sent when hyperlink is exited either by mouse exiting the link client
area, or keyboard focus switching from the hyperlink.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.