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
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
moveAndRepaint(JComponent f, int newX, int newY, int newWidth, int newHeight)
Moves and repaints a componentf
.Methods declared in class java.awt.event.MouseAdapter
mouseDragged, mouseMoved, mouseWheelMoved
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods declared in interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
Methods declared in interface java.awt.event.MouseMotionListener
mouseDragged, mouseMoved
-
Constructor Details
-
MouseInputHandler
public MouseInputHandler()Constructs aMouseInputHandler
.
-
-
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
-