A C D E F G H I L M N P Q R S T U V

A

AbstractAccount - class net.sourceforge.mflow.api.base.AbstractAccount.
 
AbstractAccount(Preferences) - Constructor for class net.sourceforge.mflow.api.base.AbstractAccount
 
AbstractMsgFilter - class net.sourceforge.mflow.api.base.AbstractMsgFilter.
Abstract implementation of a MsgFilter
AbstractMsgFilter() - Constructor for class net.sourceforge.mflow.api.base.AbstractMsgFilter
 
AbstractMsgFlowComponent - class net.sourceforge.mflow.api.base.AbstractMsgFlowComponent.
Abstract implementation of MsgFlowComponent
AbstractMsgFlowComponent() - Constructor for class net.sourceforge.mflow.api.base.AbstractMsgFlowComponent
 
AbstractMsgFolder - class net.sourceforge.mflow.api.base.AbstractMsgFolder.
Abstract implementation of MsgFolder
AbstractMsgFolder() - Constructor for class net.sourceforge.mflow.api.base.AbstractMsgFolder
 
AbstractMsgReceiver - class net.sourceforge.mflow.api.base.AbstractMsgReceiver.
An abstract implementation of MsgReceiver
AbstractMsgReceiver() - Constructor for class net.sourceforge.mflow.api.base.AbstractMsgReceiver
 
AbstractMsgSource - class net.sourceforge.mflow.api.base.AbstractMsgSource.
Abstract implementation of MsgSource
AbstractMsgSource() - Constructor for class net.sourceforge.mflow.api.base.AbstractMsgSource
 
Account - interface net.sourceforge.mflow.api.Account.
 
AccountManager - interface net.sourceforge.mflow.api.AccountManager.
A manager for Accounts.
AccountManagerImpl - class net.sourceforge.mflow.impl.AccountManagerImpl.
 
accept(File, String) - Method in class net.sourceforge.mflow.util.FilenameExtensionFilter
Includes all files that end in the specified extension, case insensitively
add(Contact) - Method in interface net.sourceforge.mflow.api.ContactGroup
Adds the specified contact to the ContactGroup
add(ContactGroup) - Method in interface net.sourceforge.mflow.api.ContactGroup
Adds the specified contact group to the ContactGroup
add(Contact) - Method in class net.sourceforge.mflow.impl.ContactGroupImpl
 
add(ContactGroup) - Method in class net.sourceforge.mflow.impl.ContactGroupImpl
 
addAll(List) - Method in interface net.sourceforge.mflow.api.ContactGroup
Adds the contents of the specified List to the ContactGroup
addAll(List) - Method in class net.sourceforge.mflow.impl.ContactGroupImpl
 
addChild(MsgFolder) - Method in interface net.sourceforge.mflow.api.ReceiveFolder
Adds a child folder
addComponentType(Class) - Method in interface net.sourceforge.mflow.api.ComponentManager
Adds a new type of component
addComponentType(Class) - Method in class net.sourceforge.mflow.impl.ComponentManagerImpl
 
addContactMethod(ContactMethod) - Method in interface net.sourceforge.mflow.api.Contact
Adds a ContactMethod
addContactMethod(ContactMethod) - Method in class net.sourceforge.mflow.impl.ContactImpl
Adds a ContactMethod
addContactMethodType(Class, String) - Method in interface net.sourceforge.mflow.api.ContactMethodManager
Adds a new type of contact method
addContactMethodType(Class, String) - Method in class net.sourceforge.mflow.impl.ContactMethodManagerImpl
 
addContentHandler(ContentHandler) - Method in interface net.sourceforge.mflow.api.Msg
Adds a new ContentHandler
addContentHandler(ContentHandler) - Method in class net.sourceforge.mflow.impl.MsgImpl
Adds a new ContentHandler
addFiles(List) - Method in class net.sourceforge.mflow.impl.PluginLocator
 
addInstance(MFlowUI) - Method in interface net.sourceforge.mflow.api.MFlowUIManager
Adds a new UI instance
addInstance(MFlowUI) - Method in class net.sourceforge.mflow.impl.MFlowUIManagerImpl
 
addMsg(Msg) - Method in interface net.sourceforge.mflow.api.MsgFolder
Adds a Msg to the folder
addMsg(Msg) - Method in class net.sourceforge.mflow.api.base.AbstractMsgFolder
Adds a message to the folder
addMsgChangeListener(MsgChangeListener) - Method in interface net.sourceforge.mflow.api.MsgFolder
Adds a listener for MsgChangeEvents.
addMsgChangeListener(MsgChangeListener) - Method in class net.sourceforge.mflow.api.base.AbstractMsgFolder
Adds a new listener
addReceiver(MsgReceiver) - Method in interface net.sourceforge.mflow.api.MsgSource
Adds a MsgReceiver to receive any Msg's that this MsgSource produces
addReceiver(MsgReceiver) - Method in class net.sourceforge.mflow.api.base.AbstractMsgSource
Adds a MsgReceiver
addRecipient(ContactMethod) - Method in interface net.sourceforge.mflow.api.Msg
Add this recipient ContactMethod to the existing ones.
addRecipient(ContactMethod) - Method in class net.sourceforge.mflow.impl.MsgImpl
Add this recipient ContactMethod to the existing ones.
addRecipients(ContactMethod[]) - Method in interface net.sourceforge.mflow.api.Msg
Add these recipient ContactMethods to the existing ones.
addRecipients(ContactMethod[]) - Method in class net.sourceforge.mflow.impl.MsgImpl
Add these recipient ContactMethods to the existing ones.
addReplyTo(ContactMethod) - Method in interface net.sourceforge.mflow.api.Msg
Add this ContactMethod to be replied to
addReplyTo(ContactMethod) - Method in class net.sourceforge.mflow.impl.MsgImpl
Add this ContactMethod to be replied to
addURLs(URL[]) - Method in class net.sourceforge.mflow.impl.PluginClassLoader
 

C

ComponentManager - interface net.sourceforge.mflow.api.ComponentManager.
A class for managing instances of MsgFlowComponent
ComponentManagerImpl - class net.sourceforge.mflow.impl.ComponentManagerImpl.
A class for managing instances of MsgFlowComponent
Configurable - interface net.sourceforge.mflow.api.Configurable.
Interface for classes with configuration dialogs
Configuration - interface net.sourceforge.mflow.api.Configuration.
Contains a copy of the configuration data for MFlow.
ConfigurationImpl - class net.sourceforge.mflow.impl.ConfigurationImpl.
Contains a copy of the configuration data for MFlow.
Contact - interface net.sourceforge.mflow.api.Contact.
A class for representing an entity with which communication can occur Serves primarily as a repository for ContactMethods, associated with a name
ContactGroup - interface net.sourceforge.mflow.api.ContactGroup.
A collection of Contacts, with an optional name
ContactGroupImpl - class net.sourceforge.mflow.impl.ContactGroupImpl.
A collection of Contacts, with an optional name
ContactImpl - class net.sourceforge.mflow.impl.ContactImpl.
A class for representing an entity with which communication can occur Serves primarily as a repository for ContactMethods, associated with a name
ContactManager - interface net.sourceforge.mflow.api.ContactManager.
Manager for the Contacts
ContactManagerImpl - class net.sourceforge.mflow.impl.ContactManagerImpl.
Manager for the Contacts
ContactMethod - interface net.sourceforge.mflow.api.ContactMethod.
Describes a method of reaching a Contact
ContactMethodManager - interface net.sourceforge.mflow.api.ContactMethodManager.
A class for managing instances of ContactMethod
ContactMethodManagerImpl - class net.sourceforge.mflow.impl.ContactMethodManagerImpl.
A class for managing instances of ContactMethod
ContentHandler - interface net.sourceforge.mflow.api.ContentHandler.
A JavaBean compliant wrapper for a DataHandler
ContentHandlerFactory - class net.sourceforge.mflow.api.ContentHandlerFactory.
 
ContentHandlerFactory() - Constructor for class net.sourceforge.mflow.api.ContentHandlerFactory
 
ContentHandlerImpl - class net.sourceforge.mflow.impl.ContentHandlerImpl.
A JavaBean compliant wrapper for a DataHandler
classPathToName(String) - Static method in class net.sourceforge.mflow.impl.PluginClassLoader
Converts the path to a .class file to a class name
clear() - Method in class net.sourceforge.mflow.api.base.AbstractMsgFolder
Removes all messages from the folder
closeReader(Reader) - Static method in class net.sourceforge.mflow.util.IOUtil
Closes the specified reader, ignoring any exceptions thrown
closeStream(InputStream) - Static method in class net.sourceforge.mflow.util.IOUtil
Closes the specified stream, ignoring any exceptions thrown
closeStream(OutputStream) - Static method in class net.sourceforge.mflow.util.IOUtil
Closes the specified stream, ignoring any exceptions thrown
configure(Frame) - Method in interface net.sourceforge.mflow.api.Configurable
Displays the GUI configuration dialog, if available
configure(Frame) - Method in class net.sourceforge.mflow.api.base.AbstractMsgFlowComponent
Does nothing.
createContentHandler(Object, String) - Method in class net.sourceforge.mflow.api.ContentHandlerFactory
Creates an instance of ContentHandler with the given arguments
createContentHandler(DataSource) - Method in class net.sourceforge.mflow.api.ContentHandlerFactory
Creates an instance of ContentHandler with the given arguments
createContentHandler(DataHandler) - Method in class net.sourceforge.mflow.api.ContentHandlerFactory
Creates an instance of ContentHandler with the given arguments
createMsg() - Method in class net.sourceforge.mflow.api.MsgFactory
Creates an instance of Msg
createNComponent(JComponentResolver, XulContext) - Method in class net.sourceforge.mflow.xul.URLLabelDef
Creates a connection component between the label and the label def
createNewAccount(String, Class) - Method in interface net.sourceforge.mflow.api.AccountManager
Creates a new instance of Account.
createNewAccount(String, Class) - Method in class net.sourceforge.mflow.impl.AccountManagerImpl
 

D

DefaultBeanConfigDialog - class net.sourceforge.mflow.config.DefaultBeanConfigDialog.
A dialog to allow a shared configuration dialog for JavaBeans.
DefaultBeanConfigDialog(Object, Frame) - Constructor for class net.sourceforge.mflow.config.DefaultBeanConfigDialog
Constructor taking a JavaBean and a Frame to own the dialog.
dispose() - Method in interface net.sourceforge.mflow.api.Plugin
Dispose of the plugin.

E

equals(Object) - Method in class net.sourceforge.mflow.impl.ContactImpl
Returns whether the specified object equals the current object

F

FACTORY - Static variable in class net.sourceforge.mflow.xul.URLLabelDef
Used to create instances of the XulTag
FilenameExtensionFilter - class net.sourceforge.mflow.util.FilenameExtensionFilter.
 
FilenameExtensionFilter(String) - Constructor for class net.sourceforge.mflow.util.FilenameExtensionFilter
 
findPlugins(File) - Method in class net.sourceforge.mflow.impl.PluginLocator
Find all plugins in the specified JAR file.
fireMsgChangeEvent() - Method in class net.sourceforge.mflow.api.base.AbstractMsgFolder
Fires a new MsgChangeEvent with this object as the source
fireMsgChangeEvent(MsgChangeEvent) - Method in class net.sourceforge.mflow.api.base.AbstractMsgFolder
Fires a MsgChangeEvent

G

getAccountManager() - Method in interface net.sourceforge.mflow.api.PluginManager
Returns the account manager
getAccountManager() - Method in class net.sourceforge.mflow.impl.PluginManagerImpl
Returns the account manager
getAccounts() - Method in interface net.sourceforge.mflow.api.AccountManager
Returns a list of all Accounts.
getAccounts() - Method in class net.sourceforge.mflow.impl.AccountManagerImpl
 
getArguments() - Method in class net.sourceforge.mflow.reflect.ParamArgPair
 
getChild() - Method in interface net.sourceforge.mflow.api.ReceiveFolder
Accessor for all the children of this folder
getChild(int) - Method in interface net.sourceforge.mflow.api.ReceiveFolder
Accessor for a single child folder
getClassName() - Method in interface net.sourceforge.mflow.api.Account
 
getClassName() - Method in interface net.sourceforge.mflow.api.Plugin
Get the class name for this plugin.
getClassName() - Method in class net.sourceforge.mflow.api.base.AbstractAccount
 
getComponentManager() - Method in interface net.sourceforge.mflow.api.PluginManager
Returns the component manager
getComponentManager() - Method in class net.sourceforge.mflow.impl.PluginManagerImpl
Returns the component manager
getComponentTypes() - Method in interface net.sourceforge.mflow.api.ComponentManager
Gets the registered component types
getComponentTypes() - Method in class net.sourceforge.mflow.impl.ComponentManagerImpl
 
getComponents() - Method in interface net.sourceforge.mflow.api.Configuration
Accessor for the component array
getComponents() - Method in class net.sourceforge.mflow.impl.ConfigurationImpl
 
getConfigurationDialog() - Method in interface net.sourceforge.mflow.api.Account
 
getConfigurationDialog() - Method in interface net.sourceforge.mflow.api.Plugin
Gets an instance of the configuration dialog for the plugin, if any.
getContact() - Method in interface net.sourceforge.mflow.api.ContactMethod
Accessor for the associated Contact
getContactGroup() - Method in interface net.sourceforge.mflow.api.ContactManager
 
getContactGroup() - Method in class net.sourceforge.mflow.impl.ContactManagerImpl
 
getContactManager() - Method in interface net.sourceforge.mflow.api.PluginManager
Returns the contact manager
getContactManager() - Method in class net.sourceforge.mflow.impl.PluginManagerImpl
Returns the contact manager
getContactMethodManager() - Method in interface net.sourceforge.mflow.api.PluginManager
Returns the contact method manager
getContactMethodManager() - Method in class net.sourceforge.mflow.impl.PluginManagerImpl
Returns the contact method manager
getContactMethods() - Method in interface net.sourceforge.mflow.api.Contact
Accessor for all of the ContactMethods associated with this Contact
getContactMethods(int) - Method in interface net.sourceforge.mflow.api.Contact
Accessor for a single ContactMethod associated with this Contact
getContactMethods() - Method in class net.sourceforge.mflow.impl.ContactImpl
Accessor for all of the ContactMethods associated with this Contact
getContactMethods(int) - Method in class net.sourceforge.mflow.impl.ContactImpl
Accessor for a single ContactMethod associated with this Contact
getContacts() - Method in interface net.sourceforge.mflow.api.Configuration
Accessor for the root ContactGroup
getContacts() - Method in interface net.sourceforge.mflow.api.ContactGroup
 
getContacts() - Method in class net.sourceforge.mflow.impl.ConfigurationImpl
 
getContacts() - Method in class net.sourceforge.mflow.impl.ContactGroupImpl
 
getContent() - Method in interface net.sourceforge.mflow.api.ContentHandler
Returns the data in its preferred Object form.
getContent() - Method in class net.sourceforge.mflow.impl.ContentHandlerImpl
 
getContentHandlers() - Method in interface net.sourceforge.mflow.api.Msg
Return the ContentHandlers for the content
getContentHandlers() - Method in class net.sourceforge.mflow.impl.MsgImpl
Return the ContentHandlers for the content
getContentType() - Method in interface net.sourceforge.mflow.api.ContentHandler
Return the MIME type of this object as retrieved from the source object.
getContentType() - Method in class net.sourceforge.mflow.impl.ContentHandlerImpl
 
getCurrentInstance() - Method in interface net.sourceforge.mflow.api.MFlowUIManager
 
getCurrentInstance() - Method in class net.sourceforge.mflow.impl.MFlowUIManagerImpl
 
getDataHandler() - Method in interface net.sourceforge.mflow.api.ContentHandler
Returns the internal DataHandler
getDataHandler() - Method in class net.sourceforge.mflow.impl.ContentHandlerImpl
 
getDescription() - Method in interface net.sourceforge.mflow.api.Plugin
Get the description of this plugin.
getDisplayName() - Method in interface net.sourceforge.mflow.api.ContactMethod
Accessor for the user-friendly name
getFolder() - Method in interface net.sourceforge.mflow.api.Account
 
getForwardDialog(Msg) - Method in interface net.sourceforge.mflow.api.Account
 
getFrame() - Method in interface net.sourceforge.mflow.api.MFlowUI
Returns the base JFrame of the UI
getFrom() - Method in interface net.sourceforge.mflow.api.Msg
Get the sender(s).
getFrom() - Method in class net.sourceforge.mflow.impl.MsgImpl
Get the sender(s).
getGroups() - Method in interface net.sourceforge.mflow.api.ContactGroup
 
getGroups() - Method in class net.sourceforge.mflow.impl.ContactGroupImpl
 
getIcon() - Method in interface net.sourceforge.mflow.api.Iconable
Retrieves the icon for the object
getIcon() - Method in interface net.sourceforge.mflow.api.Plugin
Get the icon for this plugin.
getIcon() - Method in class net.sourceforge.mflow.api.base.AbstractMsgFlowComponent
Gets the icon for this component.
getIdentifier() - Method in interface net.sourceforge.mflow.api.ContactMethod
Accessor for the identifier
getIdentity() - Method in interface net.sourceforge.mflow.api.Configuration
Accessor for the identity
getIdentity() - Method in interface net.sourceforge.mflow.api.ContactManager
 
getIdentity() - Method in class net.sourceforge.mflow.impl.ConfigurationImpl
 
getIdentity() - Method in class net.sourceforge.mflow.impl.ContactManagerImpl
 
getInstance(String, String) - Method in interface net.sourceforge.mflow.api.ContactMethodManager
Gets an instance of a matching ContactMethod.
getInstance() - Static method in class net.sourceforge.mflow.api.ContentHandlerFactory
 
getInstance() - Static method in class net.sourceforge.mflow.api.MsgFactory
 
getInstance(String, String) - Method in class net.sourceforge.mflow.impl.ContactMethodManagerImpl
 
getInstances() - Method in interface net.sourceforge.mflow.api.ComponentManager
Gets an array of the current instances of MsgFlowComponent
getInstances() - Method in interface net.sourceforge.mflow.api.ContactManager
 
getInstances() - Method in interface net.sourceforge.mflow.api.MFlowUIManager
Gets an array of the current instances of MFlowUI
getInstances() - Method in class net.sourceforge.mflow.impl.ComponentManagerImpl
 
getInstances() - Method in class net.sourceforge.mflow.impl.ContactManagerImpl
 
getInstances() - Method in class net.sourceforge.mflow.impl.MFlowUIManagerImpl
 
getJComponent() - Method in class net.sourceforge.mflow.xul.URLLabelPeer
 
getKnownPlugins() - Method in interface net.sourceforge.mflow.api.PluginManager
Returns an array of all known plugins
getKnownPlugins() - Method in class net.sourceforge.mflow.impl.PluginManagerImpl
Returns an array of all known plugins
getMessages() - Method in class net.sourceforge.mflow.api.base.AbstractMsgFolder
 
getMsg() - Method in interface net.sourceforge.mflow.api.MsgFolder
Accessor for all of the Msgs contained in the folder
getMsg(int) - Method in interface net.sourceforge.mflow.api.MsgFolder
Accessor for a single Msg in the folder
getMsg() - Method in class net.sourceforge.mflow.api.base.AbstractMsgFolder
Gets all the messages
getMsg(int) - Method in class net.sourceforge.mflow.api.base.AbstractMsgFolder
Gets a single Msg
getMsgChangeListeners() - Method in interface net.sourceforge.mflow.api.MsgFolder
Accessor for all of the listeners for the folder.
getMsgChangeListeners() - Method in class net.sourceforge.mflow.api.base.AbstractMsgFolder
Gets the current listeners
getName() - Method in interface net.sourceforge.mflow.api.Account
 
getName() - Method in interface net.sourceforge.mflow.api.Contact
Accessor for the name
getName() - Method in interface net.sourceforge.mflow.api.ContactGroup
Accessor for the name
getName() - Method in interface net.sourceforge.mflow.api.MsgFlowComponent
Accessor for name property; Provides a way for the user to specify a user-friendly name for an instance of a component.
getName() - Method in interface net.sourceforge.mflow.api.Plugin
Get the name of this plugin.
getName() - Method in class net.sourceforge.mflow.api.base.AbstractAccount
 
getName() - Method in class net.sourceforge.mflow.api.base.AbstractMsgFlowComponent
Gets the name of this instance, set to the name of the class by default (excluding the package name)
getName() - Method in class net.sourceforge.mflow.impl.ContactGroupImpl
Accessor for the name
getName() - Method in class net.sourceforge.mflow.impl.ContactImpl
Accessor for the name
getNewMessageDialog() - Method in interface net.sourceforge.mflow.api.Account
 
getNewMsgCount() - Method in interface net.sourceforge.mflow.api.MsgFolder
Gets the number of new Msgs in the folder If this information is not current available, returns -1
getNewMsgCount() - Method in class net.sourceforge.mflow.api.base.AbstractMsgFolder
Gets the number of new messages in the folder
getNode() - Method in class net.sourceforge.mflow.api.base.AbstractAccount
 
getParameterTypes() - Method in class net.sourceforge.mflow.reflect.ParamArgPair
 
getParent() - Method in interface net.sourceforge.mflow.api.MsgFolder
Gets a reference to the parent folder
getParent() - Method in class net.sourceforge.mflow.api.base.AbstractMsgFolder
Gets the parent folder, or null if there isn't one
getPluginObject() - Method in interface net.sourceforge.mflow.api.Plugin
Get a reference to the instance of the plugin entry-point class.
getPreferredViewType() - Method in interface net.sourceforge.mflow.api.ContactMethod
Returns the prefered view type
getProtocol() - Method in interface net.sourceforge.mflow.api.ContactMethod
Accessor for the protocol
getProtocols() - Method in interface net.sourceforge.mflow.api.ContactMethodManager
Returns an array of all known protocols
getProtocols() - Method in class net.sourceforge.mflow.impl.ContactMethodManagerImpl
 
getQueuedMessages() - Method in class net.sourceforge.mflow.api.base.AbstractMsgSource
 
getReceivedDate() - Method in interface net.sourceforge.mflow.api.Msg
Get the Date this Msg was received.
getReceivedDate() - Method in class net.sourceforge.mflow.impl.MsgImpl
Get the Date this Msg was received.
getReceiver() - Method in interface net.sourceforge.mflow.api.Account
 
getReceivers() - Method in interface net.sourceforge.mflow.api.MsgSource
Accessor for all of the MsgReceivers currently receiving Msg's from this MsgSource
getReceivers() - Method in class net.sourceforge.mflow.api.base.AbstractMsgSource
Accessor for all MsgReceivers associated with this MsgSource
getRecipients() - Method in interface net.sourceforge.mflow.api.Msg
Get all the recipient ContactMethods for the Msg.
getRecipients() - Method in class net.sourceforge.mflow.impl.MsgImpl
Get all the recipient ContactMethods for the Msg.
getReplyDialog(Msg) - Method in interface net.sourceforge.mflow.api.Account
 
getReplyTo() - Method in interface net.sourceforge.mflow.api.Msg
Get the ContactMethods to which replies should be directed.
getReplyTo() - Method in class net.sourceforge.mflow.impl.MsgImpl
Get the ContactMethods to which replies should be directed.
getRootFolders() - Method in interface net.sourceforge.mflow.api.ComponentManager
Gets the root MsgFolders
getRootFolders() - Method in class net.sourceforge.mflow.impl.ComponentManagerImpl
 
getSelectedContactMethods() - Method in interface net.sourceforge.mflow.api.MFlowUI
Gets the currently selected ContactMethods
getSelectedContacts() - Method in interface net.sourceforge.mflow.api.MFlowUI
Gets the currently selected Contacts
getSelectedFolder() - Method in interface net.sourceforge.mflow.api.MFlowUI
Gets the currently selected MsgFolder
getSelectedMsg() - Method in interface net.sourceforge.mflow.api.MFlowUI
Gets the currently selected Msg.
getSelectedMsgs() - Method in interface net.sourceforge.mflow.api.MFlowUI
Gets the currently selected Msgs.
getSendFolders() - Method in interface net.sourceforge.mflow.api.ComponentManager
Gets the active instances of SendFolder
getSendFolders() - Method in class net.sourceforge.mflow.impl.ComponentManagerImpl
 
getSentDate() - Method in interface net.sourceforge.mflow.api.Msg
Get the Date this Msg was sent.
getSentDate() - Method in class net.sourceforge.mflow.impl.MsgImpl
Get the Date this Msg was sent.
getSource() - Method in interface net.sourceforge.mflow.api.Account
 
getSource() - Method in interface net.sourceforge.mflow.api.MsgChangeEvent
The object on which the Event initially occurred.
getSubject() - Method in interface net.sourceforge.mflow.api.Msg
Get the subject of this Msg
getSubject() - Method in class net.sourceforge.mflow.impl.MsgImpl
Get the subject of this Msg
getText() - Method in interface net.sourceforge.mflow.api.Msg
Convenience method to get the content of the Msg as a String
getText() - Method in class net.sourceforge.mflow.impl.MsgImpl
Convenience method to get the content of the Msg as a String
getTransferDataFlavors() - Method in interface net.sourceforge.mflow.api.ContentHandler
Return the DataFlavors in which this data is available.
getTransferDataFlavors() - Method in class net.sourceforge.mflow.impl.ContentHandlerImpl
 
getType() - Method in interface net.sourceforge.mflow.api.Account
 
getType() - Method in interface net.sourceforge.mflow.api.Plugin
Get the type of this plugin.
getTypes() - Method in interface net.sourceforge.mflow.api.AccountManager
Returns an unmodifiable copy of the type Map.
getTypes() - Method in class net.sourceforge.mflow.impl.AccountManagerImpl
Returns an unmodifiable copy of the type Map.
getUIManager() - Method in interface net.sourceforge.mflow.api.PluginManager
Returns the UI manager
getUIManager() - Method in class net.sourceforge.mflow.impl.PluginManagerImpl
Returns the UI manager
getUnreadMsgCount() - Method in interface net.sourceforge.mflow.api.MsgFolder
Gets the number of unread Msgs in the folder If this information is not current available, returns -1
getUnreadMsgCount() - Method in class net.sourceforge.mflow.api.base.AbstractMsgFolder
Gets the number of unread messages in the folder
getVersion() - Method in interface net.sourceforge.mflow.api.Plugin
Get the version number for this plugin.

H

hashCode() - Method in class net.sourceforge.mflow.impl.ContactImpl
 

I

IOUtil - class net.sourceforge.mflow.util.IOUtil.
 
IOUtil() - Constructor for class net.sourceforge.mflow.util.IOUtil
 
Iconable - interface net.sourceforge.mflow.api.Iconable.
Interface for objects that support an icon display
idString() - Method in interface net.sourceforge.mflow.api.ContactMethod
Returns a String representing this ContactMethod in a parseable form (protocol:id)
init() - Method in interface net.sourceforge.mflow.api.MFlowUI
Initializes the user interface
instantiate(String, List) - Static method in class net.sourceforge.mflow.reflect.ReflectionUtil
Attempts to create an instance of a class based on its name and a List of ParamArgPairs.
instantiate(Class, List) - Static method in class net.sourceforge.mflow.reflect.ReflectionUtil
Attempts to create an instance of a Class given a List of ParamArgPairs.
invokeMethod(Object, String, List) - Static method in class net.sourceforge.mflow.reflect.ReflectionUtil
Attempts to invoke a named method on an arbitrary object, given a List of ParamArgPairs.
isLoaded() - Method in interface net.sourceforge.mflow.api.Plugin
 
isNew() - Method in interface net.sourceforge.mflow.api.Msg
Accessor for the "new" state
isNew() - Method in class net.sourceforge.mflow.impl.MsgImpl
Accessor for the "new" state
isRootFolder() - Method in interface net.sourceforge.mflow.api.MsgFolder
Returns whether or not this folder is a root folder (no parent)
isRootFolder() - Method in class net.sourceforge.mflow.api.base.AbstractMsgFolder
Whether or not the folder is a root (no parent)
isUnread() - Method in interface net.sourceforge.mflow.api.Msg
Accessor for the unread state
isUnread() - Method in class net.sourceforge.mflow.impl.MsgImpl
Accessor for the unread state
isVisible() - Method in interface net.sourceforge.mflow.api.MFlowUI
Returns whether or not the UI is currently visible

L

load() - Method in interface net.sourceforge.mflow.api.Plugin
Load the plugin.
log - Variable in class net.sourceforge.mflow.xul.URLLabel
 

M

MFlow - class net.sourceforge.mflow.MFlow.
The master class for MFlow.
MFlowUI - interface net.sourceforge.mflow.api.MFlowUI.
Interface to specify what funcionality a MFlowUI must provide
MFlowUIManager - interface net.sourceforge.mflow.api.MFlowUIManager.
A class for managing instances of MFlowUI
MFlowUIManagerImpl - class net.sourceforge.mflow.impl.MFlowUIManagerImpl.
A class for managing instances of MFlowUI
Msg - interface net.sourceforge.mflow.api.Msg.
This class models a generic message.
MsgChangeEvent - interface net.sourceforge.mflow.api.MsgChangeEvent.
An event thrown when a Msg object changes
MsgChangeListener - interface net.sourceforge.mflow.api.MsgChangeListener.
A listener interface for MsgChangeEvents
MsgFactory - class net.sourceforge.mflow.api.MsgFactory.
 
MsgFactory() - Constructor for class net.sourceforge.mflow.api.MsgFactory
 
MsgFilter - interface net.sourceforge.mflow.api.MsgFilter.
Interface to represent a component that acts as both a MsgSource and MsgReceiver
MsgFlowComponent - interface net.sourceforge.mflow.api.MsgFlowComponent.
Base interface for all MsgFlow components.
MsgFolder - interface net.sourceforge.mflow.api.MsgFolder.
Interface for the storage of Msgs
MsgImpl - class net.sourceforge.mflow.impl.MsgImpl.
This class models a generic message.
MsgImpl() - Constructor for class net.sourceforge.mflow.impl.MsgImpl
No-arg version of the constructor, makes a blank Msg
MsgImpl(Msg) - Constructor for class net.sourceforge.mflow.impl.MsgImpl
Copy constructor, fills a new Msg with the values of an existing Msg
MsgReceiver - interface net.sourceforge.mflow.api.MsgReceiver.
Interface to represent a component that can receive Msg's.
MsgSource - interface net.sourceforge.mflow.api.MsgSource.
Interface to represent an object that produces Msg's
main(String[]) - Static method in class net.sourceforge.mflow.MFlow
Runs the program Parses any command-line arguments, initializes the system, loads the configuration, and displays a UI.
msgChange(MsgChangeEvent) - Method in interface net.sourceforge.mflow.api.MsgChangeListener
Called when a Msg changes in some way

N

net.sourceforge.mflow - package net.sourceforge.mflow
Supplies the base API for the MFlow project, a modular communications client.
net.sourceforge.mflow.api - package net.sourceforge.mflow.api
 
net.sourceforge.mflow.api.base - package net.sourceforge.mflow.api.base
 
net.sourceforge.mflow.config - package net.sourceforge.mflow.config
Provides classes to aid in configuring MsgFlowComponents
net.sourceforge.mflow.impl - package net.sourceforge.mflow.impl
 
net.sourceforge.mflow.reflect - package net.sourceforge.mflow.reflect
 
net.sourceforge.mflow.util - package net.sourceforge.mflow.util
 
net.sourceforge.mflow.xul - package net.sourceforge.mflow.xul
 
newInstance(Class) - Method in interface net.sourceforge.mflow.api.ComponentManager
Creates an instance of an MsgFlowComponent.
newInstance() - Method in interface net.sourceforge.mflow.api.ContactManager
 
newInstance(Class) - Method in class net.sourceforge.mflow.impl.ComponentManagerImpl
 
newInstance() - Method in class net.sourceforge.mflow.impl.ContactManagerImpl
 

P

ParamArgPair - class net.sourceforge.mflow.reflect.ParamArgPair.
A parameter-argument pair, for use in finding constructors and methods
ParamArgPair() - Constructor for class net.sourceforge.mflow.reflect.ParamArgPair
Constructs a default parameter-argument pair, with no parameters arguments.
ParamArgPair(Class[], Object[]) - Constructor for class net.sourceforge.mflow.reflect.ParamArgPair
Constructs a parameter-argument pair.
Plugin - interface net.sourceforge.mflow.api.Plugin.
 
PluginClassLoader - class net.sourceforge.mflow.impl.PluginClassLoader.
 
PluginLocator - class net.sourceforge.mflow.impl.PluginLocator.
Used to locate plugins within JAR files.
PluginManager - interface net.sourceforge.mflow.api.PluginManager.
Manages MFlow plugins
PluginManagerImpl - class net.sourceforge.mflow.impl.PluginManagerImpl.
Manages MFlow plugins
PluginManagerImpl() - Constructor for class net.sourceforge.mflow.impl.PluginManagerImpl
Default constructor; makes appropriate managers and populates the plugin list
parse(String) - Method in interface net.sourceforge.mflow.api.ContactMethodManager
Returns a ContactMethod from a string in the format protocol:identifier
parse(String) - Method in class net.sourceforge.mflow.impl.ContactMethodManagerImpl
 
propertyChange(PropertyChangeEvent) - Method in class net.sourceforge.mflow.config.DefaultBeanConfigDialog
Updates the UI and properties as needed
putMsg(Msg) - Method in interface net.sourceforge.mflow.api.MsgReceiver
Receives the Msg, and then does something with it.
putMsg(Msg) - Method in class net.sourceforge.mflow.api.base.AbstractMsgFilter
Receives the Msg, and then does something with it.
putMsg(Msg) - Method in class net.sourceforge.mflow.api.base.AbstractMsgReceiver
Sends a Msg to the MsgReceiver

Q

queueMessages() - Method in class net.sourceforge.mflow.api.base.AbstractMsgSource
Called prior to sending messages

R

ReceiveFolder - interface net.sourceforge.mflow.api.ReceiveFolder.
Interface for incoming Msg folders
ReflectionException - exception net.sourceforge.mflow.reflect.ReflectionException.
 
ReflectionException(String, Throwable) - Constructor for class net.sourceforge.mflow.reflect.ReflectionException
 
ReflectionException(String) - Constructor for class net.sourceforge.mflow.reflect.ReflectionException
 
ReflectionException(Throwable) - Constructor for class net.sourceforge.mflow.reflect.ReflectionException
 
ReflectionUtil - class net.sourceforge.mflow.reflect.ReflectionUtil.
 
ReflectionUtil() - Constructor for class net.sourceforge.mflow.reflect.ReflectionUtil
 
readStreamToByteArray(InputStream) - Static method in class net.sourceforge.mflow.util.IOUtil
Read all of the data from a stream, returning the contents as a byte array.
readStreamToString(InputStream) - Static method in class net.sourceforge.mflow.util.IOUtil
Read all of the data from a stream, returning the contents as a String.
refreshPluginList() - Method in interface net.sourceforge.mflow.api.PluginManager
Updates the list of known plugins
refreshPluginList() - Method in class net.sourceforge.mflow.impl.PluginManagerImpl
Updates the list of known plugins
register(ContentHandlerFactory) - Method in class net.sourceforge.mflow.api.ContentHandlerFactory
Sets the passed instance to be returned by ContentHandlerFactory.getInstance()
register(MsgFactory) - Method in class net.sourceforge.mflow.api.MsgFactory
Sets the passed instance to be returned by MsgFactory.getInstance()
registerType(String, Class) - Method in interface net.sourceforge.mflow.api.AccountManager
Registers a new type of account.
registerType(String, Class) - Method in class net.sourceforge.mflow.impl.AccountManagerImpl
 
remove(Account) - Method in interface net.sourceforge.mflow.api.AccountManager
Removes an Account.
remove(Account) - Method in class net.sourceforge.mflow.impl.AccountManagerImpl
 
removeChild(MsgFolder) - Method in interface net.sourceforge.mflow.api.ReceiveFolder
Removes a child folder
removeContactMethod(ContactMethod) - Method in interface net.sourceforge.mflow.api.Contact
Removes a ContactMethod if it is a member of this Contact
removeContactMethod(ContactMethod) - Method in class net.sourceforge.mflow.impl.ContactImpl
Removes a ContactMethod if it is a member of this Contact
removeInstance(MsgFlowComponent) - Method in interface net.sourceforge.mflow.api.ComponentManager
Removes an instance of MsgFlowComponent
removeInstance(MFlowUI) - Method in interface net.sourceforge.mflow.api.MFlowUIManager
Removes an instance of MFlowUI
removeInstance(MsgFlowComponent) - Method in class net.sourceforge.mflow.impl.ComponentManagerImpl
 
removeInstance(MFlowUI) - Method in class net.sourceforge.mflow.impl.MFlowUIManagerImpl
 
removeMsg(Msg) - Method in interface net.sourceforge.mflow.api.MsgFolder
Removes a Msg from the folder.
removeMsg(Msg) - Method in class net.sourceforge.mflow.api.base.AbstractMsgFolder
Removes a msg from the folder
removeMsgChangeListener(MsgChangeListener) - Method in interface net.sourceforge.mflow.api.MsgFolder
Removes a listener from the folder.
removeMsgChangeListener(MsgChangeListener) - Method in class net.sourceforge.mflow.api.base.AbstractMsgFolder
Removes a MsgChangeListener
removeReceiver(MsgReceiver) - Method in interface net.sourceforge.mflow.api.MsgSource
Removes a MsgReceiver from receiving Msg's from this MsgSource
removeReceiver(MsgReceiver) - Method in class net.sourceforge.mflow.api.base.AbstractMsgSource
Removes a MsgReceiver
repaint() - Method in interface net.sourceforge.mflow.api.MFlowUI
Repaints the UI
reply(boolean) - Method in interface net.sourceforge.mflow.api.Msg
Get a new Msg suitable for a reply to this message.
reply(boolean) - Method in class net.sourceforge.mflow.impl.MsgImpl
Get a new Msg suitable for a reply to this message.
resolveReferences(NComponentResolver) - Method in class net.sourceforge.mflow.xul.URLLabelPeer
 

S

SendFolder - interface net.sourceforge.mflow.api.SendFolder.
Interface for outgoing Msg folders
send() - Method in interface net.sourceforge.mflow.api.ComponentManager
Sends all queued messages
send() - Method in interface net.sourceforge.mflow.api.MsgSource
Method to request that the MsgSource send any queued Msg's to its receivers.
send() - Method in class net.sourceforge.mflow.api.base.AbstractMsgSource
Sends all queued Msgs
send() - Method in class net.sourceforge.mflow.impl.ComponentManagerImpl
 
sendMsg(Msg) - Method in interface net.sourceforge.mflow.api.SendFolder
Method to send a new Msg (or queue it to be sent)
setChild(MsgFolder[]) - Method in interface net.sourceforge.mflow.api.ReceiveFolder
Mutator for all the children of this folder
setChild(int, MsgFolder) - Method in interface net.sourceforge.mflow.api.ReceiveFolder
Mutator for a single child folder
setClassName(String) - Method in class net.sourceforge.mflow.api.base.AbstractAccount
Sets the class name for the account
setComponents(MsgFlowComponent[]) - Method in interface net.sourceforge.mflow.api.Configuration
Mutator for the component array
setComponents(MsgFlowComponent[]) - Method in class net.sourceforge.mflow.impl.ConfigurationImpl
 
setContact(Contact) - Method in interface net.sourceforge.mflow.api.ContactMethod
Mutator for the associated Contact
setContactGroup(ContactGroup) - Method in interface net.sourceforge.mflow.api.ContactManager
 
setContactGroup(ContactGroup) - Method in class net.sourceforge.mflow.impl.ContactManagerImpl
 
setContactMethods(ContactMethod[]) - Method in interface net.sourceforge.mflow.api.Contact
Mutator for all of the ContactMethods associated with this Contact
setContactMethods(int, ContactMethod) - Method in interface net.sourceforge.mflow.api.Contact
Mutator for a single ContactMethod associated with this Contact
setContactMethods(ContactMethod[]) - Method in class net.sourceforge.mflow.impl.ContactImpl
Mutator for all of the ContactMethods associated with this Contact
setContactMethods(int, ContactMethod) - Method in class net.sourceforge.mflow.impl.ContactImpl
Mutator for a single ContactMethod associated with this Contact
setContacts(ContactGroup) - Method in interface net.sourceforge.mflow.api.Configuration
Mutator for the root ContactGroup
setContacts(ContactGroup) - Method in class net.sourceforge.mflow.impl.ConfigurationImpl
 
setContent(Object) - Method in interface net.sourceforge.mflow.api.ContentHandler
Replaces the internal DataHandler with one using the specified content Object
setContent(Object) - Method in class net.sourceforge.mflow.impl.ContentHandlerImpl
 
setContentHandler(ContentHandler) - Method in interface net.sourceforge.mflow.api.Msg
Sets a new ContentHandler
setContentHandler(ContentHandler) - Method in class net.sourceforge.mflow.impl.MsgImpl
Sets a new ContentHandler
setContentHandlers(ContentHandler[]) - Method in interface net.sourceforge.mflow.api.Msg
Sets the content of the Msg
setContentHandlers(ContentHandler[]) - Method in class net.sourceforge.mflow.impl.MsgImpl
Sets the content of the Msg
setContentType(String) - Method in interface net.sourceforge.mflow.api.ContentHandler
Replaces the internal DataHandler with one using the specified MIME type
setContentType(String) - Method in class net.sourceforge.mflow.impl.ContentHandlerImpl
 
setCurrentInstance(MFlowUI) - Method in interface net.sourceforge.mflow.api.MFlowUIManager
Sets the current instance of the UI.
setCurrentInstance(MFlowUI) - Method in class net.sourceforge.mflow.impl.MFlowUIManagerImpl
 
setFrom(Contact) - Method in interface net.sourceforge.mflow.api.Msg
Set the "from" Contact for this Msg.
setFrom(Contact[]) - Method in interface net.sourceforge.mflow.api.Msg
Set the "from" Contact(s) for this Msg.
setFrom(Contact) - Method in class net.sourceforge.mflow.impl.MsgImpl
Set the "from" Contact for this Msg.
setFrom(Contact[]) - Method in class net.sourceforge.mflow.impl.MsgImpl
Set the "from" Contact(s) for this Msg.
setIcon(Icon) - Method in class net.sourceforge.mflow.api.base.AbstractMsgFlowComponent
Sets the icon for this component.
setIdentifier(String) - Method in interface net.sourceforge.mflow.api.ContactMethod
Mutator for the identifier
setIdentity(Contact) - Method in interface net.sourceforge.mflow.api.Configuration
Mutator for the identity
setIdentity(Contact) - Method in interface net.sourceforge.mflow.api.ContactManager
 
setIdentity(Contact) - Method in class net.sourceforge.mflow.impl.ConfigurationImpl
 
setIdentity(Contact) - Method in class net.sourceforge.mflow.impl.ContactManagerImpl
 
setMsg(Msg[]) - Method in interface net.sourceforge.mflow.api.MsgFolder
Mutator for all of the Msgs contained in the folder
setMsg(int, Msg) - Method in interface net.sourceforge.mflow.api.MsgFolder
Mutator for a single Msg in the folder
setMsg(Msg[]) - Method in class net.sourceforge.mflow.api.base.AbstractMsgFolder
Sets all the messages
setMsg(int, Msg) - Method in class net.sourceforge.mflow.api.base.AbstractMsgFolder
Sets a single Msg
setMsgChangeListeners(MsgChangeListener[]) - Method in interface net.sourceforge.mflow.api.MsgFolder
Mutator for all of the listeners for the folder.
setMsgChangeListeners(MsgChangeListener[]) - Method in class net.sourceforge.mflow.api.base.AbstractMsgFolder
Sets all the listeners
setName(String) - Method in interface net.sourceforge.mflow.api.Contact
Mutator for the name
setName(String) - Method in interface net.sourceforge.mflow.api.ContactGroup
Mutator for the name
setName(String) - Method in interface net.sourceforge.mflow.api.MsgFlowComponent
Mutator for name property; Provides a way for the user to specify a user-friendly name for an instance of a component.
setName(String) - Method in class net.sourceforge.mflow.api.base.AbstractMsgFlowComponent
Sets the name of this instance
setName(String) - Method in class net.sourceforge.mflow.impl.ContactGroupImpl
Mutator for the name
setName(String) - Method in class net.sourceforge.mflow.impl.ContactImpl
Mutator for the name
setNew(boolean) - Method in interface net.sourceforge.mflow.api.Msg
Mutator for the "new" state
setNew(boolean) - Method in class net.sourceforge.mflow.impl.MsgImpl
Mutator for the "new" state
setParent(MsgFolder) - Method in interface net.sourceforge.mflow.api.MsgFolder
Sets the parent for the folder
setParent(MsgFolder) - Method in class net.sourceforge.mflow.api.base.AbstractMsgFolder
Sets the parent folder
setReceivedDate(Date) - Method in interface net.sourceforge.mflow.api.Msg
Set the received Date
setReceivedDate(Date) - Method in class net.sourceforge.mflow.impl.MsgImpl
Set the received Date
setReceivers(MsgReceiver[]) - Method in interface net.sourceforge.mflow.api.MsgSource
Mutator for all of the MsgReceivers to receive Msg's from this MsgSource
setReceivers(MsgReceiver[]) - Method in class net.sourceforge.mflow.api.base.AbstractMsgSource
Mutator for all MsgReceivers associated with this MsgSource
setRecipient(ContactMethod) - Method in interface net.sourceforge.mflow.api.Msg
Set the recipient ContactMethod.
setRecipient(ContactMethod) - Method in class net.sourceforge.mflow.impl.MsgImpl
Set the recipient ContactMethod.
setRecipients(ContactMethod[]) - Method in interface net.sourceforge.mflow.api.Msg
Set these recipient ContactMethods.
setRecipients(ContactMethod[]) - Method in class net.sourceforge.mflow.impl.MsgImpl
Set these recipient ContactMethods.
setReplyTo(ContactMethod) - Method in interface net.sourceforge.mflow.api.Msg
Set the address to which replies should be directed.
setReplyTo(ContactMethod[]) - Method in interface net.sourceforge.mflow.api.Msg
Set the addresses to which replies should be directed.
setReplyTo(ContactMethod) - Method in class net.sourceforge.mflow.impl.MsgImpl
Set the address to which replies should be directed.
setReplyTo(ContactMethod[]) - Method in class net.sourceforge.mflow.impl.MsgImpl
Set the addresses to which replies should be directed.
setSentDate(Date) - Method in interface net.sourceforge.mflow.api.Msg
Set the sent Date
setSentDate(Date) - Method in class net.sourceforge.mflow.impl.MsgImpl
Set the sent Date
setSubject(String) - Method in interface net.sourceforge.mflow.api.Msg
Set the subject
setSubject(String) - Method in class net.sourceforge.mflow.impl.MsgImpl
Set the subject
setText(String) - Method in interface net.sourceforge.mflow.api.Msg
Convenience method to set the content of the Msg to a String
setText(String) - Method in class net.sourceforge.mflow.impl.MsgImpl
Convenience method to set the content of the Msg to a String
setUnread(boolean) - Method in interface net.sourceforge.mflow.api.Msg
Mutator for the unread state
setUnread(boolean) - Method in class net.sourceforge.mflow.impl.MsgImpl
Mutator for the unread state
setUrl(String) - Method in class net.sourceforge.mflow.xul.URLLabel
 
setValue(String) - Method in class net.sourceforge.mflow.xul.URLLabel
 
setVisible(boolean) - Method in interface net.sourceforge.mflow.api.MFlowUI
Sets the visibility of the UI
shutdown() - Method in interface net.sourceforge.mflow.api.PluginManager
Shuts down the plugin system, notifying all plugins to dispose of resources
shutdown() - Method in class net.sourceforge.mflow.impl.PluginManagerImpl
Shuts down the plugin system, notifying all plugins to dispose of resources
size() - Method in interface net.sourceforge.mflow.api.ContactGroup
 
size() - Method in class net.sourceforge.mflow.impl.ContactGroupImpl
 
strURL - Variable in class net.sourceforge.mflow.xul.URLLabel
 

T

toString() - Method in interface net.sourceforge.mflow.api.MsgChangeEvent
Returns a String representation of this EventObject.
toString() - Method in class net.sourceforge.mflow.impl.ContactGroupImpl
Converts this ContactGroup into a String form
toString() - Method in class net.sourceforge.mflow.impl.ContactImpl
Returns a string representation of this object
toggleLoading(Plugin) - Method in interface net.sourceforge.mflow.api.PluginManager
Enables/disables a given plugin
toggleLoading(Plugin) - Method in class net.sourceforge.mflow.impl.PluginManagerImpl
Enables/disables a given plugin

U

URLLabel - class net.sourceforge.mflow.xul.URLLabel.
Label to display a URL and handle opening it in a browser Uses the BrowserLauncher component
URLLabel() - Constructor for class net.sourceforge.mflow.xul.URLLabel
Default constructor, makes a new instance with no value or url
URLLabelDef - class net.sourceforge.mflow.xul.URLLabelDef.
 
URLLabelDef(Element) - Constructor for class net.sourceforge.mflow.xul.URLLabelDef
 
URLLabelPeer - class net.sourceforge.mflow.xul.URLLabelPeer.
 
useMinHeight() - Method in class net.sourceforge.mflow.xul.URLLabelPeer
 
useMinWidth() - Method in class net.sourceforge.mflow.xul.URLLabelPeer
 

V

VIEW_TYPE_MULTI - Static variable in interface net.sourceforge.mflow.api.ContactMethod
Constant for ContactMethods that are best displayed in a Msg dialog
VIEW_TYPE_SINGLE - Static variable in interface net.sourceforge.mflow.api.ContactMethod
Constant for ContactMethods that are best displayed one Msg at a time

A C D E F G H I L M N P Q R S T U V

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