Uses of Class
nan.model.MessageTree

Packages that use MessageTree
nan.model   
nan.tools   
nan.view   
 

Uses of MessageTree in nan.model
 

Methods in nan.model that return MessageTree
 MessageTree Newsgroup.getCache()
          Gets the local cache.
 

Methods in nan.model with parameters of type MessageTree
 void Newsgroup.setCache(MessageTree cache)
          Sets the local cache.
 

Uses of MessageTree in nan.tools
 

Constructors in nan.tools with parameters of type MessageTree
BackgroundNewsgroupDownloader(NNTPClient client, WaitDialog dialog, Newsgroup newsgroup, MessageTree tree)
          Creates a new BackgroundNewsgroupDownloader object.
BackgroundCacheWriter(Newsgroup newsgroup, MessageTree tree)
          Creates a new BackgroundCacheWriter object.
BackgroundCacheReader(java.io.File directory, Newsgroup newsgroup, MessageTree tree, WaitDialog dialog)
          Creates a new BackgroundCacheReader object.
 

Uses of MessageTree in nan.view
 

Methods in nan.view with parameters of type MessageTree
 void MessagePanel.setMessageTree(MessageTree tree)
          Sets the MessageTree.