Uses of Class
com.teamdev.jxbrowser.ui.event.TouchStarted.Builder
Packages that use TouchStarted.Builder
-
Uses of TouchStarted.Builder in com.teamdev.jxbrowser.ui.event
Methods in com.teamdev.jxbrowser.ui.event that return TouchStarted.BuilderModifier and TypeMethodDescriptionTouchStarted.Builder.changedTouches(List<TouchPoint> points) Sets the touch points that became active with the current event.TouchStarted.Builder.keyModifiers(KeyModifiers keyModifiers) Sets the keyboard modifiers to apply.static TouchStarted.BuilderTouchStarted.newBuilder(List<TouchPoint> touches) Creates a newTouchStartedbuilder with the given required parameters.TouchStarted.Builder.targetTouches(List<TouchPoint> points) Sets the touch points that started on the target element of this event.