org.datamanager.simpleton
Class TouchgraphEmailDisplaySimpleton

java.lang.Object
  |
  +--org.datamanager.kernel.Simpleton
        |
        +--org.datamanager.kernel.GuiSimpleton
              |
              +--org.datamanager.simpleton.TouchgraphEmailDisplaySimpleton
All Implemented Interfaces:
EventHandler

public class TouchgraphEmailDisplaySimpleton
extends GuiSimpleton
implements EventHandler

Provides a GuiSimpleton containing a TouchgraphEntityDisplayPanel that displays TouchgraphEntityNodes. Email message Entities are found for display by searching the Pool for existing message Entities as well as listening for AddEntityEvents that contain message Entities.


Nested Class Summary
 
Nested classes inherited from class org.datamanager.kernel.Simpleton
Simpleton.Information, Simpleton.Priority
 
Constructor Summary
TouchgraphEmailDisplaySimpleton()
           
 
Method Summary
 String getTitle()
           
 void handle(DataManagerEvent dataManagerEvent)
          Adds the email message specified in the event to a TouchgraphEmailDisplay.
 void process()
          Subscribes to the pool to hear about new entities and searches the pool for existing entities.
 
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

TouchgraphEmailDisplaySimpleton

public TouchgraphEmailDisplaySimpleton()
Method Detail

process

public void process()
Subscribes to the pool to hear about new entities and searches the pool for existing entities. Starts the GuiComponent that is this GuiSimpleton.

Specified by:
process in class Simpleton

handle

public void handle(DataManagerEvent dataManagerEvent)
Adds the email message specified in the event to a TouchgraphEmailDisplay.

Specified by:
handle in interface EventHandler
Parameters:
dataManagerEvent - The event to handle.

getTitle

public String getTitle()


See the Helium Website