org.jacorb.naming.namemanager
Class Handler
WindowAdapter
org.jacorb.naming.namemanager.Handler
- ActionListener, KeyListener, MouseListener
public class Handler
extends WindowAdapter
implements ActionListener, MouseListener, KeyListener
This class handles the events on the tree
Version:
- Gerald Brose, FU Berlin
Handler
public Handler(Component fr,
NSTree tr)
actionPerformed
public void actionPerformed(ActionEvent e)
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)
opens pop-up menu or displays context node content
windowClosing
public void windowClosing(WindowEvent e)