Class FXMLController.TableDataCellFactory

java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.modelextractor.FXMLController.TableDataCellFactory
All Implemented Interfaces:
javafx.util.Callback<javafx.scene.control.ListView<de.fraunhofer.iosb.ilt.frostserver.modelextractor.FXMLController.TableData>,javafx.scene.control.ListCell<de.fraunhofer.iosb.ilt.frostserver.modelextractor.FXMLController.TableData>>
Enclosing class:
FXMLController

public class FXMLController.TableDataCellFactory extends Object implements javafx.util.Callback<javafx.scene.control.ListView<de.fraunhofer.iosb.ilt.frostserver.modelextractor.FXMLController.TableData>,javafx.scene.control.ListCell<de.fraunhofer.iosb.ilt.frostserver.modelextractor.FXMLController.TableData>>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.scene.control.ListCell<de.fraunhofer.iosb.ilt.frostserver.modelextractor.FXMLController.TableData>
    call(javafx.scene.control.ListView<de.fraunhofer.iosb.ilt.frostserver.modelextractor.FXMLController.TableData> list)
     

    Methods inherited from class java.lang.Object

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

    • TableDataCellFactory

      public TableDataCellFactory()
  • Method Details

    • call

      public javafx.scene.control.ListCell<de.fraunhofer.iosb.ilt.frostserver.modelextractor.FXMLController.TableData> call(javafx.scene.control.ListView<de.fraunhofer.iosb.ilt.frostserver.modelextractor.FXMLController.TableData> list)
      Specified by:
      call in interface javafx.util.Callback<javafx.scene.control.ListView<de.fraunhofer.iosb.ilt.frostserver.modelextractor.FXMLController.TableData>,javafx.scene.control.ListCell<de.fraunhofer.iosb.ilt.frostserver.modelextractor.FXMLController.TableData>>