SwingWorker

org.nlogo.swing.SwingWorker
abstract class SwingWorker[T, U] extends SwingWorker[T, U]

Attributes

Source
SwingWorker.scala
Graph
Supertypes
class SwingWorker[T, U]
trait RunnableFuture[T]
trait Future[T]
trait Runnable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Abstract methods

def onComplete(): Unit

Attributes

Source
SwingWorker.scala

Concrete methods

final override def done(): Unit

Attributes

Definition Classes
SwingWorker
Source
SwingWorker.scala

Inherited methods

final def addPropertyChangeListener(x$0: PropertyChangeListener): Unit

Attributes

Inherited from:
SwingWorker
final def cancel(x$0: Boolean): Boolean

Attributes

Inherited from:
SwingWorker
final def execute(): Unit

Attributes

Inherited from:
SwingWorker
final def firePropertyChange(x$0: String, x$1: <FromJavaObject>, x$2: <FromJavaObject>): Unit

Attributes

Inherited from:
SwingWorker
final def get(x$0: Long, x$1: TimeUnit): T

Attributes

Inherited from:
SwingWorker
final def get(): T

Attributes

Inherited from:
SwingWorker
final def getProgress(): Int

Attributes

Inherited from:
SwingWorker
final def getPropertyChangeSupport(): PropertyChangeSupport

Attributes

Inherited from:
SwingWorker
final def getState(): StateValue

Attributes

Inherited from:
SwingWorker
final def isCancelled(): Boolean

Attributes

Inherited from:
SwingWorker
final def isDone(): Boolean

Attributes

Inherited from:
SwingWorker
final def removePropertyChangeListener(x$0: PropertyChangeListener): Unit

Attributes

Inherited from:
SwingWorker
final def run(): Unit

Attributes

Inherited from:
SwingWorker