ikbs.tools.trees.event
Class MenuEditionAdapter

java.lang.Object
  extended by ikbs.tools.trees.event.MenuEditionAdapter
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class MenuEditionAdapter
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
static int EDITION
           
 
Constructor Summary
MenuEditionAdapter(int choix, TreeEditor editeur)
           
 
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

EDITION

public static final int EDITION
See Also:
Constant Field Values
Constructor Detail

MenuEditionAdapter

public MenuEditionAdapter(int choix,
                          TreeEditor editeur)
Method Detail

actionPerformed

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