ws.gui
Class GuiGeneration.DataMouseAdapter

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended byws.gui.GuiGeneration.DataMouseAdapter
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener
Enclosing class:
GuiGeneration

private class GuiGeneration.DataMouseAdapter
extends java.awt.event.MouseAdapter

This class extends the class MouseAdapter.

Author:
Sinian Zhang

Constructor Summary
private GuiGeneration.DataMouseAdapter()
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent event)
          Over-writes the inherited method mouseClicked.
 
Methods inherited from class java.awt.event.MouseAdapter
mouseEntered, mouseExited, mousePressed, mouseReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiGeneration.DataMouseAdapter

private GuiGeneration.DataMouseAdapter()
Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent event)
Over-writes the inherited method mouseClicked.