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