ikbs.tools.trees.event
Class MenuColorAdapter

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

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


Field Summary
static int FOND_ATT
           
static int FOND_OBJET
           
static int TEXT_ATT
           
static int TEXT_OBJET
           
 
Constructor Summary
MenuColorAdapter(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

TEXT_OBJET

public static final int TEXT_OBJET
See Also:
Constant Field Values

FOND_OBJET

public static final int FOND_OBJET
See Also:
Constant Field Values

TEXT_ATT

public static final int TEXT_ATT
See Also:
Constant Field Values

FOND_ATT

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

MenuColorAdapter

public MenuColorAdapter(int choix,
                        TreeEditor editeur)
Method Detail

actionPerformed

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