|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChatEntryModelClass | |
---|---|
de.lessvoid.nifty.controls | |
de.lessvoid.nifty.controls.chatcontrol |
Uses of ChatEntryModelClass in de.lessvoid.nifty.controls |
---|
Methods in de.lessvoid.nifty.controls that return types with arguments of type ChatEntryModelClass | |
---|---|
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. |
Uses of ChatEntryModelClass in de.lessvoid.nifty.controls.chatcontrol |
---|
Methods in de.lessvoid.nifty.controls.chatcontrol that return types with arguments of type ChatEntryModelClass | |
---|---|
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. |
Methods in de.lessvoid.nifty.controls.chatcontrol with parameters of type ChatEntryModelClass | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |