|
Scala Library
|
|
scala/swing/SwingApplication.scala]
abstract
class
SwingApplication
extends Reactor| Values and Variables inherited from Reactor | |
| reactions |
| Method Summary | |
def
|
main (args : Array[java.lang.String]) : Unit |
def
|
quit : Unit |
def
|
shutdown : Unit |
abstract def
|
startup (args : Array[java.lang.String]) : Unit |
| Methods inherited from Reactor | |
| listenTo, deafTo |
| 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
main(args : Array[java.lang.String]) : Unit
abstract
def
startup(args : Array[java.lang.String]) : Unit
def
quit : Unit
def
shutdown : Unit
|
Scala Library
|
|