Class ContactCellFactory

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

public class ContactCellFactory
extends java.lang.Object
implements javafx.util.Callback<javafx.scene.control.ListView<Contact>,​ContactListCell>
  • Constructor Summary

    Constructors 
    Constructor Description
    ContactCellFactory()  
  • Method Summary

    Modifier and Type Method Description
    ContactListCell call​(javafx.scene.control.ListView<Contact> contactListView)  

    Methods inherited from class java.lang.Object

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