Package | Description |
---|---|
com.sun.javafx.embed | |
com.sun.javafx.scene.control.behavior | |
com.sun.javafx.scene.traversal | |
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EmbeddedSceneInterface.traverseOut(Direction dir) |
Modifier and Type | Method and Description |
---|---|
void |
DateCellBehavior.traverse(Node node,
Direction dir) |
protected void |
BehaviorBase.traverse(Node node,
Direction dir)
Called by any of the BehaviorBase traverse methods to actually effect a
traversal of the focus.
|
Modifier and Type | Field and Description |
---|---|
protected Direction |
Hueristic2D.cacheStartTraversalDirection |
Modifier and Type | Method and Description |
---|---|
Direction |
Direction.getDirectionForNodeOrientation(NodeOrientation orientation)
Returns the direction with respect to the node's orientation.
|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Node |
Hueristic2D.getNearestNodeLeftOrRight(Bounds currentB,
Bounds originB,
TraversalContext context,
Direction dir) |
protected Node |
Hueristic2D.getNearestNodeUpOrDown(Bounds currentB,
Bounds originB,
TraversalContext context,
Direction dir) |
Node |
TraversalEngine.select(Node from,
Direction dir)
Returns the node that is in the direction
dir starting from the Node from using the engine's algorithm. |
Node |
WeightedClosestCorner.select(Node node,
Direction dir,
TraversalContext context) |
Node |
Hueristic2D.select(Node node,
Direction dir,
TraversalContext context) |
Node |
ContainerTabOrder.select(Node node,
Direction dir,
TraversalContext context) |
Node |
Algorithm.select(Node owner,
Direction dir,
TraversalContext context)
Traverse from owner, in direction dir.
|
Node |
TraversalContext.selectInSubtree(Parent subTreeRoot,
Node from,
Direction dir)
If the TraversalEngine does not want to handle traversal inside some inner child (Parent), it can use this method to apply
default algorithm inside that Parent and return the next Node within the Parent or null if there's no successor.
|
Node |
TopMostTraversalEngine.trav(Node node,
Direction dir)
Traverse the focus to the next node in the specified direction.
|
int |
WeightedClosestCorner.traverse(Bounds origin,
Direction dir,
List<Node> targets,
TraversalContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
Node.impl_traverse(Direction dir)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Copyright © 2020. All rights reserved.