edu.hawaii.ics.yucheng
Class GraphBox.Delegate

java.lang.Object
  extended by edu.hawaii.ics.yucheng.GraphBox.Delegate
All Implemented Interfaces:
java.awt.event.MouseListener, java.util.EventListener
Enclosing class:
GraphBox

 class GraphBox.Delegate
extends java.lang.Object
implements java.awt.event.MouseListener

A class that shows information about the loaded graph through a popup window.


Constructor Summary
GraphBox.Delegate()
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent e)
          Executes when the mouse button is clicked on the info icon.
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphBox.Delegate

GraphBox.Delegate()
Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent e)
Executes when the mouse button is clicked on the info icon.

Specified by:
mouseClicked in interface java.awt.event.MouseListener
Parameters:
e - The mouse event (not used)

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

mousePressed

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

mouseReleased

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