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.
|
Modifier and Type | Method and Description |
---|---|
static FocusListener |
FocusListener.focusGainedAdapter(Consumer<FocusEvent> c)
Static helper method to create a
FocusListener for the
FocusListener.focusGained(FocusEvent e) ) method with a lambda expression. |
static FocusListener |
FocusListener.focusLostAdapter(Consumer<FocusEvent> c)
Static helper method to create a
FocusListener for the
FocusListener.focusLost(FocusEvent e) ) method with a lambda expression. |
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.