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