object TeamSelectionController extends Initializable with ViewController
Controller of the team selection view.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TeamSelectionController
- ViewController
- Initializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val ChosenBrightness: Double
-
val
ChosenSaturation: Double
Visual properties of chosen characters.
- var Jacob: StackPane
- val NotChosenBrightness: Double
-
val
NotChosenSaturation: Double
Visual properties of not chosen characters.
- var characterDescription: TextArea
- var chosenCharacter0: StackPane
- val controller: ViewController
- var gridChosen: GridPane
- var gridToChoose: GridPane
-
def
handleCharacterChosenPressed(mouseEvent: MouseEvent): Unit
Handles the selection of a chosen character.
Handles the selection of a chosen character.
- Annotations
- @FXML()
-
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()
-
def
handleJoinCasualQueue(event: ActionEvent): Unit
Handler of the "Join Casual Queue" button action.
Handler of the "Join Casual Queue" button action.
- Annotations
- @FXML()
-
def
handleLogout(event: ActionEvent): Unit
Handler of the "Logout" button action.
Handler of the "Logout" button action.
- Annotations
- @FXML()
- var idLabel: Label
-
def
initialize(location: URL, resources: ResourceBundle): Unit
- Definition Classes
- TeamSelectionController → Initializable
- var joinCasualMatch: Button
-
def
movesManualPressed(event: ActionEvent): Unit
Handler of the "Moves manual" button action.
Handler of the "Moves manual" button action.
- Annotations
- @FXML()
- var team: Map[String, StackPane]
- var username: String