Class MessageCellFactory

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

public class MessageCellFactory
extends java.lang.Object
implements javafx.util.Callback<javafx.scene.control.ListView<Message>,​MessageListCell>
  • Constructor Summary

    Constructors 
    Constructor Description
    MessageCellFactory()  
  • Method Summary

    Modifier and Type Method Description
    MessageListCell call​(javafx.scene.control.ListView<Message> messageListView)  

    Methods inherited from class java.lang.Object

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