ikbs.graphics.model.event
Class PanelModelAdapter

java.lang.Object
  extended by ikbs.graphics.model.event.PanelModelAdapter
All Implemented Interfaces:
InfoListener, java.awt.event.ActionListener, java.util.EventListener

public class PanelModelAdapter
extends java.lang.Object
implements java.awt.event.ActionListener, InfoListener


Field Summary
static int VOIR_IMGM
           
 
Constructor Summary
PanelModelAdapter(int choix, PanelButtonModel panel)
           
PanelModelAdapter(PanelButtonModel panel)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Action sur les composants du panel
 void removeInfo()
           
 void setInfo(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VOIR_IMGM

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

PanelModelAdapter

public PanelModelAdapter(PanelButtonModel panel)

PanelModelAdapter

public PanelModelAdapter(int choix,
                         PanelButtonModel panel)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Action sur les composants du panel

Specified by:
actionPerformed in interface java.awt.event.ActionListener

setInfo

public void setInfo(java.lang.String s)
Specified by:
setInfo in interface InfoListener

removeInfo

public void removeInfo()
Specified by:
removeInfo in interface InfoListener