focusTraversableProperty

Is this part of the cycle of node that can accept keyboard focus when he user presses the Tab key (or Shift-Tab).

Focus can also be moved programmatically using Scene.focusNext and Scene.focusPrevious. Any node can be given the focus using requestFocus (i.e. focusTraversable is ignored in this case).

Scene.focusOwner indicates which node currently has focus, and that node's focusedProperty is set to true.

See also focusAcceptable