|
|||||||||
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 | |
---|---|
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 a,
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
Constructor Detail |
---|
public GestionnaireOuvrirFenetre(int a, FenetrePrinc fp)
a
- 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 |