Package implementation.gui.controller
Class FieldTyper
- java.lang.Object
-
- implementation.gui.controller.FieldTyper
-
public class FieldTyper extends java.lang.Object
Simulating entries in the TextField was easier than programming another method to dop the same thing- Author:
- nk-fouque
-
-
Constructor Summary
Constructors Constructor Description FieldTyper()
-
Method Summary
Modifier and Type Method Description static void
enter(javafx.scene.control.TextField textField)
static void
type(javafx.scene.control.TextField textField, java.lang.String s)
static void
typeAndTrigger(javafx.scene.control.TextField textField, java.lang.String s)
-