Uses of Interface
ch.sahits.game.openpatrician.javafx.control.IItemNavigatorLabelWrapper
-
Packages that use IItemNavigatorLabelWrapper Package Description ch.sahits.game.openpatrician.javafx.control ch.sahits.game.openpatrician.javafx.service -
-
Uses of IItemNavigatorLabelWrapper in ch.sahits.game.openpatrician.javafx.control
Classes in ch.sahits.game.openpatrician.javafx.control that implement IItemNavigatorLabelWrapper Modifier and Type Class Description classBaseItemNavigatorLabelWrapper<T>Base class for a label wrapper.Constructor parameters in ch.sahits.game.openpatrician.javafx.control with type arguments of type IItemNavigatorLabelWrapper Constructor Description ItemNavigator(java.util.List<IItemNavigatorLabelWrapper<T>> list) -
Uses of IItemNavigatorLabelWrapper in ch.sahits.game.openpatrician.javafx.service
Methods in ch.sahits.game.openpatrician.javafx.service that return types with arguments of type IItemNavigatorLabelWrapper 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 includeICitizens as well asIPlayers.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 includeICitizens as well asIPlayers.
-