ScalaColliderSwing

object ScalaColliderSwing extends SimpleSwingApplication
class SimpleSwingApplication
class SwingApplication
trait Reactor
class Object
trait Matchable
class Any

Value members

Inherited methods

def deafTo(ps: Publisher*): Unit

Installed reaction won't receive events from the given publisher anylonger.

Installed reaction won't receive events from the given publisher anylonger.

Inherited from
Reactor
def listenTo(ps: Publisher*): Unit

Listen to the given publisher as long as deafTo isn't called for them.

Listen to the given publisher as long as deafTo isn't called for them.

Inherited from
Reactor
def main(args: Array[String]): Unit

Initializes the application and runs the given program.

Initializes the application and runs the given program.

Inherited from
SwingApplication
def quit(): Unit

Finalizes the application by calling shutdown and exits.

Finalizes the application by calling shutdown and exits.

Inherited from
SwingApplication
def resourceFromClassloader(path: String): URL
Inherited from
SimpleSwingApplication
def resourceFromUserDirectory(path: String): File
Inherited from
SimpleSwingApplication
def shutdown(): Unit

Called before the application is exited. Override to customize.

Called before the application is exited. Override to customize.

Inherited from
SwingApplication
override
def startup(args: Array[String]): Unit

Calls top, packs the frame, and displays it.

Calls top, packs the frame, and displays it.

Definition Classes
SimpleSwingApplication -> SwingApplication
Inherited from
SimpleSwingApplication

Concrete fields

lazy
val top: Frame

Inherited fields

val reactions: Reactions

All reactions of this reactor.

All reactions of this reactor.

Inherited from
Reactor