ikbs.graphics.cases.event
Class MenuCasBaseAdapter
java.lang.Object
ikbs.graphics.cases.event.MenuCasBaseAdapter
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public class MenuCasBaseAdapter
- 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 |
CREER_CAS
public static final int CREER_CAS
- See Also:
- Constant Field Values
EFFACER_CAS
public static final int EFFACER_CAS
- See Also:
- Constant Field Values
DUPLIQUER_CAS
public static final int DUPLIQUER_CAS
- See Also:
- Constant Field Values
CAS_SUIVANT
public static final int CAS_SUIVANT
- See Also:
- Constant Field Values
CAS_PRECEDENT
public static final int CAS_PRECEDENT
- See Also:
- Constant Field Values
CAS_PREMIER
public static final int CAS_PREMIER
- See Also:
- Constant Field Values
CAS_DERNIER
public static final int CAS_DERNIER
- See Also:
- Constant Field Values
MenuCasBaseAdapter
public MenuCasBaseAdapter(int choix,
CaseEditor editeur)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed in interface java.awt.event.ActionListener