|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object avrora.gui.ManageMonitors
This class manages the dialog boxes for adding a monitor to the simulator.
It uses GUIDefaults
to get a list of the monitors and several
functions inside AvroraGUI
for actually adding visual panels
when necessary.
There is depracated code here for a "Manage Monitor" button. Currently, we instead manage monitors using the top menu bar instead of a special button.
Constructor Summary | |
ManageMonitors()
|
Method Summary | |
boolean |
checkAndDispatch(java.awt.event.ActionEvent e)
This function checks if an event was caused by this panel. |
static ManageMonitors |
createManageMonitors()
This should be called during the GUI init in order to have "slots" for the various dialog boxes. |
void |
createMonitorsDialog()
This creates a dialog box that displays a choice of monitors to add. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ManageMonitors()
Method Detail |
public static ManageMonitors createManageMonitors()
public void createMonitorsDialog()
public boolean checkAndDispatch(java.awt.event.ActionEvent e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |