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 void
Simulation. attachToWindow(GameWindow window)
Attach this simulation to the given window.void
Simulation. 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 GameWindow
WindowBuilder. 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 void
SimulationProxy. attachToGameWindow(GameWindow gameWindow)
Attach this simulation proxy to a specific game window.void
SimulationProxy. attachToGameWindow(GameWindow gameWindow, boolean stopWithWindowClose)
Attach this simulation proxy to a specific game window.
-