Class MenuInfoEcouteur

java.lang.Object
  extended byMenuEcouteur
      extended byMenuInfoEcouteur
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class MenuInfoEcouteur
extends MenuEcouteur

Écouteur affichant dans une boite de dialogue les informations du fichier TMX courant


Constructor Summary
MenuInfoEcouteur(javax.swing.JFrame main, java.lang.String title, TmxManager parent, TmxTabbed tabs, int width, int height)
          Construit un écouteur affichant une boite de dialogue
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Affiche la boite de dialogue avec l'information de l'onglet actif.
 
Methods inherited from class MenuEcouteur
getHeight, getParent, getTitle, getWidth, showInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuInfoEcouteur

public MenuInfoEcouteur(javax.swing.JFrame main,
                        java.lang.String title,
                        TmxManager parent,
                        TmxTabbed tabs,
                        int width,
                        int height)
Construit un écouteur affichant une boite de dialogue

Parameters:
main - JFrame principale
title - Titre de la boite de dialogue
parent - Gestionnaire de fichier TMX
tabs - Onglets
width - largeur de la boite de dialogue
height - hauteur de la boite de dialogue
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Affiche la boite de dialogue avec l'information de l'onglet actif.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Specified by:
actionPerformed in class MenuEcouteur
Parameters:
e - événement action.