Class TileConfigurator<T extends atlantafx.base.controls.Tile>
java.lang.Object
org.tentackle.fx.atlanta.container.config.TileConfigurator<T>
- Type Parameters:
T- the container type
- All Implemented Interfaces:
Configurator<T>
@ConfiguratorService(atlantafx.base.controls.Tile.class)
public class TileConfigurator<T extends atlantafx.base.controls.Tile>
extends Object
implements Configurator<T>
Configures a
Tile.- Author:
- harald
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TileConfigurator
public TileConfigurator()Creates the configurator for anTile.
-
-
Method Details
-
configure
Description copied from interface:ConfiguratorConfigures the given FX object.- Specified by:
configurein interfaceConfigurator<T extends atlantafx.base.controls.Tile>- Parameters:
object- the object
-