Class TextInputControlConfigurator<T extends javafx.scene.control.TextInputControl>

    • Constructor Detail

      • TextInputControlConfigurator

        public TextInputControlConfigurator()
    • Method Detail

      • remapKeys

        protected void remapKeys​(T control)
        Description copied from class: ComponentConfigurator
        Remaps certain keys.
        Overrides:
        remapKeys in class ComponentConfigurator<T extends javafx.scene.control.TextInputControl>
        Parameters:
        control - the control
      • focusNext

        protected void focusNext​(T control)
        Moves the focus logically forward if not a table cell editor.
        Parameters:
        control - the control
      • focusPrevious

        protected void focusPrevious​(T control)
        Moves the focus logically back if not a table cell editor.
        Parameters:
        control - the control