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