draw.graphique
Class VueBoite.ActionSousChoix

java.lang.Object
  extended by draw.graphique.VueBoite.ActionChoix
      extended by draw.graphique.VueBoite.ActionSousChoix
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
VueBoite

private class VueBoite.ActionSousChoix
extends VueBoite.ActionChoix
implements java.awt.event.ActionListener


Field Summary
private  int z
           
 
Fields inherited from class draw.graphique.VueBoite.ActionChoix
x, y
 
Constructor Summary
VueBoite.ActionSousChoix(int x, int y, int z)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

z

private int z
Constructor Detail

VueBoite.ActionSousChoix

public VueBoite.ActionSousChoix(int x,
                                int y,
                                int z)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Overrides:
actionPerformed in class VueBoite.ActionChoix