|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgestionnaires.GestionnaireOuvrirFenetre
public class GestionnaireOuvrirFenetre
Gestionnaire ouvrant les fenêtres secondaire
Field Summary | |
---|---|
private int |
action
entier représentant la fenêtre à ouvrir |
private javax.swing.JFrame |
fenetre
fenêtre à créer |
private FenetrePrinc |
fPrinc
instance de la fenêtre principale créant cette instance |
static int |
OUVRIR_AIDE
Constante représentant l'ouverture de la fenêtre d'aide |
static int |
OUVRIR_APROPOS
Constante représentant l'ouverture de la fenêtre d'information |
static int |
OUVRIR_OPTIONS
Constante représentant l'ouverture de la fenêtre d'option |
Constructor Summary | |
---|---|
GestionnaireOuvrirFenetre(int action,
FenetrePrinc fp)
COnstructeur |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt)
Implémentation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int OUVRIR_OPTIONS
public static final int OUVRIR_AIDE
public static final int OUVRIR_APROPOS
private int action
private FenetrePrinc fPrinc
private javax.swing.JFrame fenetre
Constructor Detail |
---|
public GestionnaireOuvrirFenetre(int action, FenetrePrinc fp)
action
- code de la fenêtre à ouvrirfp
- instance de la fenêtre principale parenteMethod Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent evt)
action
actionPerformed
in interface java.awt.event.ActionListener
ActionListener.actionPerformed(java.awt.event.ActionEvent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |