Uses of Class
com.teamdev.jxbrowser.ui.event.MousePressed.Builder
Packages that use MousePressed.Builder
-
Uses of MousePressed.Builder in com.teamdev.jxbrowser.ui.event
Methods in com.teamdev.jxbrowser.ui.event that return MousePressed.BuilderModifier and TypeMethodDescriptionMousePressed.Builder.button(MouseButton mouseButton) Sets the button that was pressed.MousePressed.Builder.clickCount(int clickCount) Sets the count of consecutive clicks that happened in a short amount of time.MousePressed.Builder.keyModifiers(KeyModifiers keyModifiers) Sets the keyboard modifiers applied.MousePressed.Builder.locationOnScreen(Point locationOnScreen) Sets the mouse position relative to the bounds of the screen.MousePressed.Builder.mouseModifiers(MouseModifiers mouseModifiers) Sets the mouse modifiers applied.static MousePressed.BuilderMousePressed.newBuilder(Point location) Creates a newMousePressedbuilder with the given required parameters.