| Package | Description |
|---|---|
| ch.sahits.game.javafx.control | |
| ch.sahits.game.javafx.service |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseItemNavigatorLabelWrapper<T>
Base class for a label wrapper.
|
| Modifier and Type | Field and Description |
|---|---|
private javafx.collections.ObservableList<IItemNavigatorLabelWrapper<T>> |
ItemNavigator.list |
| Constructor and Description |
|---|
ItemNavigator(List<IItemNavigatorLabelWrapper<T>> list) |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
List<IItemNavigatorLabelWrapper<ch.sahits.game.openpatrician.model.IPlayer>> |
ItemNavigatorLabelWrapperFactory.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>> |
ItemNavigatorLabelWrapperFactory.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>> |
ItemNavigatorLabelWrapperFactory.createNonLabeledListForPlayer(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-2017 Sahits GmbH. All Rights Reserved.