uic.widgets
Class MainWindow.GlassPaneListener

java.lang.Object
  extended byjavax.swing.event.MouseInputAdapter
      extended byuic.widgets.MainWindow.GlassPaneListener
All Implemented Interfaces:
EventListener, MouseInputListener, MouseListener, MouseMotionListener
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)


Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence