avrora.gui
Class GUIDefaults

java.lang.Object
  extended byavrora.gui.GUIDefaults

public class GUIDefaults
extends java.lang.Object

Any and all "random" data that needs to be stored about the GUI or sim is stored here. A list of all options that can be specified and a list of all monitors is stored here.


Constructor Summary
GUIDefaults()
           
 
Method Summary
protected static void addNewMonitorType(java.lang.String n, java.lang.Object o)
           
static Simulation.Monitor getMonitor(java.lang.String name)
           
static java.util.List getMonitorList()
           
static java.util.List getOptionList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIDefaults

public GUIDefaults()
Method Detail

addNewMonitorType

protected static void addNewMonitorType(java.lang.String n,
                                        java.lang.Object o)

getMonitorList

public static java.util.List getMonitorList()

getOptionList

public static java.util.List getOptionList()

getMonitor

public static Simulation.Monitor getMonitor(java.lang.String name)