ca.bc.webarts.widgets
Class JCheckDropDown.ListCheckBoxMouseListsener

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended byca.bc.webarts.widgets.JCheckDropDown.ListCheckBoxMouseListsener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener
Enclosing class:
JCheckDropDown

class JCheckDropDown.ListCheckBoxMouseListsener
extends java.awt.event.MouseAdapter

Listens for mouse clicks on the listbox. It then decides where the click happened so it can either work the checkbox or select an item.

Author:
Tom Gutwin P.Eng

Constructor Summary
(package private) JCheckDropDown.ListCheckBoxMouseListsener()
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent e)
          Listener for the mouse clickmethod
 void mouseEntered(java.awt.event.MouseEvent e)
          Description of the Method
 void mousePressed(java.awt.event.MouseEvent e)
          Listener for a mouse press.
 
Methods inherited from class java.awt.event.MouseAdapter
mouseExited, mouseReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCheckDropDown.ListCheckBoxMouseListsener

JCheckDropDown.ListCheckBoxMouseListsener()
Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent e)
Listener for the mouse clickmethod

Parameters:
e - Description of Parameter

mousePressed

public void mousePressed(java.awt.event.MouseEvent e)
Listener for a mouse press.

Parameters:
e - Description of Parameter

mouseEntered

public void mouseEntered(java.awt.event.MouseEvent e)
Description of the Method

Parameters:
e - Description of Parameter