Uses of Interface
ch.sahits.game.openpatrician.display.javafx.IDialogContoller
-
Packages that use IDialogContoller Package Description ch.sahits.game.openpatrician.display.javafx ch.sahits.game.openpatrician.display.javafx.control -
-
Uses of IDialogContoller in ch.sahits.game.openpatrician.display.javafx
Classes in ch.sahits.game.openpatrician.display.javafx that implement IDialogContoller Modifier and Type Class Description classMainGameViewMain view of the game holding all other controls once the game is started.Methods in ch.sahits.game.openpatrician.display.javafx with parameters of type IDialogContoller Modifier and Type Method Description voidArmorySceneEventHandler. setDialogContoller(IDialogContoller dialogContoller)voidChurchSceneEventHandler. setDialogContoller(IDialogContoller dialogContoller)voidCityHallSceneEventHandler. setDialogContoller(IDialogContoller dialogContoller)voidGuildSceneEventHandler. setDialogContoller(IDialogContoller dialogContoller)voidISceneEventHandler. setDialogContoller(IDialogContoller dialogContoller)Set up the dialog controller, which defines the callback methodsvoidLoanerSceneEventHandler. setDialogContoller(IDialogContoller dialogContoller)voidMarketSceneEventHandler. setDialogContoller(IDialogContoller dialogContoller)voidPortSceneEventHandler. setDialogContoller(IDialogContoller dialogContoller)voidSeamapSceneHandler. setDialogContoller(IDialogContoller dialogContoller)voidShipyardSceneEventHandler. setDialogContoller(IDialogContoller dialogContoller)voidTavernSceneEventHandler. setDialogContoller(IDialogContoller dialogContoller)voidSceneEventHandlerFactory. setUpDialogController(IDialogContoller controller) -
Uses of IDialogContoller in ch.sahits.game.openpatrician.display.javafx.control
Methods in ch.sahits.game.openpatrician.display.javafx.control with parameters of type IDialogContoller Modifier and Type Method Description voidMiniMap. setDialogContoller(IDialogContoller dialogContoller)voidViewStatus. setDialogContoller(IDialogContoller dialogContoller)
-