uic.widgets
Class MainWindow.GlassPaneListener

java.lang.Object
  extended by javax.swing.event.MouseInputAdapter
      extended by uic.widgets.MainWindow.GlassPaneListener
All Implemented Interfaces:
MouseListener, MouseMotionListener, EventListener, MouseInputListener
Enclosing class:
MainWindow

public static class MainWindow.GlassPaneListener
extends MouseInputAdapter

Class that stops all events to the window when we are in 'help' mode to show a whatIs message.


Constructor Summary
MainWindow.GlassPaneListener(MainWindow mainWin)
           
 
Method Summary
 void mouseClicked(MouseEvent e)
           
 
Methods inherited from class javax.swing.event.MouseInputAdapter
mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainWindow.GlassPaneListener

public MainWindow.GlassPaneListener(MainWindow mainWin)
Method Detail

mouseClicked

public void mouseClicked(MouseEvent e)
Specified by:
mouseClicked in interface MouseListener
Overrides:
mouseClicked in class MouseInputAdapter


Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence