Uses of Interface
com.teamdev.jxbrowser.ui.event.MousePressed
Packages that use MousePressed
Package
Description
This package provides the classes that allow you to work with browsers.
The mouse and keyboard input callbacks.
The user interface events.
-
Uses of MousePressed in com.teamdev.jxbrowser.browser
Methods in com.teamdev.jxbrowser.browser with parameters of type MousePressedModifier and TypeMethodDescriptionvoidBrowser.dispatch(MousePressed event) Dispatches the mouse pressed event to the currently loaded web page. -
Uses of MousePressed in com.teamdev.jxbrowser.browser.callback.input
Methods in com.teamdev.jxbrowser.browser.callback.input that return MousePressedModifier and TypeMethodDescriptiondefault MousePressedPressMouseCallback.Params.event()Returns theMousePressedevent that is about to be processed by the browser. -
Uses of MousePressed in com.teamdev.jxbrowser.ui.event
Methods in com.teamdev.jxbrowser.ui.event that return MousePressedModifier and TypeMethodDescriptionMousePressed.Builder.build()Returns a newMousePressedinstance built from the current state of this builder.