ikbs.graphics.model.event
Class MenuFichierModelAdapter

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

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


Field Summary
static int EXPORTER_MODEL_HTML
           
static int EXPORTER_MODEL_TEXT
           
static int IMPORTER_DELTA
           
static int IMPRIMER_MODEL
           
static int MODEL_DISTANT
           
static int MODEL_LOCAL
           
static int QUITTER
           
static int SAUVER_MODEL
           
static int SAUVER_MODEL_SOUS
           
 
Constructor Summary
MenuFichierModelAdapter(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

MODEL_LOCAL

public static final int MODEL_LOCAL
See Also:
Constant Field Values

MODEL_DISTANT

public static final int MODEL_DISTANT
See Also:
Constant Field Values

IMPORTER_DELTA

public static final int IMPORTER_DELTA
See Also:
Constant Field Values

SAUVER_MODEL

public static final int SAUVER_MODEL
See Also:
Constant Field Values

SAUVER_MODEL_SOUS

public static final int SAUVER_MODEL_SOUS
See Also:
Constant Field Values

QUITTER

public static final int QUITTER
See Also:
Constant Field Values

IMPRIMER_MODEL

public static final int IMPRIMER_MODEL
See Also:
Constant Field Values

EXPORTER_MODEL_TEXT

public static final int EXPORTER_MODEL_TEXT
See Also:
Constant Field Values

EXPORTER_MODEL_HTML

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

MenuFichierModelAdapter

public MenuFichierModelAdapter(int choix,
                               ModelEditor editeur)
Method Detail

actionPerformed

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