Uses of Class
com.teamdev.jxbrowser.ui.event.MouseExited.Builder
-
Uses of MouseExited.Builder in com.teamdev.jxbrowser.ui.event
Modifier and TypeMethodDescriptionMouseExited.Builder.button
(MouseButton mouseButton) Sets the button that is pressed.MouseExited.Builder.keyModifiers
(KeyModifiers keyModifiers) Sets the keyboard modifiers applied.MouseExited.Builder.locationOnScreen
(Point locationOnScreen) Sets the mouse position relative to the bounds of the screen.MouseExited.Builder.mouseModifiers
(MouseModifiers mouseModifiers) Sets the mouse modifiers applied.static MouseExited.Builder
MouseExited.newBuilder
(Point location) Creates a newMouseExited
builder with the given required parameters.