Uses of Class
de.lessvoid.nifty.controls.chatcontrol.ChatEntryModelClass

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(de.lessvoid.nifty.elements.Element listBoxItem, ChatEntryModelClass item)
          Display the given item in the given element.
 int ChatBoxViewConverter.getWidth(de.lessvoid.nifty.elements.Element listBoxItem, ChatEntryModelClass item)
          Return the width in pixel of the given item rendered for the given element.
 



Copyright © 2011. All Rights Reserved.