Class VueFlow

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--java.awt.Window
                    |
                    +--java.awt.Frame
                          |
                          +--VueFlow

public class VueFlow
extends java.awt.Frame
implements VueAbstraite

See Also:
Serialized Form

Fields inherited from class java.awt.Frame
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Constructor Summary
VueFlow()
           
 
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)
           
 
Methods inherited from class java.awt.Frame
addNotify, finalize, getCursorType, getFrames, getIconImage, getMenuBar, getState, getTitle, isResizable, paramString, remove, removeNotify, setCursor, setIconImage, setMenuBar, setResizable, setState, setTitle
 
Methods inherited from class java.awt.Window
addWindowListener, applyResourceBundle, applyResourceBundle, dispose, getFocusOwner, getInputContext, getLocale, getOwnedWindows, getOwner, getToolkit, getWarningString, isShowing, pack, postEvent, processEvent, processWindowEvent, removeWindowListener, show, toBack, toFront
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, remove, removeAll, removeContainerListener, setFont, setLayout, update, validate, validateTree
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addPropertyChangeListener, addPropertyChangeListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentOrientation, getCursor, getDropTarget, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getInputMethodRequests, getLocation, getLocation, getLocationOnScreen, getName, getParent, getPeer, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isDisplayable, isDoubleBuffered, isEnabled, isFocusTraversable, isLightweight, isOpaque, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, removeComponentListener, removeFocusListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setForeground, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, toString, transferFocus
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VueFlow

public VueFlow()
Method Detail

setControle

public void setControle(ControleAbstrait c)
Specified by:
setControle in interface VueAbstraite

afficherMessage

public void afficherMessage(java.lang.String s)
Specified by:
afficherMessage in interface VueAbstraite

afficherSommeNecessaire

public void afficherSommeNecessaire(int s)
Specified by:
afficherSommeNecessaire in interface VueAbstraite

afficherSommeIntroduite

public void afficherSommeIntroduite(int s)
Specified by:
afficherSommeIntroduite in interface VueAbstraite

afficherSommeRendue

public void afficherSommeRendue(int s)
Specified by:
afficherSommeRendue in interface VueAbstraite

activerBoissonServie

public void activerBoissonServie(boolean b)
Specified by:
activerBoissonServie in interface VueAbstraite

activerOuverture

public void activerOuverture(boolean b)
Specified by:
activerOuverture in interface VueAbstraite

activerFermeture

public void activerFermeture(boolean b)
Specified by:
activerFermeture in interface VueAbstraite

activerCode

public void activerCode(boolean b)
Specified by:
activerCode in interface VueAbstraite

activerUnFranc

public void activerUnFranc(boolean b)
Specified by:
activerUnFranc in interface VueAbstraite

activerDeuxFrancs

public void activerDeuxFrancs(boolean b)
Specified by:
activerDeuxFrancs in interface VueAbstraite

activerCinqFrancs

public void activerCinqFrancs(boolean b)
Specified by:
activerCinqFrancs in interface VueAbstraite

activerRetourPieces

public void activerRetourPieces(boolean b)
Specified by:
activerRetourPieces in interface VueAbstraite

activerAnnuler

public void activerAnnuler(boolean b)
Specified by:
activerAnnuler in interface VueAbstraite

afficherChoixAnnule

public void afficherChoixAnnule()
Specified by:
afficherChoixAnnule in interface VueAbstraite

activerPieces

public void activerPieces(boolean b)
Specified by:
activerPieces in interface VueAbstraite

activerChoixBoisson

public void activerChoixBoisson(int choix,
                                boolean b)
Specified by:
activerChoixBoisson in interface VueAbstraite

interdireChoixBoisson

public void interdireChoixBoisson()
Specified by:
interdireChoixBoisson in interface VueAbstraite

afficherCafe

public void afficherCafe(int valeur,
                         int min,
                         int max)
Specified by:
afficherCafe in interface VueAbstraite

afficherChocolat

public void afficherChocolat(int valeur,
                             int min,
                             int max)
Specified by:
afficherChocolat in interface VueAbstraite

afficherSucre

public void afficherSucre(int valeur,
                          int min,
                          int max)
Specified by:
afficherSucre in interface VueAbstraite

afficherGobelet

public void afficherGobelet(int valeur,
                            int min,
                            int max)
Specified by:
afficherGobelet in interface VueAbstraite

afficherCaisse

public void afficherCaisse(int valeur,
                           int min,
                           int max)
Specified by:
afficherCaisse in interface VueAbstraite

afficherNiveauCafe

public void afficherNiveauCafe(int valeur)
Specified by:
afficherNiveauCafe in interface VueAbstraite

afficherNiveauChocolat

public void afficherNiveauChocolat(int valeur)
Specified by:
afficherNiveauChocolat in interface VueAbstraite

afficherNiveauSucre

public void afficherNiveauSucre(int valeur)
Specified by:
afficherNiveauSucre in interface VueAbstraite

afficherNiveauGobelet

public void afficherNiveauGobelet(int valeur)
Specified by:
afficherNiveauGobelet in interface VueAbstraite

afficherNiveauCaisse

public void afficherNiveauCaisse(int valeur)
Specified by:
afficherNiveauCaisse in interface VueAbstraite

activerLesStocks

public void activerLesStocks(boolean b)
Specified by:
activerLesStocks in interface VueAbstraite