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 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidConfigures the given FX object.protected voidregisterEventFilters(T window) Registers event filters.
-
Constructor Details
-
WindowConfigurator
public WindowConfigurator()Creates the configurator forWindow.
-
-
Method Details
-
configure
Description copied from interface:ConfiguratorConfigures the given FX object.- Specified by:
configurein interfaceConfigurator<T extends javafx.stage.Window>- Parameters:
window- the object
-
registerEventFilters
Registers event filters.- Parameters:
window- the window
-