|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is a message in a MessageSetView. It represents a message, and also knows where it is in relationship with other messages in the same view.
Method Summary | |
void |
dump()
Debugging hack. |
ViewedMessage |
getChild()
Returns the first child of this message. |
javax.mail.Message |
getMessage()
Gets the message itself. |
ViewedMessage |
getNext()
Returns the next message. |
ViewedMessage |
getParent()
Returns the parent of this message. |
MessageSetView |
getView()
Gets the view that this message is a part of. |
boolean |
isDummy()
This should return true of dummy messages, false otherwise. |
Method Detail |
public MessageSetView getView()
public javax.mail.Message getMessage()
public ViewedMessage getParent()
public ViewedMessage getChild()
public ViewedMessage getNext()
public boolean isDummy()
public void dump()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |