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)
-
Constructor Details
-
ServerCellFactory
public ServerCellFactory()
-
-
Method Details
-
call
public javafx.scene.control.ListCell<ServerListCellModel> call(javafx.scene.control.ListView<ServerListCellModel> serverListCellModelListView)- Specified by:
callin interfacejavafx.util.Callback<javafx.scene.control.ListView<ServerListCellModel>,javafx.scene.control.ListCell<ServerListCellModel>>
-