Class TabConfigurator<T extends javafx.scene.control.Tab>

  • Type Parameters:
    T - the container type
    All Implemented Interfaces:
    Configurator<T>

    @ConfiguratorService(javafx.scene.control.Tab.class)
    public class TabConfigurator<T extends javafx.scene.control.Tab>
    extends java.lang.Object
    implements Configurator<T>
    Configures a Tab.
    Author:
    harald
    • Constructor Summary

      Constructors 
      Constructor Description
      TabConfigurator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(T object)
      Configures the given FX object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TabConfigurator

        public TabConfigurator()
    • Method Detail

      • configure

        public void configure​(T object)
        Description copied from interface: Configurator
        Configures the given FX object.
        Specified by:
        configure in interface Configurator<T extends javafx.scene.control.Tab>
        Parameters:
        object - the object