gestionnaires
Class GestionnaireMajTabBraille

java.lang.Object
  extended by gestionnaires.GestionnaireMajTabBraille
All Implemented Interfaces:
java.awt.event.WindowListener, java.util.EventListener

public class GestionnaireMajTabBraille
extends java.lang.Object
implements java.awt.event.WindowListener

Gestionnaire mettant à jour les tables brailles dans les combobox


Constructor Summary
GestionnaireMajTabBraille(javax.swing.JComboBox combo1, javax.swing.JComboBox combo2)
          Constructeur
 
Method Summary
 void windowActivated(java.awt.event.WindowEvent arg0)
          Implémentation; ne fait rien
 void windowClosed(java.awt.event.WindowEvent arg0)
          Implémentation; mets à jour les combobox des tables
 void windowClosing(java.awt.event.WindowEvent arg0)
          Implémentation; ne fait rien
 void windowDeactivated(java.awt.event.WindowEvent arg0)
          Implémentation; ne fait rien
 void windowDeiconified(java.awt.event.WindowEvent arg0)
          Implémentation; ne fait rien
 void windowIconified(java.awt.event.WindowEvent arg0)
          Implémentation; ne fait rien
 void windowOpened(java.awt.event.WindowEvent arg0)
          Implémentation; ne fait rien
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GestionnaireMajTabBraille

public GestionnaireMajTabBraille(javax.swing.JComboBox combo1,
                                 javax.swing.JComboBox combo2)
Constructeur

Parameters:
combo1 - pointe sur la liste des tables brailles
combo2 - pointe sur la liste des tables brailles d'impression
Method Detail

windowActivated

public void windowActivated(java.awt.event.WindowEvent arg0)
Implémentation; ne fait rien

Specified by:
windowActivated in interface java.awt.event.WindowListener
See Also:
WindowListener.windowActivated(java.awt.event.WindowEvent)

windowClosed

public void windowClosed(java.awt.event.WindowEvent arg0)
Implémentation; mets à jour les combobox des tables

Specified by:
windowClosed in interface java.awt.event.WindowListener
See Also:
WindowListener.windowClosed(java.awt.event.WindowEvent)

windowClosing

public void windowClosing(java.awt.event.WindowEvent arg0)
Implémentation; ne fait rien

Specified by:
windowClosing in interface java.awt.event.WindowListener
See Also:
WindowListener.windowClosing(java.awt.event.WindowEvent)

windowDeactivated

public void windowDeactivated(java.awt.event.WindowEvent arg0)
Implémentation; ne fait rien

Specified by:
windowDeactivated in interface java.awt.event.WindowListener
See Also:
WindowListener.windowDeactivated(java.awt.event.WindowEvent)

windowDeiconified

public void windowDeiconified(java.awt.event.WindowEvent arg0)
Implémentation; ne fait rien

Specified by:
windowDeiconified in interface java.awt.event.WindowListener
See Also:
WindowListener.windowDeiconified(java.awt.event.WindowEvent)

windowIconified

public void windowIconified(java.awt.event.WindowEvent arg0)
Implémentation; ne fait rien

Specified by:
windowIconified in interface java.awt.event.WindowListener
See Also:
WindowListener.windowIconified(java.awt.event.WindowEvent)

windowOpened

public void windowOpened(java.awt.event.WindowEvent arg0)
Implémentation; ne fait rien

Specified by:
windowOpened in interface java.awt.event.WindowListener
See Also:
WindowListener.windowOpened(java.awt.event.WindowEvent)