scala.swing.event

class MouseEvent

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

sealed abstract class MouseEvent
extends InputEvent
Direct Known Subclasses:
MouseButtonEvent, MouseMotionEvent, MouseWheelMoved

Values and Variables inherited from ComponentEvent
source (abstract)
Method Summary
abstract def peer : java.awt.event.MouseEvent
abstract def point : java.awt.Point
Methods inherited from InputEvent
modifiers (abstract), when, consume, consumed
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.MouseEvent
Overrides
InputEvent.peer

abstract def point : java.awt.Point