org.almendra.janet.ade.observer.gui
Class ObserverViewController

java.lang.Object
  extended by org.almendra.janet.ade.observer.gui.ObserverViewController
All Implemented Interfaces:
IDisplayController
Direct Known Subclasses:
ObserverSimulationViewController

public class ObserverViewController
extends java.lang.Object
implements IDisplayController


Field Summary
static int TextAreaIndentation
           
 
Constructor Summary
ObserverViewController()
          Creates a new ObserverViewController object.
 
Method Summary
 void displayValues(java.util.Map values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TextAreaIndentation

public static final int TextAreaIndentation
See Also:
Constant Field Values
Constructor Detail

ObserverViewController

public ObserverViewController()
Creates a new ObserverViewController object.

Method Detail

displayValues

public void displayValues(java.util.Map values)
Specified by:
displayValues in interface IDisplayController