Uses of Class
org.eclipse.swt.events.FocusEvent
-
Packages that use FocusEvent Package Description org.eclipse.swt.events -
-
Uses of FocusEvent in org.eclipse.swt.events
Methods in org.eclipse.swt.events with parameters of type FocusEvent Modifier and Type Method Description voidFocusAdapter. focusGained(FocusEvent e)Sent when a control gets focus.voidFocusListener. focusGained(FocusEvent e)Sent when a control gets focus.voidFocusAdapter. focusLost(FocusEvent e)Sent when a control loses focus.voidFocusListener. focusLost(FocusEvent e)Sent when a control loses focus.Method parameters in org.eclipse.swt.events with type arguments of type FocusEvent Modifier and Type Method Description static FocusListenerFocusListener. focusGainedAdapter(java.util.function.Consumer<FocusEvent> c)Static helper method to create aFocusListenerfor theFocusListener.focusGained(FocusEvent e)) method with a lambda expression.static FocusListenerFocusListener. focusLostAdapter(java.util.function.Consumer<FocusEvent> c)Static helper method to create aFocusListenerfor theFocusListener.focusLost(FocusEvent e)) method with a lambda expression.
-