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

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

      • ContainerConfigurator

        public ContainerConfigurator()
    • 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