| Package | Description |
|---|---|
| com.sun.javafx.scene.traversal |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerTabOrder |
class |
Hueristic2D |
class |
WeightedClosestCorner
First search for on-axis nodes.
|
| Modifier and Type | Field and Description |
|---|---|
protected Algorithm |
TraversalEngine.algorithm |
(package private) static Algorithm |
TraversalEngine.DEFAULT_ALGORITHM
This is the default algorithm for the running platform.
|
| Constructor and Description |
|---|
ParentTraversalEngine(Parent root,
Algorithm algorithm) |
TopMostTraversalEngine(Algorithm algorithm)
For testing purposes only!
|
TraversalEngine(Algorithm algorithm)
Creates engine with the specified algorithm
|