Class UserActions
- java.lang.Object
-
- ch.sahits.game.openpatrician.display.javafx.action.UserActions
-
@Component public class UserActions extends java.lang.ObjectFactory for User actions.- Author:
- Andi Hotz, (c) Sahits GmbH, 2017 Created on Oct 01, 2017
-
-
Constructor Summary
Constructors Constructor Description UserActions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ch.sahits.game.openpatrician.display.javafx.action.City2ShipJFXActioncity2ShipAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)ch.sahits.game.openpatrician.display.javafx.action.City2StorageJFXActioncity2StorageAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)ch.sahits.game.openpatrician.display.javafx.action.Ship2CityJFXActionship2CityAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)ch.sahits.game.openpatrician.display.javafx.action.Ship2StorageJFXActionship2StorageAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)ch.sahits.game.openpatrician.display.javafx.action.Storage2CityJFXActionstorage2CityAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)Storage2ShipJFXActionstorage2ShipAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)
-
-
-
Method Detail
-
ship2StorageAction
public ch.sahits.game.openpatrician.display.javafx.action.Ship2StorageJFXAction ship2StorageAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)
-
city2StorageAction
public ch.sahits.game.openpatrician.display.javafx.action.City2StorageJFXAction city2StorageAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)
-
city2ShipAction
public ch.sahits.game.openpatrician.display.javafx.action.City2ShipJFXAction city2ShipAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)
-
ship2CityAction
public ch.sahits.game.openpatrician.display.javafx.action.Ship2CityJFXAction ship2CityAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)
-
storage2CityAction
public ch.sahits.game.openpatrician.display.javafx.action.Storage2CityJFXAction storage2CityAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)
-
storage2ShipAction
public Storage2ShipJFXAction storage2ShipAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)
-
-