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 was 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.BuilderMouseEntered.newBuilder(Point location) Creates a newMouseEnteredbuilder with the given required parameters.