org.datamanager.kernel
Class GuiSimpleton

java.lang.Object
  |
  +--org.datamanager.kernel.Simpleton
        |
        +--org.datamanager.kernel.GuiSimpleton
Direct Known Subclasses:
BasicEmailReplySimpleton, BasicEmailSearchViewerSimpleton, BasicEmailViewerSimpleton, DocumentTermMatrixBuilderSimpleton, EmailCompositionInitiatorSimpleton, EmailConfiguratorSimpleton, EmailDisplaySimpleton, TextSearchSimpleton, TouchgraphEmailDisplaySimpleton

public abstract class GuiSimpleton
extends Simpleton

This is the superclass of all Simpletons that can export() a GUI component via the ExportGuiRequestEvent.

Version:
$Revision: 1.10 $
Author:
Team Helium

Nested Class Summary
 
Nested classes inherited from class org.datamanager.kernel.Simpleton
Simpleton.Information, Simpleton.Priority
 
Constructor Summary
GuiSimpleton()
           
 
Method Summary
 void dispose(Component componentToBeDisposed)
           
 void exportComponent(Component exportedComponent)
          Exports this GuiSimpleton's Component by firing a ExportGuiRequestEvent into the Pool containing a new GuiSimpletonInfo.
 void exportComponent(Component exportedComponent, Rectangle bounds)
           
 
Methods inherited from class org.datamanager.kernel.Simpleton
clone, getInformation, getPriority, process, setInformation, setPriority, start
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiSimpleton

public GuiSimpleton()
Method Detail

exportComponent

public final void exportComponent(Component exportedComponent)
Exports this GuiSimpleton's Component by firing a ExportGuiRequestEvent into the Pool containing a new GuiSimpletonInfo.


exportComponent

public final void exportComponent(Component exportedComponent,
                                  Rectangle bounds)

dispose

public final void dispose(Component componentToBeDisposed)


See the Helium Website