mailpuccino
Class SaveMsgAction

java.lang.Object
  extended bymailpuccino.SaveMsgAction
All Implemented Interfaces:
ComponentType, FilterAction

public class SaveMsgAction
extends java.lang.Object
implements FilterAction


Nested Class Summary
(package private)  class SaveMsgAction.ConfigInterface
           
 
Field Summary
(package private) static int APPEND
           
(package private)  Preferences Config
           
(package private) static char FileSeparator
           
(package private) static int MULTI
           
(package private)  java.lang.String Separator
           
(package private) static java.lang.String Type
           
 
Constructor Summary
SaveMsgAction()
           
 
Method Summary
 InterfaceJPanel getConfigInterface()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 void init(Preferences Config)
           
(package private)  java.lang.String nextMsgFilename()
           
 EmailID performAction(EmailID Target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPEND

static final int APPEND
See Also:
Constant Field Values

MULTI

static final int MULTI
See Also:
Constant Field Values

Type

static final java.lang.String Type
See Also:
Constant Field Values

FileSeparator

static char FileSeparator

Config

Preferences Config

Separator

java.lang.String Separator
Constructor Detail

SaveMsgAction

public SaveMsgAction()
Method Detail

getType

public java.lang.String getType()
Specified by:
getType in interface ComponentType

getName

public java.lang.String getName()
Specified by:
getName in interface FilterAction

getConfigInterface

public InterfaceJPanel getConfigInterface()
Specified by:
getConfigInterface in interface FilterAction

init

public void init(Preferences Config)
Specified by:
init in interface FilterAction

performAction

public EmailID performAction(EmailID Target)
Specified by:
performAction in interface FilterAction

nextMsgFilename

java.lang.String nextMsgFilename()