- java.lang.Object
- 
- java.awt.event.MouseAdapter
- 
- javax.swing.event.MouseInputAdapter
- 
- javax.swing.plaf.basic.BasicDesktopIconUI.MouseInputHandler
 
 
 
- 
- All Implemented Interfaces:
- MouseListener,- MouseMotionListener,- MouseWheelListener,- EventListener,- MouseInputListener
 - Enclosing class:
- BasicDesktopIconUI
 
 public class BasicDesktopIconUI.MouseInputHandler extends MouseInputAdapter Listens for mouse movements and acts on them. This class should be treated as a "protected" inner class. Instantiate it only within subclasses ofBasicDesktopIconUI.
- 
- 
Constructor SummaryConstructors Constructor Description MouseInputHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmoveAndRepaint(JComponent f, int newX, int newY, int newWidth, int newHeight)Moves and repaints a componentf.- 
Methods declared in class java.awt.event.MouseAdaptermouseDragged, mouseMoved, mouseWheelMoved
 - 
Methods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods declared in interface java.awt.event.MouseListenermouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
 - 
Methods declared in interface java.awt.event.MouseMotionListenermouseDragged, mouseMoved
 
- 
 
- 
- 
- 
Method Detail- 
moveAndRepaintpublic void moveAndRepaint(JComponent f, int newX, int newY, int newWidth, int newHeight) Moves and repaints a componentf.- Parameters:
- f- a component
- newX- a new X coordinate
- newY- a new Y coordinate
- newWidth- a new width
- newHeight- a new height
 
 
- 
 
-