ikbs.tools.trees.event
Class MenuAffichageAdapter

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

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


Field Summary
static int AFF_ATTRIB
           
static int AFF_INFO
           
static int AFF_ZOOM
           
static int CHANGE_FLECHES
           
static int CHANGE_FORMEREL
           
static int CHANGE_POLICE_ATT
           
static int CHANGE_POLICE_OBJ
           
static int CHANGE_POLICE_REL
           
static int CHANGE_STYLE_ATT
           
static int CHANGE_STYLE_OBJ
           
static int CHANGE_STYLE_REL
           
static int FORMAT_1
           
static int FORMAT_2
           
static int FORMAT_3
           
static int FORMAT_4
           
static int POS_LIENS
           
static int SET_ALIGNEMENT
           
static int SET_IMAGE
           
static int TEXT_RELATIONS
           
static int ZOOM_MOINS
           
static int ZOOM_PLUS
           
 
Constructor Summary
MenuAffichageAdapter(int choix, TreeEditor editeur)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 int style(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AFF_ZOOM

public static final int AFF_ZOOM
See Also:
Constant Field Values

AFF_INFO

public static final int AFF_INFO
See Also:
Constant Field Values

FORMAT_1

public static final int FORMAT_1
See Also:
Constant Field Values

FORMAT_2

public static final int FORMAT_2
See Also:
Constant Field Values

FORMAT_3

public static final int FORMAT_3
See Also:
Constant Field Values

FORMAT_4

public static final int FORMAT_4
See Also:
Constant Field Values

ZOOM_MOINS

public static final int ZOOM_MOINS
See Also:
Constant Field Values

ZOOM_PLUS

public static final int ZOOM_PLUS
See Also:
Constant Field Values

CHANGE_FORMEREL

public static final int CHANGE_FORMEREL
See Also:
Constant Field Values

CHANGE_FLECHES

public static final int CHANGE_FLECHES
See Also:
Constant Field Values

POS_LIENS

public static final int POS_LIENS
See Also:
Constant Field Values

AFF_ATTRIB

public static final int AFF_ATTRIB
See Also:
Constant Field Values

TEXT_RELATIONS

public static final int TEXT_RELATIONS
See Also:
Constant Field Values

CHANGE_POLICE_OBJ

public static final int CHANGE_POLICE_OBJ
See Also:
Constant Field Values

CHANGE_POLICE_ATT

public static final int CHANGE_POLICE_ATT
See Also:
Constant Field Values

CHANGE_POLICE_REL

public static final int CHANGE_POLICE_REL
See Also:
Constant Field Values

CHANGE_STYLE_OBJ

public static final int CHANGE_STYLE_OBJ
See Also:
Constant Field Values

CHANGE_STYLE_ATT

public static final int CHANGE_STYLE_ATT
See Also:
Constant Field Values

CHANGE_STYLE_REL

public static final int CHANGE_STYLE_REL
See Also:
Constant Field Values

SET_IMAGE

public static final int SET_IMAGE
See Also:
Constant Field Values

SET_ALIGNEMENT

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

MenuAffichageAdapter

public MenuAffichageAdapter(int choix,
                            TreeEditor editeur)
Method Detail

actionPerformed

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

style

public int style(java.lang.String s)