Uses of Interface
de.unistuttgart.informatik.fius.icge.ui.GameWindow
- 
Packages that use GameWindow Package Description de.unistuttgart.informatik.fius.icge.simulation de.unistuttgart.informatik.fius.icge.ui  - 
- 
Uses of GameWindow in de.unistuttgart.informatik.fius.icge.simulation
Methods in de.unistuttgart.informatik.fius.icge.simulation with parameters of type GameWindow Modifier and Type Method Description voidSimulation. attachToWindow(GameWindow window)Attach this simulation to the given window.voidSimulation. attachToWindow(GameWindow window, boolean stopWithWindowClose)Attach this simulation to the given window. - 
Uses of GameWindow in de.unistuttgart.informatik.fius.icge.ui
Methods in de.unistuttgart.informatik.fius.icge.ui that return GameWindow Modifier and Type Method Description GameWindowWindowBuilder. getBuiltWindow()Get the window that was built.Methods in de.unistuttgart.informatik.fius.icge.ui with parameters of type GameWindow Modifier and Type Method Description voidSimulationProxy. attachToGameWindow(GameWindow gameWindow)Attach this simulation proxy to a specific game window.voidSimulationProxy. attachToGameWindow(GameWindow gameWindow, boolean stopWithWindowClose)Attach this simulation proxy to a specific game window. 
 -