Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene.input |
Provides the set of classes for mouse and keyboard input event handling.
|
Modifier and Type | Field and Description |
---|---|
private ScrollEvent.HorizontalTextScrollUnits |
ScrollEvent.textDeltaXUnits |
Modifier and Type | Method and Description |
---|---|
ScrollEvent.HorizontalTextScrollUnits |
ScrollEvent.getTextDeltaXUnits()
Gets the horizontal scrolling units for text-based scrolling.
|
static ScrollEvent.HorizontalTextScrollUnits |
ScrollEvent.HorizontalTextScrollUnits.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScrollEvent.HorizontalTextScrollUnits[] |
ScrollEvent.HorizontalTextScrollUnits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ScrollEvent |
ScrollEvent.impl_scrollEvent(EventType<ScrollEvent> eventType,
double _scrollX,
double _scrollY,
double _totalScrollX,
double _totalScrollY,
ScrollEvent.HorizontalTextScrollUnits _scrollTextXUnits,
double _scrollTextX,
ScrollEvent.VerticalTextScrollUnits _scrollTextYUnits,
double _scrollTextY,
int _touchPoints,
double _x,
double _y,
double _screenX,
double _screenY,
boolean _shiftDown,
boolean _controlDown,
boolean _altDown,
boolean _metaDown,
boolean _direct,
boolean _inertia)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Constructor and Description |
---|
ScrollEvent(EventType<? extends ScrollEvent> eventType,
double deltaX,
double deltaY,
double gestureDeltaX,
double gestureDeltaY,
ScrollEvent.HorizontalTextScrollUnits textDeltaXUnits,
double textDeltaX,
ScrollEvent.VerticalTextScrollUnits textDeltaYUnits,
double textDeltaY,
int touchCount,
double x,
double y,
double screenX,
double screenY,
boolean shiftDown,
boolean controlDown,
boolean altDown,
boolean metaDown,
boolean direct,
boolean inertia) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to