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