Uses of Interface
nan.model.XMLSerializable

Packages that use XMLSerializable
nan.model   
nan.tools   
 

Uses of XMLSerializable in nan.model
 

Classes in nan.model that implement XMLSerializable
 class Attachment
          An NNTP Message attachment.
 class License
          A representation of a License agreement.
 class Message
          A representation of an NNTP message in RFC 850 format.
 class MessageHeader
          A representation of an NNTP message header in RFC 850 format.
 class Newsgroup
          A representation of an NNTP newsgroup.
 class NewsgroupList
          A list container for Newsgroups that also support JList components.
 class ServerSettings
          The settings used by the News Server.
 class UserSettings
          The settings used by the user.
 

Uses of XMLSerializable in nan.tools
 

Methods in nan.tools with parameters of type XMLSerializable
static void BackgroundCacheWriter.writeCacheFile(Newsgroup newsgroup, XMLSerializable xml, MessageHeader header)
          Writes a message to the cache.
 

Constructors in nan.tools with parameters of type XMLSerializable
BackgroundWriter(XMLSerializable data, java.io.File file)
          Creates a new BackgroundWriter object.