Uses of Class
net.sf.freecol.common.model.Europe

Packages that use Europe
net.sf.freecol.client.gui Contains the GUI classes. 
net.sf.freecol.client.gui.panel Contains the panels and dialogs. 
net.sf.freecol.common.model Contains the game model. 
 

Uses of Europe in net.sf.freecol.client.gui
 

Methods in net.sf.freecol.client.gui with parameters of type Europe
 Canvas.BoycottAction Canvas.showBoycottedGoodsDialog(Goods goods, Europe europe)
          Displays a dialog that asks the user whether to pay arrears for boycotted goods or to dump them instead.
 

Uses of Europe in net.sf.freecol.client.gui.panel
 

Methods in net.sf.freecol.client.gui.panel with parameters of type Europe
 void EmigrationPanel.initialize(Europe europe, boolean fountainOfYouth)
          Updates this panel's labels so that the information it displays is up to date.
 void EuropePanel.initialize(Europe europe, Game game)
          Initialize the data on the window.
 

Uses of Europe in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model that return Europe
 Europe Player.getEurope()
          Returns the europe object that this player has.