ikbs.learning.graph.event
Class DecisionTreeNodeAdapter

java.lang.Object
  extended by ikbs.learning.graph.event.DecisionTreeNodeAdapter
All Implemented Interfaces:
InfoListener, java.awt.event.ActionListener, java.util.EventListener

public class DecisionTreeNodeAdapter
extends java.lang.Object
implements InfoListener


Field Summary
static int ANNULER
           
static int CHOISIR
           
static int EFFACER
           
static int VALIDER
           
static int VISUALISER
           
 
Constructor Summary
DecisionTreeNodeAdapter(DecisionTreeNodeEditor editeur)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void removeInfo()
           
 void setInfo(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHOISIR

public static final int CHOISIR
See Also:
Constant Field Values

EFFACER

public static final int EFFACER
See Also:
Constant Field Values

VALIDER

public static final int VALIDER
See Also:
Constant Field Values

ANNULER

public static final int ANNULER
See Also:
Constant Field Values

VISUALISER

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

DecisionTreeNodeAdapter

public DecisionTreeNodeAdapter(DecisionTreeNodeEditor editeur)
Method Detail

actionPerformed

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

setInfo

public void setInfo(java.lang.String s)
Specified by:
setInfo in interface InfoListener

removeInfo

public void removeInfo()
Specified by:
removeInfo in interface InfoListener