public class MapControlLocator extends 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()
Returns the name of the Locator, for registration, logging, and other
uses.
|
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. |
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toStringpublic static final java.lang.String MAPCONTROL_MANAGER_NAME
public static final java.lang.String EDITING_NOTIFICATION_MANAGER_NAME
public static final java.lang.String PROPERTIES_PAGE_MANAGER_NAME
public java.lang.String getLocatorName()
Locatorpublic static MapControlManager getMapControlManager() throws LocatorException
MapControlManager.LocatorException - if there is no access to the class or the class cannot be
instantiatedLocator.get(String)public static MapControlLocator getInstance()
public static void registerMapControlManager(java.lang.Class clazz)
MapControlManager interface.clazz - implementing the MapControlManager interfacepublic static PropertiesPageManager getPropertiesPageManager()