public class MapControlLocator
extends org.gvsig.tools.locator.AbstractLocator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EDITING_NOTIFICATION_MANAGER_NAME |
static java.lang.String |
MAPCONTROL_MANAGER_NAME
MapControlManager name used by the locator to access the instance
|
static java.lang.String |
PROPERTIES_PAGE_MANAGER_NAME |
| Constructor and Description |
|---|
MapControlLocator() |
| Modifier and Type | Method and Description |
|---|---|
static MapControlLocator |
getInstance()
Return the singleton instance.
|
java.lang.String |
getLocatorName() |
static MapControlManager |
getMapControlManager()
Return a reference to
MapControlManager. |
static PropertiesPageManager |
getPropertiesPageManager() |
static void |
registerMapControlManager(java.lang.Class clazz)
Registers the Class implementing the
MapControlManager interface. |
static void |
registerPropertiesPageManager(java.lang.Class clazz) |
public static final java.lang.String EDITING_NOTIFICATION_MANAGER_NAME
public static final java.lang.String MAPCONTROL_MANAGER_NAME
public static final java.lang.String PROPERTIES_PAGE_MANAGER_NAME
public static MapControlLocator getInstance()
public java.lang.String getLocatorName()
public static MapControlManager getMapControlManager() throws org.gvsig.tools.locator.LocatorException
MapControlManager.org.gvsig.tools.locator.LocatorException - if there is no access to the class or the class cannot be
instantiatedLocator.get(String)public static PropertiesPageManager getPropertiesPageManager()
public static void registerMapControlManager(java.lang.Class clazz)
MapControlManager interface.clazz - implementing the MapControlManager interfacepublic static void registerPropertiesPageManager(java.lang.Class clazz)
Copyright © 2018 gvSIG Association. All rights reserved.