java.awt.event.ActionListener
, java.util.EventListener
public class GestionnaireOuvrir
extends java.lang.Object
implements java.awt.event.ActionListener
Modifier and Type | Field | Description |
---|---|---|
static int |
OUVRIR_FILTRE |
Constante représentant l'ouverture du choix du filtre
|
static int |
OUVRIR_MEP |
Constante représentant l'ouverture du choix du fichier à mettre en page
|
static int |
OUVRIR_SORTIE |
Constante représentant l'ouverture du choix du fichier sortie
|
static int |
OUVRIR_SOURCE |
Constante représentant l'ouverture du choix du fichier source
|
static int |
OUVRIR_TRANS |
Constante représentant l'ouverture du choix du fichier transcrit
|
Constructor | Description |
---|---|
GestionnaireOuvrir(FenetrePrinc fen,
int a) |
Constructeur
|
Modifier and Type | Method | Description |
---|---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt) |
Implémentation; réaliser l'ouverture prévue suivant le type
action |
public static final int OUVRIR_SOURCE
public static final int OUVRIR_FILTRE
public static final int OUVRIR_SORTIE
public static final int OUVRIR_MEP
public static final int OUVRIR_TRANS
public GestionnaireOuvrir(FenetrePrinc fen, int a)
fen
- la fenêtre appelant le gestionnairea
- code de l'action à effectuerpublic void actionPerformed(java.awt.event.ActionEvent evt)
action
actionPerformed
in interface java.awt.event.ActionListener
ActionListener.actionPerformed(java.awt.event.ActionEvent)