All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pnuts.util.EventAdapter

pnuts.util.EventAdapter

public class EventAdapter
An adapter class for AWT events.


Constructor Index

 o EventAdapter()
 o EventAdapter(Context)

Method Index

 o actionPerformed(ActionEvent)
 o adjustmentValueChanged(AdjustmentEvent)
 o bind(String, PnutsFunction)
 o componentAdded(ContainerEvent)
 o componentHidden(ComponentEvent)
 o componentMoved(ComponentEvent)
 o componentRemoved(ContainerEvent)
 o componentResized(ComponentEvent)
 o componentShown(ComponentEvent)
 o dispatch(String, AWTEvent)
 o focusGained(FocusEvent)
 o focusLost(FocusEvent)
 o itemStateChanged(ItemEvent)
 o keyPressed(KeyEvent)
 o keyReleased(KeyEvent)
 o keyTyped(KeyEvent)
 o mouseClicked(MouseEvent)
 o mouseDragged(MouseEvent)
 o mouseEntered(MouseEvent)
 o mouseExited(MouseEvent)
 o mouseMoved(MouseEvent)
 o mousePressed(MouseEvent)
 o mouseReleased(MouseEvent)
 o textValueChanged(TextEvent)
 o unbind(String, PnutsFunction)
 o windowActivated(WindowEvent)
 o windowClosed(WindowEvent)
 o windowClosing(WindowEvent)
 o windowDeactivated(WindowEvent)
 o windowDeiconified(WindowEvent)
 o windowIconified(WindowEvent)
 o windowOpened(WindowEvent)

Constructors

 o EventAdapter
 public EventAdapter()
 o EventAdapter
 public EventAdapter(Context context)

Methods

 o bind
 public synchronized void bind(String eventType,
                               PnutsFunction func)
 o unbind
 public synchronized void unbind(String eventType,
                                 PnutsFunction func)
 o dispatch
 public synchronized void dispatch(String eventType,
                                   AWTEvent e)
 o componentResized
 public void componentResized(ComponentEvent e)
 o componentMoved
 public void componentMoved(ComponentEvent e)
 o componentShown
 public void componentShown(ComponentEvent e)
 o componentHidden
 public void componentHidden(ComponentEvent e)
 o componentAdded
 public void componentAdded(ContainerEvent e)
 o componentRemoved
 public void componentRemoved(ContainerEvent e)
 o focusGained
 public void focusGained(FocusEvent e)
 o focusLost
 public void focusLost(FocusEvent e)
 o keyTyped
 public void keyTyped(KeyEvent e)
 o keyPressed
 public void keyPressed(KeyEvent e)
 o keyReleased
 public void keyReleased(KeyEvent e)
 o mouseClicked
 public void mouseClicked(MouseEvent e)
 o mousePressed
 public void mousePressed(MouseEvent e)
 o mouseReleased
 public void mouseReleased(MouseEvent e)
 o mouseEntered
 public void mouseEntered(MouseEvent e)
 o mouseExited
 public void mouseExited(MouseEvent e)
 o mouseDragged
 public void mouseDragged(MouseEvent e)
 o mouseMoved
 public void mouseMoved(MouseEvent e)
 o windowOpened
 public void windowOpened(WindowEvent e)
 o windowClosing
 public void windowClosing(WindowEvent e)
 o windowClosed
 public void windowClosed(WindowEvent e)
 o windowIconified
 public void windowIconified(WindowEvent e)
 o windowDeiconified
 public void windowDeiconified(WindowEvent e)
 o windowActivated
 public void windowActivated(WindowEvent e)
 o windowDeactivated
 public void windowDeactivated(WindowEvent e)
 o actionPerformed
 public void actionPerformed(ActionEvent e)
 o itemStateChanged
 public void itemStateChanged(ItemEvent e)
 o adjustmentValueChanged
 public void adjustmentValueChanged(AdjustmentEvent e)
 o textValueChanged
 public void textValueChanged(TextEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index