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

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

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

Methods in net.sf.freecol.client.gui that return Canvas.ScoutAction
 Canvas.ScoutAction Canvas.showArmedUnitIndianSettlementDialog(IndianSettlement settlement)
          Displays a dialog that asks the user what he wants to do with his armed unit in the indian settlement.
 Canvas.ScoutAction Canvas.showScoutForeignColonyDialog(Colony colony, Unit unit)
          Displays a dialog that asks the user what he wants to do with his scout in the foreign colony.
 Canvas.ScoutAction Canvas.showScoutIndianSettlementDialog(IndianSettlement settlement)
          Displays a dialog that asks the user what he wants to do with his scout in the indian settlement.
static Canvas.ScoutAction Canvas.ScoutAction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Canvas.ScoutAction[] Canvas.ScoutAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.