Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.input |
Provides the set of classes for mouse and keyboard input event handling.
|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<EventHandler<? super ScrollEvent>> |
Scene.onScroll
Defines a function to be called when user performs a scrolling action.
|
private EventHandler<? super ScrollEvent> |
SceneBuilder.onScroll |
private EventHandler<? super ScrollEvent> |
NodeBuilder.onScroll |
private ObjectProperty<EventHandler<? super ScrollEvent>> |
Scene.onScrollFinished
Defines a function to be called when a scrolling gesture ends.
|
private EventHandler<? super ScrollEvent> |
SceneBuilder.onScrollFinished |
private EventHandler<? super ScrollEvent> |
NodeBuilder.onScrollFinished |
private ObjectProperty<EventHandler<? super ScrollEvent>> |
Scene.onScrollStarted
Defines a function to be called when a scrolling gesture is detected.
|
private EventHandler<? super ScrollEvent> |
SceneBuilder.onScrollStarted |
private EventHandler<? super ScrollEvent> |
NodeBuilder.onScrollStarted |
Modifier and Type | Method and Description |
---|---|
EventHandler<? super ScrollEvent> |
Scene.getOnScroll()
Gets the value of the property onScroll.
|
EventHandler<? super ScrollEvent> |
Node.getOnScroll()
Gets the value of the property onScroll.
|
EventHandler<? super ScrollEvent> |
Scene.getOnScrollFinished()
Gets the value of the property onScrollFinished.
|
EventHandler<? super ScrollEvent> |
Node.getOnScrollFinished()
Gets the value of the property onScrollFinished.
|
EventHandler<? super ScrollEvent> |
Scene.getOnScrollStarted()
Gets the value of the property onScrollStarted.
|
EventHandler<? super ScrollEvent> |
Node.getOnScrollStarted()
Gets the value of the property onScrollStarted.
|
ObjectProperty<EventHandler<? super ScrollEvent>> |
Scene.onScrollFinishedProperty()
Defines a function to be called when a scrolling gesture ends.
|
ObjectProperty<EventHandler<? super ScrollEvent>> |
Node.onScrollFinishedProperty()
Defines a function to be called when a scrolling gesture ends.
|
ObjectProperty<EventHandler<? super ScrollEvent>> |
Scene.onScrollProperty()
Defines a function to be called when user performs a scrolling action.
|
ObjectProperty<EventHandler<? super ScrollEvent>> |
Node.onScrollProperty()
Defines a function to be called when user performs a scrolling action.
|
ObjectProperty<EventHandler<? super ScrollEvent>> |
Scene.onScrollStartedProperty()
Defines a function to be called when a scrolling gesture is detected.
|
ObjectProperty<EventHandler<? super ScrollEvent>> |
Node.onScrollStartedProperty()
Defines a function to be called when a scrolling gesture is detected.
|
Modifier and Type | Method and Description |
---|---|
B |
SceneBuilder.onScroll(EventHandler<? super ScrollEvent> x)
Set the value of the
onScroll property for the instance constructed by this builder. |
B |
NodeBuilder.onScroll(EventHandler<? super ScrollEvent> x)
Set the value of the
onScroll property for the instance constructed by this builder. |
B |
SceneBuilder.onScrollFinished(EventHandler<? super ScrollEvent> x)
Set the value of the
onScrollFinished property for the instance constructed by this builder. |
B |
NodeBuilder.onScrollFinished(EventHandler<? super ScrollEvent> x)
Set the value of the
onScrollFinished property for the instance constructed by this builder. |
B |
SceneBuilder.onScrollStarted(EventHandler<? super ScrollEvent> x)
Set the value of the
onScrollStarted property for the instance constructed by this builder. |
B |
NodeBuilder.onScrollStarted(EventHandler<? super ScrollEvent> x)
Set the value of the
onScrollStarted property for the instance constructed by this builder. |
void |
Scene.ScenePeerListener.scrollEvent(EventType<ScrollEvent> eventType,
double scrollX,
double scrollY,
double totalScrollX,
double totalScrollY,
double xMultiplier,
double yMultiplier,
int touchCount,
int scrollTextX,
int scrollTextY,
int defaultTextX,
int defaultTextY,
double x,
double y,
double screenX,
double screenY,
boolean _shiftDown,
boolean _controlDown,
boolean _altDown,
boolean _metaDown,
boolean _direct,
boolean _inertia) |
void |
Scene.setOnScroll(EventHandler<? super ScrollEvent> value)
Sets the value of the property onScroll.
|
void |
Node.setOnScroll(EventHandler<? super ScrollEvent> value)
Sets the value of the property onScroll.
|
void |
Scene.setOnScrollFinished(EventHandler<? super ScrollEvent> value)
Sets the value of the property onScrollFinished.
|
void |
Node.setOnScrollFinished(EventHandler<? super ScrollEvent> value)
Sets the value of the property onScrollFinished.
|
void |
Scene.setOnScrollStarted(EventHandler<? super ScrollEvent> value)
Sets the value of the property onScrollStarted.
|
void |
Node.setOnScrollStarted(EventHandler<? super ScrollEvent> value)
Sets the value of the property onScrollStarted.
|
Modifier and Type | Field and Description |
---|---|
static EventType<ScrollEvent> |
ScrollEvent.ANY
Common supertype for all scroll event types.
|
static EventType<ScrollEvent> |
ScrollEvent.SCROLL
This event occurs when user performs a scrolling action such as
rotating mouse wheel or dragging a finger over touch screen.
|
static EventType<ScrollEvent> |
ScrollEvent.SCROLL_FINISHED
This event occurs when a scrolling gesture ends.
|
static EventType<ScrollEvent> |
ScrollEvent.SCROLL_STARTED
This event occurs when a scrolling gesture is detected.
|
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
|
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) |
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) |
ScrollEvent(java.lang.Object source,
EventTarget target,
EventType<? extends ScrollEvent> eventType) |
Modifier and Type | Method and Description |
---|---|
private void |
WebView.processScrollEvent(ScrollEvent ev) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to