Interface VueAbstraite
- All Known Implementing Classes:
- VueCard, VueFlow
- public abstract interface VueAbstraite
Method Summary |
void |
activerAnnuler(boolean b)
|
void |
activerBoissonServie(boolean b)
|
void |
activerChoixBoisson(int choix,
boolean b)
|
void |
activerCinqFrancs(boolean b)
|
void |
activerCode(boolean b)
|
void |
activerDeuxFrancs(boolean b)
|
void |
activerFermeture(boolean b)
|
void |
activerLesStocks(boolean b)
|
void |
activerOuverture(boolean b)
|
void |
activerPieces(boolean b)
|
void |
activerRetourPieces(boolean b)
|
void |
activerUnFranc(boolean b)
|
void |
afficherCafe(int valeur,
int min,
int max)
|
void |
afficherCaisse(int valeur,
int min,
int max)
|
void |
afficherChocolat(int valeur,
int min,
int max)
|
void |
afficherChoixAnnule()
|
void |
afficherGobelet(int valeur,
int min,
int max)
|
void |
afficherMessage(java.lang.String s)
|
void |
afficherNiveauCafe(int valeur)
|
void |
afficherNiveauCaisse(int valeur)
|
void |
afficherNiveauChocolat(int valeur)
|
void |
afficherNiveauGobelet(int valeur)
|
void |
afficherNiveauSucre(int valeur)
|
void |
afficherSommeIntroduite(int s)
|
void |
afficherSommeNecessaire(int s)
|
void |
afficherSommeRendue(int s)
|
void |
afficherSucre(int valeur,
int min,
int max)
|
void |
interdireChoixBoisson()
|
void |
setControle(ControleAbstrait c)
|
setControle
public void setControle(ControleAbstrait c)
afficherMessage
public void afficherMessage(java.lang.String s)
afficherSommeNecessaire
public void afficherSommeNecessaire(int s)
afficherSommeIntroduite
public void afficherSommeIntroduite(int s)
afficherSommeRendue
public void afficherSommeRendue(int s)
activerBoissonServie
public void activerBoissonServie(boolean b)
activerOuverture
public void activerOuverture(boolean b)
activerFermeture
public void activerFermeture(boolean b)
activerCode
public void activerCode(boolean b)
activerUnFranc
public void activerUnFranc(boolean b)
activerDeuxFrancs
public void activerDeuxFrancs(boolean b)
activerCinqFrancs
public void activerCinqFrancs(boolean b)
activerRetourPieces
public void activerRetourPieces(boolean b)
activerAnnuler
public void activerAnnuler(boolean b)
afficherChoixAnnule
public void afficherChoixAnnule()
activerPieces
public void activerPieces(boolean b)
activerChoixBoisson
public void activerChoixBoisson(int choix,
boolean b)
interdireChoixBoisson
public void interdireChoixBoisson()
afficherCafe
public void afficherCafe(int valeur,
int min,
int max)
afficherChocolat
public void afficherChocolat(int valeur,
int min,
int max)
afficherSucre
public void afficherSucre(int valeur,
int min,
int max)
afficherGobelet
public void afficherGobelet(int valeur,
int min,
int max)
afficherCaisse
public void afficherCaisse(int valeur,
int min,
int max)
afficherNiveauCafe
public void afficherNiveauCafe(int valeur)
afficherNiveauChocolat
public void afficherNiveauChocolat(int valeur)
afficherNiveauSucre
public void afficherNiveauSucre(int valeur)
afficherNiveauGobelet
public void afficherNiveauGobelet(int valeur)
afficherNiveauCaisse
public void afficherNiveauCaisse(int valeur)
activerLesStocks
public void activerLesStocks(boolean b)