Package | Description |
---|---|
pControler | |
pVue | |
pVue.pGUI |
Modifier and Type | Method and Description |
---|---|
Match |
ControlerJeu.initMatch()
Créer un match entre plusieurs équipes
|
Match |
ControlerJeu.initMatch(int nbrEquipes,
int nbrJoueurs,
java.lang.String[] noms,
int[] colors)
Créer un match entre plusieurs équipes :
|
Modifier and Type | Method and Description |
---|---|
void |
ControlerJeu.endMatch(Match m)
Termine un match.
|
Modifier and Type | Method and Description |
---|---|
Match |
VueControle.addMatch()
Demande au controleur de lancer un nouveau match
|
Match |
VueControle.addMatch(int nbrEquipes,
int nbrJoueurs,
java.lang.String[] noms,
int[] colors)
Demande au controleur de lancer un nouveau match
|
Modifier and Type | Method and Description |
---|---|
void |
VueControle.removeMatch(Match m)
Demande au controleur d'arrêter un match M
|
void |
VueJeuEquipe.setJeu(Match newVar)
Set the value of jeu
|
Modifier and Type | Method and Description |
---|---|
Match |
ControleGUITab.getMatch() |
Modifier and Type | Method and Description |
---|---|
void |
ControleGUITab.setMatch(Match match) |
Constructor and Description |
---|
ControleGUITab(ControleGUI gui,
Match addMatch) |