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

Packages that use Nameable
net.sf.freecol.client.control Contains the classes responsible for the control of the game. 
net.sf.freecol.common.model Contains the game model. 
net.sf.freecol.server.model Contains model classes with server specific information. 
 

Uses of Nameable in net.sf.freecol.client.control
 

Methods in net.sf.freecol.client.control with parameters of type Nameable
 void InGameController.rename(Nameable object)
          Renames a Nameable.
 

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

Classes in net.sf.freecol.common.model that implement Nameable
 class Colony
          Represents a colony.
 class Player
          Represents a player.
 class Region
          A named region on the map.
 class Unit
          Represents all pieces that can be moved on the map-board.
 

Uses of Nameable in net.sf.freecol.server.model
 

Classes in net.sf.freecol.server.model that implement Nameable
 class ServerPlayer
          A Player with additional (server specific) information.
 class ServerRegion