Class | Description |
---|---|
ChatBubbleView<T extends Entity> |
A view for a single row/chat bubble in a Chat view.
|
ChatBubbleView.ChatBubbleListCellRenderer |
A list cell renderer for creating a row of
ChatBubbleView inside an EntityListView . |
ChatBubbleView.ViewModel |
This is a view model class that may be used as a model for the ChatBubbleView, as it
defines properties with all of the required tags.
|
ChatRoomView<T extends Entity> |
A view that provides a fully-functional user interface for a multi-user chat.
|
ChatRoomView.ChatRoomViewFactory |
A factory that can be added to a view node to "turn" it into a ChatRoomView.
|
ChatRoomView.ViewModel |
A reference view model for the ChatRoomView.
|
ChatRoomView.ViewModel.ChatMessages |
A list of chat messages
|
ChatRoomView.ViewModel.Participants |
A list of participants in a chat room.
|