Class 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)  
      • Methods inherited from class java.lang.Object

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

      • FieldTyper

        public FieldTyper()
    • Method Detail

      • typeAndTrigger

        public static void typeAndTrigger​(javafx.scene.control.TextField textField,
                                          java.lang.String s)
      • type

        public static void type​(javafx.scene.control.TextField textField,
                                java.lang.String s)
      • enter

        public static void enter​(javafx.scene.control.TextField textField)