Package com.teamdev.jxbrowser.ui.event
Interface KeyReleased
- All Superinterfaces:
KeyEvent
An event indicating that a keyboard key has been released.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault KeyCodekeyCode()Returns the code of the key.default KeyLocationReturns the location of the key on the keyboard.default KeyModifiersReturns the keyboard modifiers applied.static KeyReleased.BuildernewBuilder(KeyCode keyCode) Creates a newKeyReleasedbuilder with the given required parameters.
-
Method Details
-
newBuilder
Creates a newKeyReleasedbuilder with the given required parameters.- Parameters:
keyCode- the code of the key- Returns:
- a new
KeyReleased.Builderinstance
-
keyCode
Description copied from interface:KeyEventReturns the code of the key. -
keyModifiers
Description copied from interface:KeyEventReturns the keyboard modifiers applied.- Specified by:
keyModifiersin interfaceKeyEvent
-
keyLocation
Description copied from interface:KeyEventReturns the location of the key on the keyboard.- Specified by:
keyLocationin interfaceKeyEvent
-