ikbs.tools.trees.event
Class EditorAdapter

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

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


Field Summary
static int A_PROPOS
           
static int MANUEL
           
static int NULL
           
 
Constructor Summary
EditorAdapter(int choix, Editor 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

NULL

public static final int NULL
See Also:
Constant Field Values

A_PROPOS

public static final int A_PROPOS
See Also:
Constant Field Values

MANUEL

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

EditorAdapter

public EditorAdapter(int choix,
                     Editor editeur)
Method Detail

actionPerformed

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