Uses of Class
fr.lip6.sma.simulacion.app.map.MapMultiCellPanel

Packages that use MapMultiCellPanel
fr.lip6.sma.simulacion.app.map Paquet pour la gestion de la carte dans les applications Simulacion. 
 

Uses of MapMultiCellPanel in fr.lip6.sma.simulacion.app.map
 

Fields in fr.lip6.sma.simulacion.app.map declared as MapMultiCellPanel
private  MapMultiCellPanel MapMultiCellController.mPane
          The panel under control
private  MapMultiCellPanel MapAction.mPanel
          The panel where the action occurs.
 

Methods in fr.lip6.sma.simulacion.app.map that return MapMultiCellPanel
 MapMultiCellPanel MapAction.getPanel()
          Get the panel where the action occurs.
 

Constructors in fr.lip6.sma.simulacion.app.map with parameters of type MapMultiCellPanel
MapAction(MapMultiCellPanel inPanel)
          Constructor.
MapMultiCellController(MapMultiCellPanel inMMCP, MapMultiCellModel inModel, MapMultiCellGameController inGameController)
          Constructor of the map controller.