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:
org.tentackle.fx.Configurator<T>

@ConfiguratorService(atlantafx.base.controls.Tile.class) public class TileConfigurator<T extends atlantafx.base.controls.Tile> extends Object implements org.tentackle.fx.Configurator<T>
Configures a Tile.
Author:
harald
  • Constructor Details

    • TileConfigurator

      public TileConfigurator()
      Creates the configurator for an Tile.
  • Method Details

    • configure

      public void configure(T object)
      Specified by:
      configure in interface org.tentackle.fx.Configurator<T extends atlantafx.base.controls.Tile>