Class SizeGrip.MouseHandler
- java.lang.Object
 - 
- java.awt.event.MouseAdapter
 - 
- javax.swing.event.MouseInputAdapter
 - 
- org.nuiton.jaxx.widgets.extra.tooltip.SizeGrip.MouseHandler
 
 
 
 
- 
- All Implemented Interfaces:
 MouseListener,MouseMotionListener,MouseWheelListener,EventListener,MouseInputListener
- Enclosing class:
 - SizeGrip
 
protected class SizeGrip.MouseHandler extends MouseInputAdapter
Listens for mouse events on this panel and resizes the parent window appropriately.- Version:
 - 1.0
 - Author:
 - Robert Futrell
 
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedMouseHandler() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmouseDragged(MouseEvent e)voidmousePressed(MouseEvent e)voidmouseReleased(MouseEvent e)- 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseEntered, mouseExited, mouseMoved, mouseWheelMoved 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited 
- 
Methods inherited from interface java.awt.event.MouseMotionListener
mouseMoved 
 - 
 
 - 
 
- 
- 
Field Detail
- 
origPos
protected Point origPos
 
 - 
 
- 
Method Detail
- 
mouseDragged
public void mouseDragged(MouseEvent e)
- Specified by:
 mouseDraggedin interfaceMouseMotionListener- Overrides:
 mouseDraggedin classMouseAdapter
 
- 
mousePressed
public void mousePressed(MouseEvent e)
- Specified by:
 mousePressedin interfaceMouseListener- Overrides:
 mousePressedin classMouseAdapter
 
- 
mouseReleased
public void mouseReleased(MouseEvent e)
- Specified by:
 mouseReleasedin interfaceMouseListener- Overrides:
 mouseReleasedin classMouseAdapter
 
 - 
 
 -