Class UserActions


  • @Component
    public class UserActions
    extends java.lang.Object
    Factory 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.City2ShipJFXAction city2ShipAction​(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)  
      ch.sahits.game.openpatrician.display.javafx.action.City2StorageJFXAction city2StorageAction​(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)  
      ch.sahits.game.openpatrician.display.javafx.action.Ship2CityJFXAction ship2CityAction​(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)  
      ch.sahits.game.openpatrician.display.javafx.action.Ship2StorageJFXAction ship2StorageAction​(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)  
      ch.sahits.game.openpatrician.display.javafx.action.Storage2CityJFXAction storage2CityAction​(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)  
      Storage2ShipJFXAction storage2ShipAction​(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UserActions

        public UserActions()
    • 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)