public class MapControlLocator extends AbstractLocator
| Modifier and Type | Field and Description | 
|---|---|
static String | 
EDITING_NOTIFICATION_MANAGER_NAME  | 
static String | 
MAPCONTROL_MANAGER_NAME
MapControlManager name used by the locator to access the instance 
 | 
static String | 
PROPERTIES_PAGE_MANAGER_NAME  | 
| Constructor and Description | 
|---|
MapControlLocator()  | 
| Modifier and Type | Method and Description | 
|---|---|
static MapControlLocator | 
getInstance()
Return the singleton instance. 
 | 
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(Class clazz)
Registers the Class implementing the  
MapControlManager interface. | 
static void | 
registerPropertiesPageManager(Class clazz)  | 
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toStringpublic static final String MAPCONTROL_MANAGER_NAME
public static final String EDITING_NOTIFICATION_MANAGER_NAME
public static final String PROPERTIES_PAGE_MANAGER_NAME
public 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(Class clazz)
MapControlManager interface.clazz - implementing the MapControlManager interfacepublic static PropertiesPageManager getPropertiesPageManager()
public static void registerPropertiesPageManager(Class clazz)