Package gestionnaires

Class GestionnaireOuvrir

java.lang.Object
gestionnaires.GestionnaireOuvrir
All Implemented Interfaces:
ActionListener, EventListener

public class GestionnaireOuvrir extends Object implements ActionListener
Gestionnaire gérant les différentes actions d'ouverture de fichiers possibles
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Constante représentant l'ouverture du choix du filtre
    static final int
    Constante représentant l'ouverture du choix du fichier à mettre en page
    static final int
    Constante représentant l'ouverture du choix du fichier sortie
    static final int
    Constante représentant l'ouverture du choix du fichier source
    static final int
    Constante représentant l'ouverture du choix du fichier transcrit
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructeur
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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 Details

    • OUVRIR_SOURCE

      public static final int OUVRIR_SOURCE
      Constante représentant l'ouverture du choix du fichier source
      See Also:
    • OUVRIR_FILTRE

      public static final int OUVRIR_FILTRE
      Constante représentant l'ouverture du choix du filtre
      See Also:
    • OUVRIR_SORTIE

      public static final int OUVRIR_SORTIE
      Constante représentant l'ouverture du choix du fichier sortie
      See Also:
    • OUVRIR_MEP

      public static final int OUVRIR_MEP
      Constante représentant l'ouverture du choix du fichier à mettre en page
      See Also:
    • OUVRIR_TRANS

      public static final int OUVRIR_TRANS
      Constante représentant l'ouverture du choix du fichier transcrit
      See Also:
  • Constructor Details

    • GestionnaireOuvrir

      public GestionnaireOuvrir(FenetrePrinc fen, int a)
      Constructeur
      Parameters:
      fen - la fenêtre appelant le gestionnaire
      a - code de l'action à effectuer
  • Method Details