Uses of Class
net.sf.freecol.client.gui.Canvas.BoycottAction

Packages that use Canvas.BoycottAction
net.sf.freecol.client.gui Contains the GUI classes. 
 

Uses of Canvas.BoycottAction in net.sf.freecol.client.gui
 

Methods in net.sf.freecol.client.gui that return Canvas.BoycottAction
 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.
static Canvas.BoycottAction Canvas.BoycottAction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Canvas.BoycottAction[] Canvas.BoycottAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.