scala.swing

class SwingWorker

[source: scala/swing/SwingWorker.scala]

abstract class SwingWorker
extends Actor
Values 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
def queue : Unit

def done : Unit

def cancelled : Boolean

def cancelled_=(b : Boolean) : Unit