Package | Description |
---|---|
de.lessvoid.nifty.controls | |
de.lessvoid.nifty.controls.chatcontrol |
Modifier and Type | Method and Description |
---|---|
List<ChatEntryModelClass> |
Chat.getLines()
This method returns all the chatlines in the chat.
|
List<ChatEntryModelClass> |
Chat.getPlayers()
This method returns the current list of players in the chat.
|
Modifier and Type | Method and Description |
---|---|
List<ChatEntryModelClass> |
ChatControl.getLines()
This method returns all the chatlines in the chat.
|
List<ChatEntryModelClass> |
ChatControl.getPlayers()
This method returns the current list of players in the chat.
|
Modifier and Type | Method and Description |
---|---|
void |
ChatBoxViewConverter.display(Element listBoxItem,
ChatEntryModelClass item)
Display the given item in the given element.
|
int |
ChatBoxViewConverter.getWidth(Element listBoxItem,
ChatEntryModelClass item)
Return the width in pixel of the given item rendered for the given element.
|
Copyright © 2013. All Rights Reserved.