|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MouseInfoPeer
Disabled: no SafeJ information.
Peer interface for MouseInfo
. This is used to get some additional
information about the mouse.
The peer interfaces are intended only for use in porting
the AWT. They are not intended for use by application
developers, and developers should not implement peers
nor invoke any of the peer methods directly on the peer
instances.
Method Summary | |
---|---|
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. |
boolean |
isWindowUnderMouse(Window w)
Returns whether or not the window is located under the mouse pointer. |
Method Detail |
---|
int fillPointWithCoords(Point point)
boolean isWindowUnderMouse(Window w)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |