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