c

scala.swing.event

KeyPressed

case class KeyPressed(source: Component, key: Key.Value, 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. KeyPressed
  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 KeyPressed(e: java.awt.event.KeyEvent)
  2. new KeyPressed(source: Component, key: Key.Value, modifiers: Modifiers, location: Key.Location.Value)(peer: java.awt.event.KeyEvent)

Value Members

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