Uses of Class
world.Airport

Packages that use Airport
gui.controls   
world   
 

Uses of Airport in gui.controls
 

Fields in gui.controls declared as Airport
 Airport WorldView.editedAirport
          An airport being edited.
 

Methods in gui.controls with parameters of type Airport
 void AirportPropertiesPanel.StoreData(Airport airport)
          Stores currently set airport properties to the given airport.
 void AirportPropertiesPanel.LoadData(Airport airport)
          Loads the properties of the given airport.
 

Uses of Airport in world
 

Methods in world with parameters of type Airport
 void World.AddAirport(Airport airport)
          Adds a single airport to the list of airports on this world.
 void World.RemoveAirport(Airport airport)
          Removes a given airport from this world.