API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.peer. MouseInfoPeer View Source
Author(s)
Since
Version
Serial
Hierarchy
 MouseInfoPeer
Subinterfaces
Description
public interface MouseInfoPeer
  The peer interfaces are intended only for use in porting the AWT.
See also:   
Methods
Hide/Show inherited methods
public int fillPointWithCoords (Point point)
  This method does two things: it fills the point fields with the current coordinates of the mouse cursor and returns the number of the screen device where the pointer is located.
public boolean isWindowUnderMouse (Window w)
  Returns whether or not the window is located under the mouse pointer.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar