| 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 | Method and Description | 
|---|---|
EventDispatcher | 
Node.getEventDispatcher()
Gets the value of the property eventDispatcher. 
 | 
EventDispatcher | 
Scene.getEventDispatcher()
Gets the value of the property eventDispatcher. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ObjectProperty<EventDispatcher> | 
Node.eventDispatcherProperty()
Specifies the event dispatcher for this node. 
 | 
ObjectProperty<EventDispatcher> | 
Scene.eventDispatcherProperty()
Specifies the event dispatcher for this scene. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Node.setEventDispatcher(EventDispatcher value)
Sets the value of the property eventDispatcher. 
 | 
void | 
Scene.setEventDispatcher(EventDispatcher value)
Sets the value of the property eventDispatcher. 
 | 
| 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 | 
|---|---|
void | 
Window.setEventDispatcher(EventDispatcher value)
Sets the value of the property eventDispatcher. 
 | 
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.