Class ScrollPaneBehavior
java.lang.Object
com.sun.javafx.scene.control.behavior.BehaviorBase<ScrollPane>
com.sun.javafx.scene.control.behavior.ScrollPaneBehavior
Behavior for ScrollPane.
TODO: the function variables are a poor way to couple to the rest of
the system. This technique avoids a direct dependency on the skin class.
However, this should really be coupled through the control itself instead
of directly to the skin.
-
Field Summary
Fields inherited from class com.sun.javafx.scene.control.behavior.BehaviorBase
IS_TOUCH_SUPPORTED, TRAVERSAL_BINDINGS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
* Mouse event handling * *void
Invoked by a Skin when the body of the control has been pressed by the mouse.Methods inherited from class com.sun.javafx.scene.control.behavior.BehaviorBase
callAction, callActionForEvent, dispose, focusChanged, getControl, matchActionForEvent, mouseDragged, mouseEntered, mouseExited, mouseReleased
-
Constructor Details
-
ScrollPaneBehavior
* Constructors * *
-
-
Method Details
-
mouseClicked
public void mouseClicked()* Mouse event handling * * -
mousePressed
Description copied from class:BehaviorBase
Invoked by a Skin when the body of the control has been pressed by the mouse. Subclasses should be sure to call super unless they intend to disable any built-in support.- Overrides:
mousePressed
in classBehaviorBase<ScrollPane>
- Parameters:
e
- the mouse event
-