final class TabOrderHelper
extends java.lang.Object
Constructor and Description |
---|
TabOrderHelper() |
Modifier and Type | Method and Description |
---|---|
private static Node |
findNextFocusableInList(java.util.List<Node> nodeList,
int startIndex) |
static Node |
findNextFocusablePeer(Node node,
Parent root,
boolean traverseIntoCurrent) |
private static java.util.List<Node> |
findPeers(Node node) |
private static Node |
findPreviousFocusableInList(java.util.List<Node> nodeList,
int startIndex) |
static Node |
findPreviousFocusablePeer(Node node,
Parent root) |
static Node |
getFirstTargetNode(Parent p) |
static Node |
getLastTargetNode(Parent p) |
private static boolean |
isDisabledOrInvisible(Node prevNode) |
private static Node findPreviousFocusableInList(java.util.List<Node> nodeList, int startIndex)
private static boolean isDisabledOrInvisible(Node prevNode)
private static Node findNextFocusableInList(java.util.List<Node> nodeList, int startIndex)
public static Node findNextFocusablePeer(Node node, Parent root, boolean traverseIntoCurrent)