Class ServerCellFactory

java.lang.Object
io.github.michael_bailey.client.ui.ChatWindow.CellFactories.ServerCellFactory
All Implemented Interfaces:
javafx.util.Callback<javafx.scene.control.ListView<ServerListCellModel>,​javafx.scene.control.ListCell<ServerListCellModel>>

public class ServerCellFactory
extends java.lang.Object
implements javafx.util.Callback<javafx.scene.control.ListView<ServerListCellModel>,​javafx.scene.control.ListCell<ServerListCellModel>>
  • Constructor Summary

    Constructors 
    Constructor Description
    ServerCellFactory()  
  • Method Summary

    Modifier and Type Method Description
    javafx.scene.control.ListCell<ServerListCellModel> call​(javafx.scene.control.ListView<ServerListCellModel> serverListCellModelListView)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait