org.datamanager.simpleton
Class EmailCompositionInitiatorSimpleton

java.lang.Object
  |
  +--org.datamanager.kernel.Simpleton
        |
        +--org.datamanager.kernel.GuiSimpleton
              |
              +--org.datamanager.simpleton.EmailCompositionInitiatorSimpleton

public class EmailCompositionInitiatorSimpleton
extends GuiSimpleton

Provides a GUI with a button to initiate the comosition of a new mail message.


Nested Class Summary
 
Nested classes inherited from class org.datamanager.kernel.Simpleton
Simpleton.Information, Simpleton.Priority
 
Constructor Summary
EmailCompositionInitiatorSimpleton()
           
 
Method Summary
 void process()
          Runs this Simpleton.
 
Methods inherited from class org.datamanager.kernel.GuiSimpleton
dispose, exportComponent, exportComponent
 
Methods inherited from class org.datamanager.kernel.Simpleton
clone, getInformation, getPriority, setInformation, setPriority, start
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailCompositionInitiatorSimpleton

public EmailCompositionInitiatorSimpleton()
Method Detail

process

public void process()
Runs this Simpleton. Makes an empty message entity to which replies can be faked and then makes a button to click to initiate a new message.

Specified by:
process in class Simpleton


See the Helium Website