Class SimpleChatFile

java.lang.Object
org.teamapps.ux.component.chat.SimpleChatFile
All Implemented Interfaces:
ChatFile

public class SimpleChatFile
extends java.lang.Object
implements ChatFile
  • Constructor Summary

    Constructors 
    Constructor Description
    SimpleChatFile​(java.lang.String name, org.teamapps.icons.api.Icon icon, Resource thumbnail, Resource download)  
  • Method Summary

    Modifier and Type Method Description
    Resource getDownload()  
    org.teamapps.icons.api.Icon getIcon()  
    long getLength()  
    java.lang.String getName()  
    Resource getThumbnail()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait