avrora.gui
Class GUIDefaults
java.lang.Object
avrora.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GUIDefaults
public GUIDefaults()
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)