Uses of Class
org.eclipse.swt.events.FocusEvent
-
Uses of FocusEvent in org.eclipse.swt.events
Modifier and TypeMethodDescriptionvoid
FocusAdapter.focusGained
(FocusEvent event) Sent when a control gets focus.void
FocusListener.focusGained
(FocusEvent event) Sent when a control gets focus.void
FocusAdapter.focusLost
(FocusEvent event) Sent when a control loses focus.void
FocusListener.focusLost
(FocusEvent event) 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.