Uses of Class
world.BusStop

Packages that use BusStop
gui.controls   
world   
 

Uses of BusStop in gui.controls
 

Fields in gui.controls declared as BusStop
 BusStop WorldView.editedBusStop
          A bus stop being edited.
 

Methods in gui.controls with parameters of type BusStop
 void BusStopPropertiesPanel.StoreData(BusStop busStop)
          Stores currently set bus stop properties to the given bus stop.
 void BusStopPropertiesPanel.LoadData(BusStop busStop)
          Loads the properties of the given bus stop.
 

Uses of BusStop in world
 

Methods in world with parameters of type BusStop
 void World.AddBusStop(BusStop busStop)
          Adds a single bus stop to the list of bus stops on this world.
 void World.RemoveBusStop(BusStop busStop)
          Removes a given bus stop from this world.