Uses of Class
world.TrainStation

Packages that use TrainStation
gui.controls   
world   
 

Uses of TrainStation in gui.controls
 

Fields in gui.controls declared as TrainStation
 TrainStation WorldView.editedTrainStation
          A train station being edited.
 

Methods in gui.controls with parameters of type TrainStation
 void TrainStationPropertiesPanel.StoreData(TrainStation trainStation)
          Stores currently set train station properties to the given train station.
 void TrainStationPropertiesPanel.LoadData(TrainStation trainStation)
          Loads the properties of the given train station.
 

Uses of TrainStation in world
 

Methods in world with parameters of type TrainStation
 void World.AddTrainStation(TrainStation trainStation)
          Adds a single train station to the list of train stations on this world.
 void World.RemoveTrainStation(TrainStation trainStation)
          Removes a given train station from this world.