Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gui4j.util
Class BlockingGlassPane.BlockMouse  view BlockingGlassPane.BlockMouse download BlockingGlassPane.BlockMouse.java

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended byorg.gui4j.util.BlockingGlassPane.BlockMouse
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener
Enclosing class:
BlockingGlassPane

private class BlockingGlassPane.BlockMouse
extends java.awt.event.MouseAdapter

The mouse listener used to block the mouse.


Constructor Summary
private BlockingGlassPane.BlockMouse()
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent ev)
          Implements this method in the interface with an empty method body.
 
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

BlockingGlassPane.BlockMouse

private BlockingGlassPane.BlockMouse()
Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent ev)
Description copied from class: java.awt.event.MouseAdapter
Implements this method in the interface with an empty method body.