Class PaneConfigurator<T extends javafx.scene.layout.Pane>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(T object)
      Configures the given FX object.
      • Methods inherited from class java.lang.Object

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

      • PaneConfigurator

        public PaneConfigurator()
    • Method Detail

      • configure

        public void configure​(T object)
        Description copied from interface: Configurator
        Configures the given FX object.
        Specified by:
        configure in interface Configurator<T extends javafx.scene.layout.Pane>
        Parameters:
        object - the object