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

Quick Search    Search Deep

jaxe.elements
Class JEListeChamps.MyMouseListener  view JEListeChamps.MyMouseListener download JEListeChamps.MyMouseListener.java

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended byjaxe.elements.JEListeChamps.MyMouseListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener
Enclosing class:
JEListeChamps

class JEListeChamps.MyMouseListener
extends java.awt.event.MouseAdapter


Field Summary
(package private)  JEListeChamps jei
           
(package private)  javax.swing.JFrame jframe
           
 
Constructor Summary
JEListeChamps.MyMouseListener(JEListeChamps obj, javax.swing.JFrame jframe)
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent e)
          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
 

Field Detail

jei

JEListeChamps jei

jframe

javax.swing.JFrame jframe
Constructor Detail

JEListeChamps.MyMouseListener

public JEListeChamps.MyMouseListener(JEListeChamps obj,
                                     javax.swing.JFrame jframe)
Method Detail

mouseClicked

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