cz.zcu.fav.kiv.jsim.gui
Class JSimMainWindow.MyMouseAdapter

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended bycz.zcu.fav.kiv.jsim.gui.JSimMainWindow.MyMouseAdapter
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener
Enclosing class:
JSimMainWindow

class JSimMainWindow.MyMouseAdapter
extends java.awt.event.MouseAdapter

The main window's mouse adapter. If the user double clicks on a list, the selected item's detailed info window is opened.


Constructor Summary
(package private) JSimMainWindow.MyMouseAdapter()
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent e)
           
 
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

JSimMainWindow.MyMouseAdapter

JSimMainWindow.MyMouseAdapter()
Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent e)