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 of 
BasicDesktopIconUI.- 
Constructor SummaryConstructors Constructor Description MouseInputHandler()
- 
Method SummaryModifier 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.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface java.awt.event.MouseListenermouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
- 
Constructor Details- 
MouseInputHandlerpublic MouseInputHandler()
 
- 
- 
Method Details- 
moveAndRepaintMoves 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
 
 
-