java.lang.Object
org.tquadrat.foundation.fx.internal.ControlUtils

@ClassVersion(sourceVersion="$Id: ControlUtils.java 1112 2024-03-10 14:16:51Z tquadrat $") @API(status=STABLE, since="0.4.6") @UtilityClass public final class ControlUtils extends Object
Helper functions for the implementation of Skins and Controls.
Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: ControlUtils.java 1112 2024-03-10 14:16:51Z tquadrat $
Since:
0.4.6
UML Diagram
UML Diagram for "org.tquadrat.foundation.fx.internal.ControlUtils"

UML Diagram for "org.tquadrat.foundation.fx.internal.ControlUtils"

UML Diagram for "org.tquadrat.foundation.fx.internal.ControlUtils"
  • Constructor Details

    • ControlUtils

      private ControlUtils()
      No instance allowed for this class!
  • Method Details

    • focusNextSibling

      public static final void focusNextSibling(Node node)
      Moves the focus to the next node on the same hierarchy level.
      Parameters:
      node - The node that currently has the focus.
    • focusPreviousSibling

      public static final void focusPreviousSibling(Node node)
      Moves the focus to the previous node on the same hierarchy level.
      Parameters:
      node - The node that currently has the focus.