Package com.teamdev.jxbrowser.ui.event
Interface MouseExited
- All Superinterfaces:
MouseEvent
An event indicating that the mouse has been moved out of the web page.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault Pointlocation()Returns the mouse position relative to the bounds of the browser instance.default PointReturns the mouse position relative to the bounds of the screen.static MouseExited.BuildernewBuilder(Point location) Creates a newMouseExitedbuilder with the given required parameters.
-
Method Details
-
newBuilder
Creates a newMouseExitedbuilder with the given required parameters.- Parameters:
location- the mouse position relative to the bounds of the browser instance- Returns:
- a new
MouseExited.Builderinstance
-
location
Description copied from interface:MouseEventReturns the mouse position relative to the bounds of the browser instance.- Specified by:
locationin interfaceMouseEvent
-
locationOnScreen
Description copied from interface:MouseEventReturns the mouse position relative to the bounds of the screen.- Specified by:
locationOnScreenin interfaceMouseEvent
-