Uses of Class
net.sf.freecol.client.gui.panel.NegotiationDialog

Packages that use NegotiationDialog
net.sf.freecol.client.gui.panel Contains the panels and dialogs. 
 

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

Constructors in net.sf.freecol.client.gui.panel with parameters of type NegotiationDialog
NegotiationDialog.ColonyTradeItemPanel(NegotiationDialog parent, Player source)
          Creates a new ColonyTradeItemPanel instance.
NegotiationDialog.GoldTradeItemPanel(NegotiationDialog parent, Player source, int gold)
          Creates a new GoldTradeItemPanel instance.
NegotiationDialog.GoodsTradeItemPanel(NegotiationDialog parent, Player source, java.util.List<Goods> allGoods)
          Creates a new GoodsTradeItemPanel instance.
NegotiationDialog.StanceTradeItemPanel(NegotiationDialog parent, Player source, Player target)
          Creates a new StanceTradeItemPanel instance.