Class GenericCellFactory<T extends GenericTranslatable>

java.lang.Object
org.correomqtt.gui.views.cell.GenericCellFactory<T>
All Implemented Interfaces:
Factory

@Generated("org.correomqtt.di.processor.SoyFactoryProcessor") @DefaultBean public class GenericCellFactory<T extends GenericTranslatable> extends Object implements Factory
  • Constructor Details

    • GenericCellFactory

      public GenericCellFactory()
  • Method Details

    • create

      public GenericCell<T> create(javafx.scene.control.ListView<T> listView)