Class ComponentConfigurator<T extends javafx.scene.control.Control>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(T control)
      Configures the control.
      protected void filterKeys​(T control)
      Filters certain keys for special features.
      protected void remapKeys​(T control)
      Remaps certain keys.
      protected void setupFocusHandling​(T control)
      Adds focus handling to sync with model.
      • Methods inherited from class java.lang.Object

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

      • ComponentConfigurator

        public ComponentConfigurator()
    • Method Detail

      • configure

        public void configure​(T control)
        Configures the control.
        Specified by:
        configure in interface Configurator<T extends javafx.scene.control.Control>
        Parameters:
        control - the control
      • setupFocusHandling

        protected void setupFocusHandling​(T control)
        Adds focus handling to sync with model.
        Parameters:
        control - the control
      • remapKeys

        protected void remapKeys​(T control)
        Remaps certain keys.
        Parameters:
        control - the control
      • filterKeys

        protected void filterKeys​(T control)
        Filters certain keys for special features.
        Parameters:
        control - the control