o

controller

TeamSelectionController

object TeamSelectionController extends Initializable with ViewController

Controller of the team selection view.

Linear Supertypes
ViewController, Initializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TeamSelectionController
  2. ViewController
  3. Initializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val ChosenBrightness: Double
  2. val ChosenSaturation: Double

    Visual properties of chosen characters.

  3. var Jacob: StackPane
  4. val NotChosenBrightness: Double
  5. val NotChosenSaturation: Double

    Visual properties of not chosen characters.

  6. var characterDescription: TextArea
  7. var chosenCharacter0: StackPane
  8. val controller: ViewController
  9. var gridChosen: GridPane
  10. var gridToChoose: GridPane
  11. def handleCharacterChosenPressed(mouseEvent: MouseEvent): Unit

    Handles the selection of a chosen character.

    Handles the selection of a chosen character.

    Annotations
    @FXML()
  12. def handleCharacterToChoosePressed(mouseEvent: MouseEvent): Unit

    Handles the selection of an available character to choose.

    Handles the selection of an available character to choose.

    Annotations
    @FXML()
  13. def handleJoinCasualQueue(event: ActionEvent): Unit

    Handler of the "Join Casual Queue" button action.

    Handler of the "Join Casual Queue" button action.

    Annotations
    @FXML()
  14. def handleLogout(event: ActionEvent): Unit

    Handler of the "Logout" button action.

    Handler of the "Logout" button action.

    Annotations
    @FXML()
  15. var idLabel: Label
  16. def initialize(location: URL, resources: ResourceBundle): Unit
    Definition Classes
    TeamSelectionController → Initializable
  17. var joinCasualMatch: Button
  18. def movesManualPressed(event: ActionEvent): Unit

    Handler of the "Moves manual" button action.

    Handler of the "Moves manual" button action.

    Annotations
    @FXML()
  19. var team: Map[String, StackPane]
  20. var username: String