Uses of Class
org.eclipse.swt.events.KeyEvent
Packages that use KeyEvent
-
Uses of KeyEvent in org.eclipse.swt.events
Methods in org.eclipse.swt.events with parameters of type KeyEventModifier and TypeMethodDescriptionvoid
KeyAdapter.keyPressed
(KeyEvent e) Sent when a key is pressed on the system keyboard.void
KeyListener.keyPressed
(KeyEvent e) Sent when a key is pressed on the system keyboard.void
KeyAdapter.keyReleased
(KeyEvent e) Sent when a key is released on the system keyboard.void
KeyListener.keyReleased
(KeyEvent e) Sent when a key is released on the system keyboard.Method parameters in org.eclipse.swt.events with type arguments of type KeyEventModifier and TypeMethodDescriptionstatic KeyListener
KeyListener.keyPressedAdapter
(Consumer<KeyEvent> c) Static helper method to create aKeyListener
for theKeyListener.keyPressed(KeyEvent e)
) method with a lambda expression.static KeyListener
KeyListener.keyReleasedAdapter
(Consumer<KeyEvent> c) Static helper method to create aKeyListener
for theKeyListener.keyReleased(KeyEvent e)
) method with a lambda expression.