scala.swing.event

class MouseButtonEvent

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

sealed abstract class MouseButtonEvent
extends MouseEvent
Direct Known Subclasses:
MouseClicked, MousePressed, MouseReleased

Values and Variables inherited from ComponentEvent
source (abstract)
Method Summary
abstract def clicks : Int
abstract def triggersPopup : Boolean
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
Methods inherited from MouseEvent
peer (abstract), point (abstract)
Method Details
abstract def clicks : Int

abstract def triggersPopup : Boolean