Uses of Class
world.Harbour

Packages that use Harbour
gui.controls   
world   
 

Uses of Harbour in gui.controls
 

Fields in gui.controls declared as Harbour
 Harbour WorldView.editedHarbour
          A harbour being edited.
 

Methods in gui.controls with parameters of type Harbour
 void HarbourPropertiesPanel.StoreData(Harbour harbour)
          Stores currently set harbour properties to the given harbour.
 void HarbourPropertiesPanel.LoadData(Harbour harbour)
          Loads the properties of the given harbour.
 

Uses of Harbour in world
 

Methods in world with parameters of type Harbour
 void World.AddHarbour(Harbour harbour)
          Adds a single harbour to the list of harbours on this world.
 void World.RemoveHarbour(Harbour harbour)
          Removes a given harbour from this world.