Uses of Class
org.eclipse.swt.events.FocusEvent
Package
Description
Provides support for detecting and displaying hyperlinks in
ISourceViewer
s.SWT typed listener support.
-
Uses of FocusEvent in org.eclipse.jface.text.hyperlink
Modifier and TypeMethodDescriptionvoid
HyperlinkManager.focusGained
(FocusEvent e) void
HyperlinkManager.focusLost
(FocusEvent event) -
Uses of FocusEvent in org.eclipse.swt.events
Modifier and TypeMethodDescriptionvoid
FocusAdapter.focusGained
(FocusEvent e) Sent when a control gets focus.void
FocusListener.focusGained
(FocusEvent e) Sent when a control gets focus.void
FocusAdapter.focusLost
(FocusEvent e) Sent when a control loses focus.void
FocusListener.focusLost
(FocusEvent e) Sent when a control loses focus.Modifier and TypeMethodDescriptionstatic FocusListener
FocusListener.focusGainedAdapter
(Consumer<FocusEvent> c) Static helper method to create aFocusListener
for theFocusListener.focusGained(FocusEvent e)
) method with a lambda expression.static FocusListener
FocusListener.focusLostAdapter
(Consumer<FocusEvent> c) Static helper method to create aFocusListener
for theFocusListener.focusLost(FocusEvent e)
) method with a lambda expression.