ikbs.tools.trees.event
Class IkbsPopupMenuListener

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

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

IKBS trees.event Implémente les actions associées au popUp des objets et des attributs


Field Summary
static int AFFICHER_ATT
           
static int AFFICHER_FILS
           
protected  int choix
           
static int CIBLE_ATTRIBUT
           
static int COLLER
           
static int COPIER_ATTRIBUT
           
static int COPIER_OBJET
           
static int COPIER_SOUS_ARBRE
           
static int CREER_ATTRIBUT
           
static int CREER_OBJET
           
static int EDITER_ATTRIBUT
           
static int EDITER_OBJET
           
static int EFFACER_ATTRIBUT
           
static int EFFACER_OBJET
           
static int EFFACER_SOUS_ARBRE
           
protected  ActionGraphViewer graphEditor
           
static int RACINE_OBJET
           
static int TOUT_EFFACER
           
 
Constructor Summary
IkbsPopupMenuListener(int choix, ActionGraphViewer unCanvas)
           
 
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

CREER_OBJET

public static final int CREER_OBJET
See Also:
Constant Field Values

EFFACER_OBJET

public static final int EFFACER_OBJET
See Also:
Constant Field Values

EFFACER_SOUS_ARBRE

public static final int EFFACER_SOUS_ARBRE
See Also:
Constant Field Values

EDITER_OBJET

public static final int EDITER_OBJET
See Also:
Constant Field Values

RACINE_OBJET

public static final int RACINE_OBJET
See Also:
Constant Field Values

CREER_ATTRIBUT

public static final int CREER_ATTRIBUT
See Also:
Constant Field Values

COLLER

public static final int COLLER
See Also:
Constant Field Values

COPIER_OBJET

public static final int COPIER_OBJET
See Also:
Constant Field Values

COPIER_SOUS_ARBRE

public static final int COPIER_SOUS_ARBRE
See Also:
Constant Field Values

TOUT_EFFACER

public static final int TOUT_EFFACER
See Also:
Constant Field Values

EDITER_ATTRIBUT

public static final int EDITER_ATTRIBUT
See Also:
Constant Field Values

CIBLE_ATTRIBUT

public static final int CIBLE_ATTRIBUT
See Also:
Constant Field Values

EFFACER_ATTRIBUT

public static final int EFFACER_ATTRIBUT
See Also:
Constant Field Values

COPIER_ATTRIBUT

public static final int COPIER_ATTRIBUT
See Also:
Constant Field Values

AFFICHER_ATT

public static final int AFFICHER_ATT
See Also:
Constant Field Values

AFFICHER_FILS

public static final int AFFICHER_FILS
See Also:
Constant Field Values

graphEditor

protected ActionGraphViewer graphEditor

choix

protected int choix
Constructor Detail

IkbsPopupMenuListener

public IkbsPopupMenuListener(int choix,
                             ActionGraphViewer unCanvas)
Method Detail

actionPerformed

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