Uses of Interface
ch.sahits.game.openpatrician.model.building.ISteward
-
Packages that use ISteward Package Description ch.sahits.game.openpatrician.model.building ch.sahits.game.openpatrician.model.building.impl -
-
Uses of ISteward in ch.sahits.game.openpatrician.model.building
Methods in ch.sahits.game.openpatrician.model.building that return types with arguments of type ISteward Modifier and Type Method Description java.util.Optional<ISteward>ITradingOffice. getSteward()Retrieve the steward of the trading office (manager).javafx.beans.property.ObjectProperty<ISteward>ITradingOffice. stewardProperty()Property holding the steward.Methods in ch.sahits.game.openpatrician.model.building with parameters of type ISteward Modifier and Type Method Description voidITradingOffice. setSteward(ISteward steward)Setting the steward. -
Uses of ISteward in ch.sahits.game.openpatrician.model.building.impl
Classes in ch.sahits.game.openpatrician.model.building.impl that implement ISteward Modifier and Type Class Description classStewardMethods in ch.sahits.game.openpatrician.model.building.impl that return types with arguments of type ISteward Modifier and Type Method Description java.util.Optional<ISteward>TradingOffice. getSteward()javafx.beans.property.ObjectProperty<ISteward>TradingOffice. stewardProperty()Methods in ch.sahits.game.openpatrician.model.building.impl with parameters of type ISteward Modifier and Type Method Description voidTradingOffice. setSteward(ISteward steward)
-