Class WindowConfigurator<T extends javafx.stage.Window>

  • Type Parameters:
    T - the window type
    All Implemented Interfaces:
    Configurator<T>

    @ConfiguratorService(javafx.stage.Window.class)
    public class WindowConfigurator<T extends javafx.stage.Window>
    extends java.lang.Object
    implements Configurator<T>
    Configures a Window.

    The implementation allows overriding the base methods for a single configurator or all configurators via FxUtilities.

    Author:
    harald
    • Method Summary

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

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

      • WindowConfigurator

        public WindowConfigurator()
    • Method Detail

      • configure

        public void configure​(T window)
        Description copied from interface: Configurator
        Configures the given FX object.
        Specified by:
        configure in interface Configurator<T extends javafx.stage.Window>
        Parameters:
        window - the object
      • registerEventFilters

        protected void registerEventFilters​(T window)
        Registers event filters.
        Parameters:
        window - the window