Package gestionnaires

Class GestionnaireOuvrir

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.util.EventListener

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

      Fields 
      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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • OUVRIR_SOURCE

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

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

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

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

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

      • GestionnaireOuvrir

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

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent evt)
        Implémentation; réaliser l'ouverture prévue suivant le type action
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener
        See Also:
        ActionListener.actionPerformed(java.awt.event.ActionEvent)