|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for incoming Msg folders
Method Summary | |
---|---|
void |
addChild(MsgFolder child)
Adds a child folder |
MsgFolder[] |
getChild()
Accessor for all the children of this folder |
MsgFolder |
getChild(int index)
Accessor for a single child folder |
void |
removeChild(MsgFolder child)
Removes a child folder |
void |
setChild(int index,
MsgFolder child)
Mutator for a single child folder |
void |
setChild(MsgFolder[] children)
Mutator for all the children of this folder |
Methods inherited from interface net.sourceforge.mflow.api.MsgFolder |
---|
addMsg, addMsgChangeListener, getMsg, getMsg, getMsgChangeListeners, getNewMsgCount, getParent, getUnreadMsgCount, isRootFolder, removeMsg, removeMsgChangeListener, setMsg, setMsg, setMsgChangeListeners, setParent |
Methods inherited from interface net.sourceforge.mflow.api.MsgFlowComponent |
---|
getName, setName |
Methods inherited from interface net.sourceforge.mflow.api.Configurable |
---|
configure |
Methods inherited from interface net.sourceforge.mflow.api.Iconable |
---|
getIcon |
Methods inherited from interface net.sourceforge.mflow.api.MsgReceiver |
---|
putMsg |
Methods inherited from interface net.sourceforge.mflow.api.MsgFlowComponent |
---|
getName, setName |
Methods inherited from interface net.sourceforge.mflow.api.Configurable |
---|
configure |
Methods inherited from interface net.sourceforge.mflow.api.Iconable |
---|
getIcon |
Method Detail |
---|
void addChild(MsgFolder child)
child
- the folder to add as a childvoid removeChild(MsgFolder child)
child
- the folder to remove as a childMsgFolder[] getChild()
void setChild(MsgFolder[] children)
children
- an array of the new MsgFolders to be children of this
folderMsgFolder getChild(int index)
index
- the index of the folder
void setChild(int index, MsgFolder child)
index
- the indexchild
- the folder to set at the specified index
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |