org.datamanager.kernel
Class KernelGUISimpleton

java.lang.Object
  |
  +--org.datamanager.kernel.Simpleton
        |
        +--org.datamanager.kernel.KernelGUISimpleton

public class KernelGUISimpleton
extends Simpleton

The overall interface for the Hydrogen version of the DataManager. This is more or less a quick and dirty overall controller for the system. It allows for the selection and execution of Simpletons.


Nested Class Summary
 
Nested classes inherited from class org.datamanager.kernel.Simpleton
Simpleton.Information, Simpleton.Priority
 
Constructor Summary
KernelGUISimpleton()
          Creates a new KernelGui monitoring the given SimpletonList and initializes all the GUI components on it.
 
Method Summary
 void display()
          Displays this GUI on the screen.
 void process()
          Performs the work of this Simpleton.
 
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

KernelGUISimpleton

public KernelGUISimpleton()
Creates a new KernelGui monitoring the given SimpletonList and initializes all the GUI components on it. Currently kernel access only.

Method Detail

process

public void process()
Description copied from class: Simpleton
Performs the work of this Simpleton. Simpleton implementation must override this class.

Specified by:
process in class Simpleton

display

public void display()
Displays this GUI on the screen.



See the Helium Website