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