Uses of Class
org.apache.hupa.shared.data.Tag

Packages that use Tag
org.apache.hupa.shared.data   
org.apache.hupa.shared.rpc   
 

Uses of Tag in org.apache.hupa.shared.data
 

Methods in org.apache.hupa.shared.data that return types with arguments of type Tag
 ArrayList<Tag> Message.getTags()
           
 

Method parameters in org.apache.hupa.shared.data with type arguments of type Tag
 void Message.setTags(ArrayList<Tag> tags)
           
 

Uses of Tag in org.apache.hupa.shared.rpc
 

Methods in org.apache.hupa.shared.rpc that return Tag
 Tag TagMessage.getTag()
           
 

Constructors in org.apache.hupa.shared.rpc with parameters of type Tag
TagMessage(Tag tag, IMAPFolder folder, ArrayList<Long> messageUids)
           
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.