edu.iu.iv.core
Interface IVCUserInterface

All Superinterfaces:
AddModelListener
All Known Implementing Classes:
BasicIVCUserInterface

public interface IVCUserInterface
extends AddModelListener

The IVCUserInterface is the main gui of the IVC

Author:
Team IVC

Method Summary
 void close()
          Terminates the GUI.
 void popupDialog(java.awt.Container container)
          Creates a modal dialog box based on the given container.
 void show()
          Shows the IVC Toolkit GUI to the user.
 
Methods inherited from interface edu.iu.iv.core.AddModelListener
addModel
 

Method Detail

popupDialog

public void popupDialog(java.awt.Container container)
Creates a modal dialog box based on the given container.

Parameters:
container - the contents of the dialog that will be created

show

public void show()
Shows the IVC Toolkit GUI to the user.


close

public void close()
Terminates the GUI.