org.jacorb.naming.namemanager
Class TableHandler
java.lang.Object
org.jacorb.naming.namemanager.TableHandler
- ActionListener, KeyListener, MouseListener
public class TableHandler
extends java.lang.Object
implements MouseListener, ActionListener, KeyListener
This class handles the events on the table
TableHandler
public TableHandler(Component fr,
NSTable t)
actionPerformed
public void actionPerformed(ActionEvent e)
e
- java.awt.event.ActionEvent
keyPressed
public void keyPressed(KeyEvent k)
k
- java.awt.event.KeyEvent
keyReleased
public void keyReleased(KeyEvent k)
k
- java.awt.event.KeyEvent
keyTyped
public void keyTyped(KeyEvent k)
mouseClicked
public void mouseClicked(MouseEvent e)
mouseEntered
public void mouseEntered(MouseEvent e)
mouseExited
public void mouseExited(MouseEvent e)
mousePressed
public void mousePressed(MouseEvent e)
mouseReleased
public void mouseReleased(MouseEvent e)
windowClosing
public void windowClosing(WindowEvent e)