Module org.tentackle.fx
Class PaneConfigurator<T extends javafx.scene.layout.Pane>
- java.lang.Object
-
- org.tentackle.fx.container.config.PaneConfigurator<T>
-
- Type Parameters:
T- the pane type
- All Implemented Interfaces:
Configurator<T>
- Direct Known Subclasses:
AnchorPaneConfigurator,BorderPaneConfigurator,DialogPaneConfigurator,FlowPaneConfigurator,GridPaneConfigurator,HBoxConfigurator,StackPaneConfigurator,TextFlowConfigurator,TilePaneConfigurator,VBoxConfigurator
@ConfiguratorService(javafx.scene.layout.Pane.class) public class PaneConfigurator<T extends javafx.scene.layout.Pane> extends java.lang.Object implements Configurator<T>
Configures a Pane.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description PaneConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(T object)Configures the given FX object.
-
-
-
Method Detail
-
configure
public void configure(T object)
Description copied from interface:ConfiguratorConfigures the given FX object.- Specified by:
configurein interfaceConfigurator<T extends javafx.scene.layout.Pane>- Parameters:
object- the object
-
-