case class KeyReleased(source: Component, key: Key.Value, modifiers: Modifiers, location: Key.Location.Value)(peer: java.awt.event.KeyEvent) extends KeyEvent with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KeyReleased
- Serializable
- Serializable
- Product
- Equals
- KeyEvent
- InputEvent
- ComponentEvent
- UIEvent
- Event
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
def
consume(): Unit
- Definition Classes
- InputEvent
-
def
consumed: Boolean
- Definition Classes
- InputEvent
- val key: Key.Value
- val location: Key.Location.Value
-
val
modifiers: Modifiers
- Definition Classes
- KeyReleased → InputEvent
-
val
peer: java.awt.event.KeyEvent
- Definition Classes
- KeyReleased → KeyEvent → InputEvent
-
val
source: Component
- Definition Classes
- KeyReleased → ComponentEvent → UIEvent
-
def
when: Long
- Definition Classes
- InputEvent