Class MapControlLocator

java.lang.Object
org.gvsig.tools.locator.AbstractLocator
org.gvsig.fmap.mapcontrol.MapControlLocator
All Implemented Interfaces:
org.gvsig.tools.locator.Locator, org.gvsig.tools.locator.Locator_withExists

public class MapControlLocator extends org.gvsig.tools.locator.AbstractLocator
Author:
Jorge Piera
  • Field Details

    • MAPCONTROL_MANAGER_NAME

      public static final String MAPCONTROL_MANAGER_NAME
      MapControlManager name used by the locator to access the instance
      See Also:
    • EDITING_NOTIFICATION_MANAGER_NAME

      public static final String EDITING_NOTIFICATION_MANAGER_NAME
      See Also:
    • PROPERTIES_PAGE_MANAGER_NAME

      public static final String PROPERTIES_PAGE_MANAGER_NAME
      See Also:
  • Constructor Details

    • MapControlLocator

      public MapControlLocator()
  • Method Details

    • getLocatorName

      public String getLocatorName()
    • getMapControlManager

      public static MapControlManager getMapControlManager() throws org.gvsig.tools.locator.LocatorException
      Return a reference to MapControlManager.
      Returns:
      a reference to MapControlManager
      Throws:
      org.gvsig.tools.locator.LocatorException - if there is no access to the class or the class cannot be instantiated
      See Also:
      • Locator.get(String)
    • getInstance

      public static MapControlLocator getInstance()
      Return the singleton instance.
      Returns:
      the singleton instance
    • registerMapControlManager

      public static void registerMapControlManager(Class clazz)
      Registers the Class implementing the MapControlManager interface.
      Parameters:
      clazz - implementing the MapControlManager interface
    • getPropertiesPageManager

      public static org.gvsig.propertypage.PropertiesPageManager getPropertiesPageManager()