|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a view on messages. There is no implication that these messages all come from the same Folder, or even from the same kind of Folder.
The messages are presented in a particular sorted order, and have also possibly been threaded.
Field Summary | |
static int |
AUTHOR
|
static int |
DATE
|
static int |
DELETED
|
static int |
FLAGGED
|
static int |
NUMBER
|
static int |
READ
|
static int |
SIZE
|
static int |
SUBJECT
|
Method Summary | |
void |
addObserver(MessageSetViewObserver obs)
|
ViewedMessage |
getMessageRoot()
Gets the root of the tree of messages that are being viewed. |
int[] |
getSortOrder()
|
boolean |
isThreaded()
|
void |
prependSortOrder(int order)
Prepend a new sort order. |
void |
removeObserver(MessageSetViewObserver obs)
|
void |
reThread()
Cause the messages to get resorted and possibly threaded, according to previous calls to setSortOrder(), prependSortOrder(), and setIsThreaded(). |
void |
setIsThreaded(boolean b)
Set whether to do threading on these messages. |
void |
setSortOrder(int[] order)
Set the sort order for display. |
Field Detail |
public static final int NUMBER
public static final int DATE
public static final int SUBJECT
public static final int AUTHOR
public static final int READ
public static final int FLAGGED
public static final int SIZE
public static final int DELETED
Method Detail |
public ViewedMessage getMessageRoot()
public void setSortOrder(int[] order)
public void prependSortOrder(int order)
public int[] getSortOrder()
public void setIsThreaded(boolean b)
public boolean isThreaded()
public void reThread()
public void addObserver(MessageSetViewObserver obs)
public void removeObserver(MessageSetViewObserver obs)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |