Scala Library
|
|
scala/swing/SwingWorker.scala
]
abstract
class
SwingWorker
extends
ActorValues and Variables inherited from Actor | |
trapExit |
Method Summary | |
def
|
cancelled : Boolean |
def
|
cancelled_= (b : Boolean) : Unit |
def
|
done : Unit |
def
|
queue : Unit |
Methods inherited from Actor | |
scheduler, receive, receiveWithin, react, reactWithin, ?, start, link, link, unlink, exit, exit |
Methods inherited from scala.actors.ReplyableActor | |
scala.actors.ReplyableActor.!?, scala.actors.ReplyableActor.!?, scala.actors.ReplyableActor.!!, scala.actors.ReplyableActor.!! |
Methods inherited from ReplyReactor | |
sender, reply, !, forward |
Methods inherited from Reactor | |
act (abstract), exceptionHandler, mailboxSize, send, receiver |
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 |
Scala Library
|
|