Uses of Class
gui.controls.LocationsChooser

Packages that use LocationsChooser
gui.controls   
gui.dialogs   
 

Uses of LocationsChooser in gui.controls
 

Fields in gui.controls declared as LocationsChooser
private  LocationsChooser WorldView.locationsChooser
          A locations chooser to receive the origin/destination location notifications.
 

Methods in gui.controls with parameters of type LocationsChooser
 void WorldView.SetLocationsChooser(LocationsChooser locationsChooser)
          Sets the locations chooser.
 

Uses of LocationsChooser in gui.dialogs
 

Fields in gui.dialogs declared as LocationsChooser
private  LocationsChooser MainDialog.locationsChooser
          A locations chooser panel.
 

Methods in gui.dialogs that return LocationsChooser
 LocationsChooser MainDialog.GetLocationsChooser()
          Gets the locations chooser.