Save This Page
Home » openjdk-7 » javax » swing » plaf » metal » [javadoc | source]
javax.swing.plaf.metal
class: MetalRootPaneUI.MouseInputHandler [javadoc | source]
java.lang.Object
   javax.swing.plaf.metal.MetalRootPaneUI$MouseInputHandler

All Implemented Interfaces:
    MouseInputListener

MouseInputHandler is responsible for handling resize/moving of the Window. It sets the cursor directly on the Window when then mouse moves over a hot spot.
Method from javax.swing.plaf.metal.MetalRootPaneUI$MouseInputHandler Summary:
mouseClicked,   mouseDragged,   mouseEntered,   mouseExited,   mouseMoved,   mousePressed,   mouseReleased
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.plaf.metal.MetalRootPaneUI$MouseInputHandler Detail:
 public  void mouseClicked(MouseEvent ev) 
 public  void mouseDragged(MouseEvent ev) 
 public  void mouseEntered(MouseEvent ev) 
 public  void mouseExited(MouseEvent ev) 
 public  void mouseMoved(MouseEvent ev) 
 public  void mousePressed(MouseEvent ev) 
 public  void mouseReleased(MouseEvent ev)