Uses of Interface
ch.sahits.game.openpatrician.display.dialog.service.ITransferableJFX
-
Packages that use ITransferableJFX Package Description ch.sahits.game.openpatrician.display.dialog.service.impl ch.sahits.game.openpatrician.display.javafx.action -
-
Uses of ITransferableJFX in ch.sahits.game.openpatrician.display.dialog.service.impl
Classes in ch.sahits.game.openpatrician.display.dialog.service.impl that implement ITransferableJFX Modifier and Type Class Description classTransferableState -
Uses of ITransferableJFX in ch.sahits.game.openpatrician.display.javafx.action
Methods in ch.sahits.game.openpatrician.display.javafx.action with parameters of type ITransferableJFX Modifier and Type Method Description ch.sahits.game.openpatrician.display.javafx.action.City2ShipJFXActionUserActions. city2ShipAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)ch.sahits.game.openpatrician.display.javafx.action.City2StorageJFXActionUserActions. city2StorageAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)ch.sahits.game.openpatrician.display.javafx.action.Ship2CityJFXActionUserActions. ship2CityAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)ch.sahits.game.openpatrician.display.javafx.action.Ship2StorageJFXActionUserActions. ship2StorageAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)ch.sahits.game.openpatrician.display.javafx.action.Storage2CityJFXActionUserActions. storage2CityAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)Storage2ShipJFXActionUserActions. storage2ShipAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)Constructors in ch.sahits.game.openpatrician.display.javafx.action with parameters of type ITransferableJFX Constructor Description BuyJFXProxyAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX dialog, UserActions actionFactory)SellJFXProxyAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX dialog, UserActions actionFactory)Storage2ShipJFXAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)
-