Module org.tentackle.fx
Class DialogPaneConfigurator<T extends javafx.scene.control.DialogPane>
java.lang.Object
org.tentackle.fx.container.config.PaneConfigurator<T>
org.tentackle.fx.container.config.DialogPaneConfigurator<T>
- Type Parameters:
T- the container type
- All Implemented Interfaces:
Configurator<T>
@ConfiguratorService(javafx.scene.control.DialogPane.class)
public class DialogPaneConfigurator<T extends javafx.scene.control.DialogPane>
extends PaneConfigurator<T>
Configures a
DialogPane.- Author:
- harald
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tentackle.fx.container.config.PaneConfigurator
configure
-
Constructor Details
-
DialogPaneConfigurator
public DialogPaneConfigurator()Creates the configurator for aDialogPane.
-