ca.bc.webarts.widgets
Class JCheckDropDown.ListCheckBoxMouseListsener
java.lang.Object
java.awt.event.MouseAdapter
ca.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
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 |
JCheckDropDown.ListCheckBoxMouseListsener
JCheckDropDown.ListCheckBoxMouseListsener()
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