Uses of Interface
net.sourceforge.mflow.api.Msg

Packages that use Msg
net.sourceforge.mflow.api   
net.sourceforge.mflow.api.base   
net.sourceforge.mflow.impl   
 

Uses of Msg in net.sourceforge.mflow.api
 

Methods in net.sourceforge.mflow.api that return Msg
 Msg MFlowUI.getSelectedMsg()
          Gets the currently selected Msg.
 Msg[] MFlowUI.getSelectedMsgs()
          Gets the currently selected Msgs.
 Msg Msg.reply(boolean replyToAll)
          Get a new Msg suitable for a reply to this message.
abstract  Msg MsgFactory.createMsg()
          Creates an instance of Msg
 Msg[] MsgFolder.getMsg()
          Accessor for all of the Msgs contained in the folder
 Msg MsgFolder.getMsg(int index)
          Accessor for a single Msg in the folder
 

Methods in net.sourceforge.mflow.api with parameters of type Msg
 javax.swing.JDialog Account.getReplyDialog(Msg msg)
           
 javax.swing.JDialog Account.getForwardDialog(Msg msg)
           
 void MsgFolder.setMsg(Msg[] msgs)
          Mutator for all of the Msgs contained in the folder
 void MsgFolder.setMsg(int index, Msg msg)
          Mutator for a single Msg in the folder
 void MsgFolder.addMsg(Msg m)
          Adds a Msg to the folder
 void MsgFolder.removeMsg(Msg m)
          Removes a Msg from the folder.
 void MsgReceiver.putMsg(Msg m)
          Receives the Msg, and then does something with it.
 void SendFolder.sendMsg(Msg msg)
          Method to send a new Msg (or queue it to be sent)
 

Uses of Msg in net.sourceforge.mflow.api.base
 

Methods in net.sourceforge.mflow.api.base that return Msg
 Msg[] AbstractMsgFolder.getMsg()
          Gets all the messages
 Msg AbstractMsgFolder.getMsg(int index)
          Gets a single Msg
 

Methods in net.sourceforge.mflow.api.base with parameters of type Msg
abstract  void AbstractMsgFilter.putMsg(Msg m)
          Receives the Msg, and then does something with it.
 void AbstractMsgFolder.setMsg(Msg[] msgs)
          Sets all the messages
 void AbstractMsgFolder.setMsg(int index, Msg msg)
          Sets a single Msg
 void AbstractMsgFolder.addMsg(Msg m)
          Adds a message to the folder
 void AbstractMsgFolder.removeMsg(Msg m)
          Removes a msg from the folder
abstract  void AbstractMsgReceiver.putMsg(Msg m)
          Sends a Msg to the MsgReceiver
 

Uses of Msg in net.sourceforge.mflow.impl
 

Classes in net.sourceforge.mflow.impl that implement Msg
 class MsgImpl
          This class models a generic message.
 

Methods in net.sourceforge.mflow.impl that return Msg
 Msg MsgImpl.reply(boolean replyToAll)
          Get a new Msg suitable for a reply to this message.
 

Constructors in net.sourceforge.mflow.impl with parameters of type Msg
MsgImpl(Msg m)
          Copy constructor, fills a new Msg with the values of an existing Msg
 



Copyright © 2002-2004 MFlow Group. All Rights Reserved.