rom.gui
Class CodeEditorFrame.MouseHandler

java.lang.Object
  |
  +--rom.gui.CodeEditorFrame.MouseHandler
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener
Enclosing class:
CodeEditorFrame

class CodeEditorFrame.MouseHandler
extends java.lang.Object
implements java.awt.event.MouseListener

MouseHandler - is a standard mouse listener to listen for mouse events for the popup menu

Title: Runtime Java Class Editor - editor Package

Package Description: Edit & Select methods from all currently executing objects in enclosing programme

Copyright: James D Bloom Copyright (c) 2003

Version:
1.0
Author:
James D Bloom

Constructor Summary
(package private) CodeEditorFrame.MouseHandler()
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent e)
           
 void mouseEntered(java.awt.event.MouseEvent e)
           
 void mouseExited(java.awt.event.MouseEvent e)
           
 void mousePressed(java.awt.event.MouseEvent e)
           
 void mouseReleased(java.awt.event.MouseEvent e)
          Detects if popup menu button has been pressed and popups menu at the correct location
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeEditorFrame.MouseHandler

CodeEditorFrame.MouseHandler()
Method Detail

mouseReleased

public void mouseReleased(java.awt.event.MouseEvent e)
Detects if popup menu button has been pressed and popups menu at the correct location

Specified by:
mouseReleased in interface java.awt.event.MouseListener
Parameters:
e - input MouseEvent

mousePressed

public void mousePressed(java.awt.event.MouseEvent e)
Specified by:
mousePressed in interface java.awt.event.MouseListener

mouseEntered

public void mouseEntered(java.awt.event.MouseEvent e)
Specified by:
mouseEntered in interface java.awt.event.MouseListener

mouseExited

public void mouseExited(java.awt.event.MouseEvent e)
Specified by:
mouseExited in interface java.awt.event.MouseListener

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent e)
Specified by:
mouseClicked in interface java.awt.event.MouseListener