ikbs.illustration.menu
Class MenuIllustrationAdapter

java.lang.Object
  extended by ikbs.illustration.menu.MenuIllustrationAdapter
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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


Field Summary
static int AFF_BOUTONS
           
static int AFF_ICONES
           
static int AFF_LIST
           
static int AFFICHER_ARBO
           
protected  int choix
           
static int COLLER
           
static int COPIER
           
static int EFFACER
           
static int EXPORTER_HTML
           
protected  IllustrationLoader il
           
static int INIT_ICONES
           
static int INIT_INDEX
           
static int LOAD_INDEX
           
static int NEW_EDITOR
           
static int PREFERENCES
           
static int SAUVER_ICONES
           
static int SAVE_INDEX
           
static int SAVE_INDEX_SOUS
           
static int TOUT_SELECTIONNER
           
 
Constructor Summary
MenuIllustrationAdapter(int choix, IllustrationLoader il)
           
 
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

NEW_EDITOR

public static final int NEW_EDITOR
See Also:
Constant Field Values

LOAD_INDEX

public static final int LOAD_INDEX
See Also:
Constant Field Values

SAVE_INDEX

public static final int SAVE_INDEX
See Also:
Constant Field Values

SAVE_INDEX_SOUS

public static final int SAVE_INDEX_SOUS
See Also:
Constant Field Values

PREFERENCES

public static final int PREFERENCES
See Also:
Constant Field Values

TOUT_SELECTIONNER

public static final int TOUT_SELECTIONNER
See Also:
Constant Field Values

COPIER

public static final int COPIER
See Also:
Constant Field Values

COLLER

public static final int COLLER
See Also:
Constant Field Values

EFFACER

public static final int EFFACER
See Also:
Constant Field Values

INIT_ICONES

public static final int INIT_ICONES
See Also:
Constant Field Values

INIT_INDEX

public static final int INIT_INDEX
See Also:
Constant Field Values

AFF_LIST

public static final int AFF_LIST
See Also:
Constant Field Values

AFF_ICONES

public static final int AFF_ICONES
See Also:
Constant Field Values

AFF_BOUTONS

public static final int AFF_BOUTONS
See Also:
Constant Field Values

SAUVER_ICONES

public static final int SAUVER_ICONES
See Also:
Constant Field Values

EXPORTER_HTML

public static final int EXPORTER_HTML
See Also:
Constant Field Values

AFFICHER_ARBO

public static final int AFFICHER_ARBO
See Also:
Constant Field Values

il

protected IllustrationLoader il

choix

protected int choix
Constructor Detail

MenuIllustrationAdapter

public MenuIllustrationAdapter(int choix,
                               IllustrationLoader il)
Method Detail

actionPerformed

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