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
- 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"
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final void
focusNextSibling
(Node node) Moves the focus to the next node on the same hierarchy level.static final void
focusPreviousSibling
(Node node) Moves the focus to the previous node on the same hierarchy level.
-
Constructor Details
-
ControlUtils
private ControlUtils()No instance allowed for this class!
-
-
Method Details
-
focusNextSibling
Moves the focus to the next node on the same hierarchy level.- Parameters:
node
- The node that currently has the focus.
-
focusPreviousSibling
Moves the focus to the previous node on the same hierarchy level.- Parameters:
node
- The node that currently has the focus.
-