Uses of Class
nan.model.Message

Packages that use Message
nan.model   
nan.nntp   
nan.view   
 

Uses of Message in nan.model
 

Methods in nan.model that return Message
static Message XMLFactory.getMessage(org.dom4j.Document document)
          Reconstructs a Message from an XML Document.
 

Methods in nan.model with parameters of type Message
 void MessageTree.addChild(Message message)
          Adds a child to this tree just under the root.
 void MessageTree.addThreadChild(Message message, java.util.StringTokenizer references)
          Adds a thread child in the proper sequence to this tree.
 

Uses of Message in nan.nntp
 

Methods in nan.nntp that return Message
 Message NNTPClientImpl.getMessage(int article, MessageHeader header)
          Gets a message from the news server.
 Message NNTPClientImpl.getMessage(int article)
          Gets a message from the news server.
 Message NNTPClientImpl.getMessage(java.lang.String messageId, MessageHeader header)
          Gets a message from the news server.
 Message NNTPClientImpl.getMessage(java.lang.String messageId)
          Gets a message from the news server.
 Message NNTPClient.getMessage(int article)
          Gets a message from the news server.
 Message NNTPClient.getMessage(int article, MessageHeader header)
          Gets a message from the news server.
 Message NNTPClient.getMessage(java.lang.String messageId)
          Gets a message from the news server.
 Message NNTPClient.getMessage(java.lang.String messageId, MessageHeader header)
          Gets a message from the news server.
 

Methods in nan.nntp with parameters of type Message
 boolean NNTPClientImpl.post(Message message)
          Posts a message to the NNTP server.
 boolean NNTPClient.post(Message message)
          Posts a message to the NNTP server.
 

Uses of Message in nan.view
 

Methods in nan.view with parameters of type Message
 void MessagePanel.display(Message message)
          Displays a Message in the preview pane.