Module org.tentackle.fx
Class WindowConfigurator<T extends javafx.stage.Window>
- java.lang.Object
-
- org.tentackle.fx.container.config.WindowConfigurator<T>
-
- 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
-
-
Constructor Summary
Constructors Constructor Description WindowConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(T window)Configures the given FX object.protected voidregisterEventFilters(T window)Registers event filters.
-
-
-
Method Detail
-
configure
public void configure(T window)
Description copied from interface:ConfiguratorConfigures the given FX object.- Specified by:
configurein interfaceConfigurator<T extends javafx.stage.Window>- Parameters:
window- the object
-
registerEventFilters
protected void registerEventFilters(T window)
Registers event filters.- Parameters:
window- the window
-
-