Package | Description |
---|---|
org.eclipse.jface.text.hyperlink |
Provides support for detecting and displaying hyperlinks in ISourceViewers.
|
org.eclipse.swt.events |
SWT typed listener support.
|
Modifier and Type | Method and Description |
---|---|
void |
HyperlinkManager.focusGained(FocusEvent e) |
void |
HyperlinkManager.focusLost(FocusEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
FocusListener.focusGained(FocusEvent e)
Sent when a control gets focus.
|
void |
FocusAdapter.focusGained(FocusEvent e)
Sent when a control gets focus.
|
void |
FocusListener.focusLost(FocusEvent e)
Sent when a control loses focus.
|
void |
FocusAdapter.focusLost(FocusEvent e)
Sent when a control loses focus.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.