ikbs.graphics.cases.event
Class MenuFichierCasAdapter

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

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


Field Summary
static int FUSION_CAS_DISTANT
           
static int FUSION_CAS_LOCAL
           
static int LOAD_CAS_DISTANT
           
static int LOAD_CAS_LOCAL
           
static int QUITTER
           
static int SAVE_CAS_LOCAL
           
static int SAVE_CAS_SOUS
           
 
Constructor Summary
MenuFichierCasAdapter(int choix, CaseEditor 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

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

SAVE_CAS_SOUS

public static final int SAVE_CAS_SOUS
See Also:
Constant Field Values

QUITTER

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

MenuFichierCasAdapter

public MenuFichierCasAdapter(int choix,
                             CaseEditor editeur)
Method Detail

actionPerformed

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