Packages

o

o1.football3.gui

FootballApp

object FootballApp extends SimpleSwingApplication with O1AppDefaults

The singleton object FootballApp represents a simple application that a programmer can use to experiment with the package o1.football2.

NOTE TO STUDENTS: In this course, you don't need to understand how this object works or can be used, apart from the fact that you can use this file to start the program.

Linear Supertypes
O1AppDefaults, O1SwingDefaults, SimpleSwingApplication, SwingApplication, Reactor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FootballApp
  2. O1AppDefaults
  3. O1SwingDefaults
  4. SimpleSwingApplication
  5. SwingApplication
  6. Reactor
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def deafTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  2. def listenTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  3. def main(args: Array[String]): Unit
    Definition Classes
    SwingApplication
  4. def quit(): Unit
    Definition Classes
    SwingApplication
  5. val reactions: Reactions
    Definition Classes
    Reactor
  6. def resourceFromClassloader(path: String): URL
    Definition Classes
    SimpleSwingApplication
  7. def resourceFromUserDirectory(path: String): File
    Definition Classes
    SimpleSwingApplication
  8. def shutdown(): Unit
    Definition Classes
    SwingApplication
  9. def startup(args: Array[String]): Unit
    Definition Classes
    O1AppDefaults → SimpleSwingApplication → SwingApplication
  10. def top: MainFrame { type SeasonPanel <: scala.swing.GridBagPanel with o1.gui.layout.EasyPanel{val owner: scala.swing.Window; val seasonClass: o1.football3.gui.DynamicClass[AnyRef]; val season: scala.util.Try[this.EnhancedSeason]; val countStat: scala.swing.Label; val highestStat: scala.swing.Label; val latestStat: scala.swing.Label; val stats: scala.swing.GridBagPanel with o1.gui.layout.EasyPanel; val matchList: scala.swing.ListView[String]; val matchView: o1.football3.gui.MatchPanel; val startButton: scala.swing.Button; val playedLabel: scala.swing.Label; val matchScroller: scala.swing.ScrollPane; def addMatch(): Unit; type EnhancedSeason <: o1.football3.gui.DynamicObject[AnyRef]{def apply(n: Int): Option[o1.football3.Match]; def matches: IndexedSeq[o1.football3.Match]}; type EnhancedMatch <: AnyRef{val game: o1.football3.Match; def toShortString: String}; implicit def EnhancedMatch(game: o1.football3.Match): this.EnhancedMatch} }
    Definition Classes
    FootballApp → SimpleSwingApplication