Package com.teamdev.jxbrowser.ui.event
Interface MouseEntered
- All Superinterfaces:
MouseEvent
An event indicating that the mouse has been moved over the web page.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Point
location()
Returns the mouse position relative to the bounds of the browser instance.default Point
Returns the mouse position relative to the bounds of the screen.static MouseEntered.Builder
newBuilder
(Point location) Creates a newMouseEntered
builder with the given required parameters.
-
Method Details
-
newBuilder
Creates a newMouseEntered
builder with the given required parameters.- Parameters:
location
- the mouse position relative to the bounds of the browser instance- Returns:
- a new
MouseEntered.Builder
instance
-
location
Description copied from interface:MouseEvent
Returns the mouse position relative to the bounds of the browser instance.- Specified by:
location
in interfaceMouseEvent
-
locationOnScreen
Description copied from interface:MouseEvent
Returns the mouse position relative to the bounds of the screen.- Specified by:
locationOnScreen
in interfaceMouseEvent
-