Uses of Class
nan.model.Attachment

Packages that use Attachment
nan.model   
nan.tools   
 

Uses of Attachment in nan.model
 

Methods in nan.model that return Attachment
static Attachment XMLFactory.getAttachment(org.dom4j.Document document)
          Reconstructs an Attachment from an XML Document.
 Attachment Message.removeAttachment(int index)
          Removes an attachment from this Message.
 Attachment Message.getAttachment(int index)
          Gets an Attachment from this message.
static Attachment Attachment.encode(java.io.File file)
          Encodes a file to an Attachment.
 

Methods in nan.model with parameters of type Attachment
 void Message.addAttachment(Attachment attachment)
          Adds an attachment to this Message.
 

Uses of Attachment in nan.tools
 

Constructors in nan.tools with parameters of type Attachment
BackgroundAttachmentSaver(Attachment attachment, java.io.File file)
          Creates a new BackgroundAttachmentSaver object.