Uses of Interface
fr.lifl.jedi.gui.ISimulationGUI

Packages that use ISimulationGUI
fr.lifl.jedi.controllersCore Package where all elements used to run a simulation are defined, and where means to synchronize different views on the simulation are defined. 
fr.lifl.jedi.gui.control.graphicalControl.view This package contains the view elements of the Graphical Control GUI of the simulation. 
fr.lifl.jedi.gui.display.agentsNumber This package contains the definition of a GUI that display the number of instances of every agent families of a simulation. 
fr.lifl.jedi.gui.display.colorGrid.view This package defines the view elements of the GUI that displays the environment as an image. 
fr.lifl.jedi.gui.display.dataExportation This package contains the definition of a GUI that display the number of instances of every agent families of a simulation. 
fr.lifl.jedi.gui.display.interactionDisplayer.view This package defines a GUI that displays the simulation as an image, where agents are drawn with color shapes or icons. 
 

Uses of ISimulationGUI in fr.lifl.jedi.controllersCore
 

Classes in fr.lifl.jedi.controllersCore with type parameters of type ISimulationGUI
 class AbstractControlGUIController<GUIView extends ISimulationGUI>
          Controller associated with the GUI that manages the initialization, run, pause, or abortion of simulations.
 class AbstractGUIController<GUIView extends ISimulationGUI>
          Controller associated with all GUI that display simulations data.
 

Fields in fr.lifl.jedi.controllersCore declared as ISimulationGUI
protected  GUIView AbstractGUIController.view
          The view associated with this controller.
 

Uses of ISimulationGUI in fr.lifl.jedi.gui.control.graphicalControl.view
 

Classes in fr.lifl.jedi.gui.control.graphicalControl.view that implement ISimulationGUI
 class GraphicalSimulationControlGUI
          A GUI that defines buttons that rule simulation control.
 

Uses of ISimulationGUI in fr.lifl.jedi.gui.display.agentsNumber
 

Classes in fr.lifl.jedi.gui.display.agentsNumber that implement ISimulationGUI
 class AgentNumberDisplayFrame
          Graphical User Interface that displays the number of agent of each agent family in the simulation.
 

Uses of ISimulationGUI in fr.lifl.jedi.gui.display.colorGrid.view
 

Classes in fr.lifl.jedi.gui.display.colorGrid.view that implement ISimulationGUI
 class ColorGridGUI
          This class corresponds to the frame where simulations are displayed.
 

Uses of ISimulationGUI in fr.lifl.jedi.gui.display.dataExportation
 

Classes in fr.lifl.jedi.gui.display.dataExportation that implement ISimulationGUI
 class SimulationFileOutputer
          This is used to export character lines into a file.
 

Uses of ISimulationGUI in fr.lifl.jedi.gui.display.interactionDisplayer.view
 

Classes in fr.lifl.jedi.gui.display.interactionDisplayer.view that implement ISimulationGUI
 class PerformedInteractionsDisplayerGUI
          A GUI that displays the interactions that were performed or undergone by agents during simulation.