Uses of Class
simuLCS.graphics.G_MainWindow

Packages that use G_MainWindow
simuLCS   
simuLCS.graphics   
 

Uses of G_MainWindow in simuLCS
 

Fields in simuLCS declared as G_MainWindow
private  G_MainWindow Simulation.window
           
 

Methods in simuLCS with parameters of type G_MainWindow
 void Simulation.linkToGraphics(G_MainWindow win)
           
 

Uses of G_MainWindow in simuLCS.graphics
 

Fields in simuLCS.graphics declared as G_MainWindow
protected static G_MainWindow G_MainWindow.instance
           
protected static G_MainWindow G_Panel.pointerMainWindow
           
(package private)  G_MainWindow G_PanelCustom.mainWindow
           
protected  G_MainWindow G_PanelDraw.mainWindow
           
 

Methods in simuLCS.graphics that return G_MainWindow
static G_MainWindow G_MainWindow.getInstance(Simulation s, Utils u)
          The only way to obtain a unique instance (Singleton Pattern).
static G_MainWindow G_Panel.getPointerMainWindow()
           
 

Methods in simuLCS.graphics with parameters of type G_MainWindow
 void G_Panel.linkMainWindow(G_MainWindow win)
          This class provides an access to the Main Window the link should be made before, thanks to this function
 

Constructors in simuLCS.graphics with parameters of type G_MainWindow
G_PanelCustom(G_MainWindow win, Simulation s)
           
G_PanelDraw(G_MainWindow win, G_StatusBar status)