Uses of Interface
net.sf.freecol.common.model.Typed

Packages that use Typed
net.sf.freecol.client.gui.i18n  
net.sf.freecol.common.model Contains the game model. 
 

Uses of Typed in net.sf.freecol.client.gui.i18n
 

Methods in net.sf.freecol.client.gui.i18n with parameters of type Typed
static java.lang.String Messages.getName(Typed object)
          Returns the localized name of a FreeColGameObject implementing the Typed interface.
 

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

Classes in net.sf.freecol.common.model that implement Typed
 class Building
          Represents a building in a colony.
 class Goods
          Represents locatable goods of a specified type and amount.
 class Resource
          Represents a locatable goods of a specified type and quantity.
 class Tile
          Represents a single tile on the Map.
 class TileImprovement
          Represents a tile improvement, such as a river or road.
 class Unit
          Represents all pieces that can be moved on the map-board.