Class ContactListCellModel
java.lang.Object
io.github.michael_bailey.client.ui.ChatWindow.ListCells.ContactListCellModel
public class ContactListCellModel
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
name
javafx.scene.image.Image
profileImage
java.util.UUID
uuid
-
Constructor Summary
Constructors Constructor Description ContactListCellModel()
-
Method Summary
-
Field Details
-
uuid
public java.util.UUID uuid -
name
public java.lang.String name -
profileImage
public javafx.scene.image.Image profileImage
-
-
Constructor Details
-
ContactListCellModel
public ContactListCellModel()
-