org.rosuda.iWidgets
Class ActionDispatcher

java.lang.Object
  extended by org.rosuda.iWidgets.ActionDispatcher
All Implemented Interfaces:
ActionListener, WindowListener, EventListener, ChangeListener, ListSelectionListener

public class ActionDispatcher
extends Object
implements ActionListener, ChangeListener, ListSelectionListener, WindowListener


Constructor Summary
ActionDispatcher()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 String add(Object o)
           
static ActionDispatcher getGlobalDispatcher()
           
 String getID(Object o)
           
 Object getObject(String s)
           
 String rm(Object o)
           
 void rmByName(String s)
           
 void stateChanged(ChangeEvent e)
           
 void valueChanged(ListSelectionEvent e)
           
 void windowActivated(WindowEvent e)
           
 void windowClosed(WindowEvent e)
           
 void windowClosing(WindowEvent e)
           
 void windowDeactivated(WindowEvent e)
           
 void windowDeiconified(WindowEvent e)
           
 void windowIconified(WindowEvent e)
           
 void windowOpened(WindowEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionDispatcher

public ActionDispatcher()
Method Detail

getGlobalDispatcher

public static ActionDispatcher getGlobalDispatcher()

add

public String add(Object o)

rm

public String rm(Object o)

getID

public String getID(Object o)

getObject

public Object getObject(String s)

rmByName

public void rmByName(String s)

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

stateChanged

public void stateChanged(ChangeEvent e)
Specified by:
stateChanged in interface ChangeListener

valueChanged

public void valueChanged(ListSelectionEvent e)
Specified by:
valueChanged in interface ListSelectionListener

windowActivated

public void windowActivated(WindowEvent e)
Specified by:
windowActivated in interface WindowListener

windowClosing

public void windowClosing(WindowEvent e)
Specified by:
windowClosing in interface WindowListener

windowDeactivated

public void windowDeactivated(WindowEvent e)
Specified by:
windowDeactivated in interface WindowListener

windowDeiconified

public void windowDeiconified(WindowEvent e)
Specified by:
windowDeiconified in interface WindowListener

windowIconified

public void windowIconified(WindowEvent e)
Specified by:
windowIconified in interface WindowListener

windowOpened

public void windowOpened(WindowEvent e)
Specified by:
windowOpened in interface WindowListener

windowClosed

public void windowClosed(WindowEvent e)
Specified by:
windowClosed in interface WindowListener