ikbs.tools.utils
Class ArbreAdapter

java.lang.Object
  extended by ikbs.tools.utils.ArbreAdapter
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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


Field Summary
static int AFF_ATT
           
static int AFFICHER_WEB
           
static int ANGLAIS
           
static int EDITION
           
static int FORME_EQUI
           
static int FORME_SIMPLE
           
static int FORME_VERT
           
static int FRANCAIS
           
static int GRAPHE
           
static int LOAD
           
static int LOAD_DIST
           
static int LOADXML
           
static int SAVE
           
static int SAVEXML
           
static int ZOOM
           
static int ZOOM_MOINS
           
static int ZOOM_PLUS
           
 
Constructor Summary
ArbreAdapter(int choix, EditeurArbreInterface 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

FRANCAIS

public static final int FRANCAIS
See Also:
Constant Field Values

ANGLAIS

public static final int ANGLAIS
See Also:
Constant Field Values

SAVE

public static final int SAVE
See Also:
Constant Field Values

LOAD

public static final int LOAD
See Also:
Constant Field Values

LOAD_DIST

public static final int LOAD_DIST
See Also:
Constant Field Values

FORME_SIMPLE

public static final int FORME_SIMPLE
See Also:
Constant Field Values

FORME_EQUI

public static final int FORME_EQUI
See Also:
Constant Field Values

GRAPHE

public static final int GRAPHE
See Also:
Constant Field Values

FORME_VERT

public static final int FORME_VERT
See Also:
Constant Field Values

ZOOM_PLUS

public static final int ZOOM_PLUS
See Also:
Constant Field Values

ZOOM_MOINS

public static final int ZOOM_MOINS
See Also:
Constant Field Values

ZOOM

public static final int ZOOM
See Also:
Constant Field Values

AFF_ATT

public static final int AFF_ATT
See Also:
Constant Field Values

EDITION

public static final int EDITION
See Also:
Constant Field Values

AFFICHER_WEB

public static final int AFFICHER_WEB
See Also:
Constant Field Values

SAVEXML

public static final int SAVEXML
See Also:
Constant Field Values

LOADXML

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

ArbreAdapter

public ArbreAdapter(int choix,
                    EditeurArbreInterface editeur)
Method Detail

actionPerformed

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