|
Scala Swing Library
|
|
scala/swing/Reactions.scala]
class
Impl
extends Reactions| Method Summary | |
def
|
+=
(r : scala.PartialFunction) : Unit
Add a reaction.
|
def
|
-=
(r : scala.PartialFunction) : Unit
Remove the given reaction.
|
def
|
apply (e : Event) : Unit |
def
|
isDefinedAt (e : Event) : Boolean |
| Methods inherited from scala.PartialFunction | |
| scala.PartialFunction.orElse, scala.PartialFunction.andThen |
| Methods inherited from scala.Function1 | |
| scala.Function1.toString, scala.Function1.compose |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
def
+=(r : scala.PartialFunction) : Unit
def
-=(r : scala.PartialFunction) : Unit
|
Scala Swing Library
|
|