scala.swing.test

SwingApp

object SwingApp extends SimpleSwingApplication

Inherits

  1. SimpleSwingApplication
  2. SwingApplication
  3. Reactor
  4. AnyRef
  5. Any

Value Members

  1. def deafTo(ps: Publisher*): Unit

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

  2. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  3. def hashCode(): Int

    Returns a hash code value for the object

  4. def listenTo(ps: Publisher*): Unit

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

  5. def main(args: Array[String]): Unit

  6. def quit(): Unit

  7. val reactions: Reactions

    All reactions of this reactor

  8. def resourceFromClassloader(path: String): URL

  9. def resourceFromUserDirectory(path: String): File

  10. def shutdown(): Unit

  11. def startup(args: Array[String]): Unit

  12. def toString(): String

    Returns a string representation of the object

  13. def top: MainFrame