Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.event |
Provides basic framework for FX events, their delivery and handling.
|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.stage |
Provides the top-level container classes for JavaFX content.
|
Modifier and Type | Method and Description |
---|---|
EventDispatchChain |
EventDispatchChain.append(EventDispatcher eventDispatcher)
Appends the specified
EventDispatcher to this chain. |
EventDispatchChain |
EventDispatchChain.prepend(EventDispatcher eventDispatcher)
Prepends the specified
EventDispatcher to this chain. |
Modifier and Type | Field and Description |
---|---|
private EventDispatcher |
SceneBuilder.eventDispatcher |
private EventDispatcher |
NodeBuilder.eventDispatcher |
private EventDispatcher |
Node.preprocessMouseEventDispatcher
Event dispatcher for invoking preprocessing of mouse events
|
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<EventDispatcher> |
Scene.eventDispatcher
Specifies the event dispatcher for this scene.
|
private ObjectProperty<EventDispatcher> |
Node.eventDispatcher
Specifies the event dispatcher for this node.
|
Modifier and Type | Method and Description |
---|---|
EventDispatcher |
Scene.getEventDispatcher()
Gets the value of the property eventDispatcher.
|
EventDispatcher |
Node.getEventDispatcher()
Gets the value of the property eventDispatcher.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<EventDispatcher> |
Scene.eventDispatcherProperty()
Specifies the event dispatcher for this scene.
|
ObjectProperty<EventDispatcher> |
Node.eventDispatcherProperty()
Specifies the event dispatcher for this node.
|
Modifier and Type | Method and Description |
---|---|
B |
SceneBuilder.eventDispatcher(EventDispatcher x)
Set the value of the
eventDispatcher property for the instance constructed by this builder. |
B |
NodeBuilder.eventDispatcher(EventDispatcher x)
Set the value of the
eventDispatcher property for the instance constructed by this builder. |
void |
Scene.setEventDispatcher(EventDispatcher value)
Sets the value of the property eventDispatcher.
|
void |
Node.setEventDispatcher(EventDispatcher value)
Sets the value of the property eventDispatcher.
|
Modifier and Type | Field and Description |
---|---|
private EventDispatcher |
WindowBuilder.eventDispatcher |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<EventDispatcher> |
Window.eventDispatcher
Specifies the event dispatcher for this node.
|
Modifier and Type | Method and Description |
---|---|
EventDispatcher |
Window.getEventDispatcher()
Gets the value of the property eventDispatcher.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<EventDispatcher> |
Window.eventDispatcherProperty()
Specifies the event dispatcher for this node.
|
Modifier and Type | Method and Description |
---|---|
B |
WindowBuilder.eventDispatcher(EventDispatcher x)
Set the value of the
eventDispatcher property for the instance constructed by this builder. |
void |
Window.setEventDispatcher(EventDispatcher value)
Sets the value of the property eventDispatcher.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to