Class SKNodeFocusBehavior


  • public final class SKNodeFocusBehavior
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Focusable
      Focusable and will also prevent other focusable nodes that this node visually obscures from being focusable.
      static long None
      Not focusable and node has no impact on other nodes that have focus interaction enabled.
      static long Occluding
      Not focusable, but will prevent other focusable nodes that this node visually obscures from being focusable.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • None

        public static final long None
        Not focusable and node has no impact on other nodes that have focus interaction enabled. This is the default.
        See Also:
        Constant Field Values
      • Occluding

        public static final long Occluding
        Not focusable, but will prevent other focusable nodes that this node visually obscures from being focusable.
        See Also:
        Constant Field Values
      • Focusable

        public static final long Focusable
        Focusable and will also prevent other focusable nodes that this node visually obscures from being focusable.
        See Also:
        Constant Field Values