Package gestionnaires
Class GestionnaireOuvrirFenetre
- java.lang.Object
-
- gestionnaires.GestionnaireOuvrirFenetre
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.util.EventListener
public class GestionnaireOuvrirFenetre extends java.lang.Object implements java.awt.event.ActionListener
Gestionnaire ouvrant les fenêtres secondaire
-
-
Field Summary
Fields Modifier and Type Field Description static int
OUVRIR_AIDE
Constante représentant l'ouverture de la fenêtre d'aidestatic int
OUVRIR_APROPOS
Constante représentant l'ouverture de la fenêtre d'informationstatic int
OUVRIR_OPTIONS
Constante représentant l'ouverture de la fenêtre d'option
-
Constructor Summary
Constructors Constructor Description GestionnaireOuvrirFenetre(int a, FenetrePrinc fp)
COnstructeur
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent evt)
Implémentation.
-
-
-
Field Detail
-
OUVRIR_OPTIONS
public static final int OUVRIR_OPTIONS
Constante représentant l'ouverture de la fenêtre d'option- See Also:
- Constant Field Values
-
OUVRIR_AIDE
public static final int OUVRIR_AIDE
Constante représentant l'ouverture de la fenêtre d'aide- See Also:
- Constant Field Values
-
OUVRIR_APROPOS
public static final int OUVRIR_APROPOS
Constante représentant l'ouverture de la fenêtre d'information- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GestionnaireOuvrirFenetre
public GestionnaireOuvrirFenetre(int a, FenetrePrinc fp)
COnstructeur- Parameters:
a
- code de la fenêtre à ouvrirfp
- instance de la fenêtre principale parente
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
Implémentation. Ouvre la fenêtre correspondant àaction
- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)
-
-