c

scala.swing.event

KeyTyped

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
Serializable, java.io.Serializable, Product, Equals, KeyEvent, InputEvent, ComponentEvent, UIEvent, Event, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyTyped
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. KeyEvent
  7. InputEvent
  8. ComponentEvent
  9. UIEvent
  10. Event
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KeyTyped(e: java.awt.event.KeyEvent)
  2. new KeyTyped(source: Component, char: Char, modifiers: Modifiers, location: Key.Location.Value)(peer: java.awt.event.KeyEvent)

Value Members

  1. val char: Char
  2. def consume(): Unit
    Definition Classes
    InputEvent
  3. def consumed: Boolean
    Definition Classes
    InputEvent
  4. val location: Key.Location.Value
  5. val modifiers: Modifiers
    Definition Classes
    KeyTypedInputEvent
  6. val peer: java.awt.event.KeyEvent
    Definition Classes
    KeyTypedKeyEventInputEvent
  7. val source: Component
    Definition Classes
    KeyTypedComponentEventUIEvent
  8. def when: Long
    Definition Classes
    InputEvent