Class ListViewConfigurator<T extends javafx.scene.control.ListView<?>>

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

    @ConfiguratorService(javafx.scene.control.ListView.class)
    public class ListViewConfigurator<T extends javafx.scene.control.ListView<?>>
    extends ComponentConfigurator<T>
    Configures a ListView.
    Author:
    harald
    • Constructor Detail

      • ListViewConfigurator

        public ListViewConfigurator()