ikbs.tools.trees.event
Class IkbsPopupMenuListener
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
IkbsPopupMenuListener
public IkbsPopupMenuListener(int choix,
ActionGraphViewer unCanvas)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed in interface java.awt.event.ActionListener