| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.javafx.control | |
| ch.sahits.game.openpatrician.javafx.service |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BaseItemNavigatorLabelWrapper<T> |
Base class for a label wrapper.
|
| Constructor | Description |
|---|---|
ItemNavigator(java.util.List<IItemNavigatorLabelWrapper<T>> list) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<IItemNavigatorLabelWrapper<ch.sahits.game.openpatrician.model.IPlayer>> |
ItemNavigatorLabelWrapperFactory.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>> |
ItemNavigatorLabelWrapperFactory.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>> |
ItemNavigatorLabelWrapperFactory.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. |
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.