Module org.tentackle.fx
Class TreeViewConfigurator<T extends javafx.scene.control.TreeView<?>>
java.lang.Object
org.tentackle.fx.component.config.ComponentConfigurator<T>
org.tentackle.fx.component.config.TreeViewConfigurator<T>
- Type Parameters:
T- the treetable view type
- All Implemented Interfaces:
Configurator<T>
@ConfiguratorService(javafx.scene.control.TreeView.class)
public class TreeViewConfigurator<T extends javafx.scene.control.TreeView<?>>
extends ComponentConfigurator<T>
Configures a
TreeView.- Author:
- harald
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tentackle.fx.component.config.ComponentConfigurator
filterKeys, remapKeys, setupFocusHandling, updateModelAndView
-
Constructor Details
-
TreeViewConfigurator
public TreeViewConfigurator()Creates the configurator for aTreeView.
-
-
Method Details
-
configure
Description copied from class:ComponentConfiguratorConfigures the control.- Specified by:
configurein interfaceConfigurator<T extends javafx.scene.control.TreeView<?>>- Overrides:
configurein classComponentConfigurator<T extends javafx.scene.control.TreeView<?>>- Parameters:
control- the control
-