GraphicStandardGameMenu

class GraphicStandardGameMenu(stage: Stage) extends GraphicView

Standard Game menu graphic interface

Companion:
object
trait PageView
class Object
trait Matchable
class Any

Value members

Concrete methods

def backButtonClicked(): Unit
def disableButton(buttons: List[Button]): Unit
def nextButtonClicked(): Unit
def resetAnswerButton(buttons: List[Button]): Unit
override def updateUI[T](update: ViewUpdate[Any]): Unit
Definition Classes

Concrete fields

val answerButtons: List[Button]
var backButton: Button
var courseLabel: Label
var firstAnswerButton: Button
var fourthAnswerButton: Button
var nextButton: Button
var pointsLabel: Label
var quizLabel: Label
var quizNumberLabel: Label
var secondAnswerButton: Button
var thirdAnswerButton: Button
var timeProgressBar: ProgressBar