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

Packages that use DiplomaticTrade
net.sf.freecol.client.gui Contains the GUI classes. 
net.sf.freecol.client.gui.panel Contains the panels and dialogs. 
net.sf.freecol.common.networking Contains the common networking classes. 
net.sf.freecol.server.ai The main package of the ai package tree. 
 

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

Methods in net.sf.freecol.client.gui that return DiplomaticTrade
 DiplomaticTrade Canvas.showNegotiationDialog(Unit unit, Settlement settlement, DiplomaticTrade agreement)
          Displays the NegotiationDialog.
 

Methods in net.sf.freecol.client.gui with parameters of type DiplomaticTrade
 DiplomaticTrade Canvas.showNegotiationDialog(Unit unit, Settlement settlement, DiplomaticTrade agreement)
          Displays the NegotiationDialog.
 

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

Constructors in net.sf.freecol.client.gui.panel with parameters of type DiplomaticTrade
NegotiationDialog(Canvas parent, Unit unit, Settlement settlement, DiplomaticTrade agreement)
          Creates a new NegotiationDialog instance.
 

Uses of DiplomaticTrade in net.sf.freecol.common.networking
 

Methods in net.sf.freecol.common.networking that return DiplomaticTrade
 DiplomaticTrade DiplomacyMessage.getAgreement()
          Get the agreement (a DiplomaticTrade) in this message.
 

Methods in net.sf.freecol.common.networking with parameters of type DiplomaticTrade
 void DiplomacyMessage.setAgreement(DiplomaticTrade agreement)
          Set the agreement (a DiplomaticTrade) in this message.
 

Constructors in net.sf.freecol.common.networking with parameters of type DiplomaticTrade
DiplomacyMessage(Unit unit, Map.Direction direction, DiplomaticTrade agreement)
          Create a new DiplomacyMessage with the supplied unit, direction and agreement.
 

Uses of DiplomaticTrade in net.sf.freecol.server.ai
 

Methods in net.sf.freecol.server.ai with parameters of type DiplomaticTrade
 boolean StandardAIPlayer.acceptDiplomaticTrade(DiplomaticTrade agreement)
           
 boolean ColonialAIPlayer.acceptDiplomaticTrade(DiplomaticTrade agreement)
           
abstract  boolean AIPlayer.acceptDiplomaticTrade(DiplomaticTrade agreement)