Uses of Interface
org.openstreetmap.josm.gui.preferences.projection.ProjectionChoice

Packages that use ProjectionChoice
org.openstreetmap.josm.data.projection   
org.openstreetmap.josm.gui.preferences.projection   
 

Uses of ProjectionChoice in org.openstreetmap.josm.data.projection
 

Fields in org.openstreetmap.josm.data.projection with type parameters of type ProjectionChoice
private static java.util.Map<java.lang.String,ProjectionChoice> ProjectionInfo.allCodesPC
           
 

Uses of ProjectionChoice in org.openstreetmap.josm.gui.preferences.projection
 

Classes in org.openstreetmap.josm.gui.preferences.projection that implement ProjectionChoice
 class AbstractProjectionChoice
           
 class CustomProjectionChoice
           
 class GaussKruegerProjectionChoice
           
 class LambertCC9ZonesProjectionChoice
           
 class LambertProjectionChoice
           
 class ListProjectionChoice
          A projection choice, that offers a list of projections in a combo-box.
 class PuwgProjectionChoice
           
 class SingleProjectionChoice
          ProjectionChoice, that offers just one projection as choice.
 class SwissGridProjectionChoice
           
 class UTM_France_DOM_ProjectionChoice
           
 class UTMProjectionChoice
           
 

Fields in org.openstreetmap.josm.gui.preferences.projection declared as ProjectionChoice
static ProjectionChoice ProjectionPreference.mercator
           
 

Fields in org.openstreetmap.josm.gui.preferences.projection with type parameters of type ProjectionChoice
private static java.util.List<ProjectionChoice> ProjectionPreference.projectionChoices
           
private static java.util.Map<java.lang.String,ProjectionChoice> ProjectionPreference.projectionChoicesById
           
 

Methods in org.openstreetmap.josm.gui.preferences.projection that return ProjectionChoice
private  ProjectionChoice ProjectionPreference.setupProjectionCombo()
          Sets up projection combobox with default values and action listener
 

Methods in org.openstreetmap.josm.gui.preferences.projection that return types with arguments of type ProjectionChoice
static java.util.List<ProjectionChoice> ProjectionPreference.getProjectionChoices()
           
 

Methods in org.openstreetmap.josm.gui.preferences.projection with parameters of type ProjectionChoice
private  java.util.Collection<java.lang.String> ProjectionPreference.getSubprojectionPreference(ProjectionChoice pc)
           
static void ProjectionPreference.registerProjectionChoice(ProjectionChoice c)
           
private  void ProjectionPreference.selectedProjectionChanged(ProjectionChoice pc)
          Handles all the work related to update the projection-specific preferences
private  void ProjectionPreference.updateMeta(ProjectionChoice pc)
           
 



JOSM