public class ItemNavigatorLabelWrapperFactory
extends java.lang.Object
| Constructor | Description |
|---|---|
ItemNavigatorLabelWrapperFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<IItemNavigatorLabelWrapper<ch.sahits.game.openpatrician.model.IPlayer>> |
createListForPlayer(java.util.List<ch.sahits.game.openpatrician.model.IPlayer> persons) |
Create a list of label wrapper for citizens, which include
ICitizens as well as IPlayers. |
java.util.List<IItemNavigatorLabelWrapper<ch.sahits.game.openpatrician.model.ship.IShip>> |
createListForVessels(java.util.List<ch.sahits.game.openpatrician.model.ship.IShip> ships) |
Create a list of label wrapper for ships.
|
java.util.List<IItemNavigatorLabelWrapper<ch.sahits.game.openpatrician.model.IPlayer>> |
createNonLabeledListForPlayer(java.util.List<ch.sahits.game.openpatrician.model.IPlayer> persons) |
Create a list of label wrapper for players, which include
ICitizens as well as IPlayers. |
public java.util.List<IItemNavigatorLabelWrapper<ch.sahits.game.openpatrician.model.ship.IShip>> createListForVessels(java.util.List<ch.sahits.game.openpatrician.model.ship.IShip> ships)
ships - list of shipsIItemNavigatorLabelWrappers of type IShip.public java.util.List<IItemNavigatorLabelWrapper<ch.sahits.game.openpatrician.model.IPlayer>> createListForPlayer(java.util.List<ch.sahits.game.openpatrician.model.IPlayer> persons)
ICitizens as well as IPlayers.persons - list of playersIItemNavigatorLabelWrappers of type IPlayer.public java.util.List<IItemNavigatorLabelWrapper<ch.sahits.game.openpatrician.model.IPlayer>> createNonLabeledListForPlayer(java.util.List<ch.sahits.game.openpatrician.model.IPlayer> persons)
ICitizens as well as IPlayers.
The name of the player is not displayed.persons - list of playersIItemNavigatorLabelWrappers of type IShip.Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.