Uses of Class
net.sf.freecol.common.model.TradeRoute.Stop

Packages that use TradeRoute.Stop
net.sf.freecol.client.gui.panel Contains the panels and dialogs. 
net.sf.freecol.common.model Contains the game model. 
 

Uses of TradeRoute.Stop in net.sf.freecol.client.gui.panel
 

Methods in net.sf.freecol.client.gui.panel with parameters of type TradeRoute.Stop
 void TradeRouteInputDialog.CargoPanel.initialize(TradeRoute.Stop newStop)
           
 

Uses of TradeRoute.Stop in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model that return TradeRoute.Stop
 TradeRoute.Stop Unit.getCurrentStop()
          Get the current stop.
 

Methods in net.sf.freecol.common.model that return types with arguments of type TradeRoute.Stop
 java.util.ArrayList<TradeRoute.Stop> TradeRoute.getStops()
          Get the Stops value.
 

Methods in net.sf.freecol.common.model with parameters of type TradeRoute.Stop
 void TradeRoute.addStop(TradeRoute.Stop stop)
          Add a new Stop to this trade route.
static boolean TradeRoute.isStopValid(Player player, TradeRoute.Stop stop)
           
static boolean TradeRoute.isStopValid(Unit unit, TradeRoute.Stop stop)
           
 

Method parameters in net.sf.freecol.common.model with type arguments of type TradeRoute.Stop
 void TradeRoute.setStops(java.util.ArrayList<TradeRoute.Stop> newStops)
          Set the Stops value.