@Service public class DialogFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
private org.springframework.context.ApplicationContext |
context |
private IFontLoader |
fontLoader |
| Constructor and Description |
|---|
DialogFactory() |
| Modifier and Type | Method and Description |
|---|---|
private Dialog |
createDialogForSideRoom(ch.sahits.game.openpatrician.model.people.ISideRoomPerson sideRoomPerson,
javafx.scene.text.Font font,
ch.sahits.game.openpatrician.client.ICityPlayerProxyJFX cityProxy)
Retrieve the dialog that matches the side room person
|
Dialog |
getDialog(EDialogType dialogType,
ch.sahits.game.openpatrician.client.ICityPlayerProxyJFX cityProxy) |
@Autowired private org.springframework.context.ApplicationContext context
@Autowired private IFontLoader fontLoader
public Dialog getDialog(EDialogType dialogType, ch.sahits.game.openpatrician.client.ICityPlayerProxyJFX cityProxy)
private Dialog createDialogForSideRoom(ch.sahits.game.openpatrician.model.people.ISideRoomPerson sideRoomPerson, javafx.scene.text.Font font, ch.sahits.game.openpatrician.client.ICityPlayerProxyJFX cityProxy)
sideRoomPerson - Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.