Uses of Class
com.teamdev.jxbrowser.ui.event.TouchEnded.Builder
Packages that use TouchEnded.Builder
-
Uses of TouchEnded.Builder in com.teamdev.jxbrowser.ui.event
Methods in com.teamdev.jxbrowser.ui.event that return TouchEnded.BuilderModifier and TypeMethodDescriptionTouchEnded.Builder.changedTouches(List<TouchPoint> points) Sets the touch points that have just been removed, and no longer touching the surface.TouchEnded.Builder.keyModifiers(KeyModifiers keyModifiers) Sets the keyboard modifiers to apply.static TouchEnded.BuilderTouchEnded.newBuilder(List<TouchPoint> touches) Creates a newTouchEndedbuilder with the given required parameters.TouchEnded.Builder.targetTouches(List<TouchPoint> points) Sets the touch points that started on the target element of this event.