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