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 Details

    • DialogPaneConfigurator

      public DialogPaneConfigurator()
      Creates the configurator for a DialogPane.