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 Summary
Constructors Constructor Description MouseInputHandler() -
Method Summary
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.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
-
Constructor Details
-
MouseInputHandler
public MouseInputHandler()
-
-
Method Details
-
moveAndRepaint
Moves and repaints a componentf.- Parameters:
f- a componentnewX- a new X coordinatenewY- a new Y coordinatenewWidth- a new widthnewHeight- a new height
-