class MainController extends AnyRef
- Annotations
- @sfxml(macros.this.sfxml.<init>$default$1)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MainController
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MainController(gamePane: StackPane, menuPane: AnchorPane, returnButton: Button, returnButtonImg: ImageView, gameMode: ComboBox[String], difficulty: ComboBox[String], whitePromotionPieces: GridPane, blackPromotionPieces: GridPane)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ChessStart(): Unit
Starts Chess Game when the button is pressed.
- def Connect4Start(): Unit
Start Connect-4 Game when the button is pressed.
- def XOStart(): Unit
Starts XO Game when the button is pressed.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val blackPromotionPieces: GridPane
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- var diff: String
- val difficultyMap: Map[String, Int]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- var gM: String
- def gameMode(boolean: Boolean): Unit
Sets some boxes to be visible and others invisible.
Sets some boxes to be visible and others invisible.
- boolean
indicate which to turn on.
- val gameModeMap: Map[Pair[String, String], Array[Player]]
- var gamePane: StackPane
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def init(): Unit
Initialize the game.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val menuPane: AnchorPane
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val returnButton: Button
- val returnButtonImg: ImageView
- def returnMenu(): Unit
Returns to main menu when the button is pressed.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val whitePromotionPieces: GridPane
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated