|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgestionnaires.GestionnaireOuvrir
public class GestionnaireOuvrir
Gestionnaire gérant les différentes actions d'ouverture de fichiers possibles
Field Summary | |
---|---|
private int |
action
Entier représentant l'action à effectuer |
private static FiltreFichier |
fbrf
filtre pour les fichiers brf |
private FenetrePrinc |
fenetre
L'instance de la fenêtre utilisant ce Gestionnaire |
private static FiltreFichier |
fnat
filtre pour les fichiers nat |
private static FiltreFichier |
foo
filtre pour les fichiers open document |
private static FiltreFichier |
ftxt
filtre pour les fichiers texte |
private static FiltreFichier |
fxml
filtre pour les fichiers xml |
static int |
OUVRIR_FILTRE
Constante représentant l'ouverture du choix du filtre |
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 |
private javax.swing.JFileChooser |
selectionneFichier
JFileChooser sélectionnant le fichier si nécessaire |
private static Language |
texts
Textual contents |
Constructor Summary | |
---|---|
GestionnaireOuvrir(FenetrePrinc fen,
int a)
Constructeur |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt)
Implémentation; réaliser l'ouverture prévue suivant le type action |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static Language texts
public static final int OUVRIR_SOURCE
public static final int OUVRIR_FILTRE
public static final int OUVRIR_SORTIE
public static final int OUVRIR_TRANS
private javax.swing.JFileChooser selectionneFichier
private FenetrePrinc fenetre
private int action
private static final FiltreFichier ftxt
private static final FiltreFichier fnat
private static final FiltreFichier fxml
private static final FiltreFichier foo
private static final FiltreFichier fbrf
Constructor Detail |
---|
public GestionnaireOuvrir(FenetrePrinc fen, int a)
fen
- la fenêtre appelant le gestionnairea
- code de l'action à effectuerMethod 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 |