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