scala.swing.event

trait InputEvent

[source: scala/swing/event/InputEvent.scala]

trait InputEvent
extends ComponentEvent with AnyRef
Direct Known Subclasses:
KeyEvent, MouseEvent

Values and Variables inherited from ComponentEvent
source (abstract)
Method Summary
def consume : Unit
def consumed : Boolean
abstract def modifiers : Int
abstract def peer : java.awt.event.InputEvent
def when : Long
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
abstract def peer : java.awt.event.InputEvent

def when : Long

abstract def modifiers : Int

def consume : Unit

def consumed : Boolean