ikbs.graphics.model.event
Class MenuCasModelAdapter

java.lang.Object
  extended by ikbs.graphics.model.event.MenuCasModelAdapter
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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


Field Summary
static int AFFICHER_CAS
           
static int CREER_CAS
           
static int EXPORTER_HYPER
           
static int FUSION_CAS_DISTANT
           
static int FUSION_CAS_LOCAL
           
static int IMPORTER_ANCIEN_CAS
           
static int IMPORTER_HYPER
           
static int IMPORTER_TABLEAU
           
static int LOAD_CAS_DISTANT
           
static int LOAD_CAS_LOCAL
           
static int SAVE_CAS_LOCAL
           
 
Constructor Summary
MenuCasModelAdapter(int choix, ModelEditor 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

CREER_CAS

public static final int CREER_CAS
See Also:
Constant Field Values

LOAD_CAS_LOCAL

public static final int LOAD_CAS_LOCAL
See Also:
Constant Field Values

FUSION_CAS_LOCAL

public static final int FUSION_CAS_LOCAL
See Also:
Constant Field Values

LOAD_CAS_DISTANT

public static final int LOAD_CAS_DISTANT
See Also:
Constant Field Values

FUSION_CAS_DISTANT

public static final int FUSION_CAS_DISTANT
See Also:
Constant Field Values

SAVE_CAS_LOCAL

public static final int SAVE_CAS_LOCAL
See Also:
Constant Field Values

AFFICHER_CAS

public static final int AFFICHER_CAS
See Also:
Constant Field Values

IMPORTER_ANCIEN_CAS

public static final int IMPORTER_ANCIEN_CAS
See Also:
Constant Field Values

IMPORTER_HYPER

public static final int IMPORTER_HYPER
See Also:
Constant Field Values

EXPORTER_HYPER

public static final int EXPORTER_HYPER
See Also:
Constant Field Values

IMPORTER_TABLEAU

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

MenuCasModelAdapter

public MenuCasModelAdapter(int choix,
                           ModelEditor editeur)
Method Detail

actionPerformed

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