Package org.gvsig.topology.swing.api
Class TopologySwingLocator
java.lang.Object
org.gvsig.tools.locator.AbstractLocator
org.gvsig.topology.swing.api.TopologySwingLocator
- All Implemented Interfaces:
org.gvsig.tools.locator.Locator,org.gvsig.tools.locator.Locator_withExists
public class TopologySwingLocator
extends org.gvsig.tools.locator.AbstractLocator
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic TopologySwingLocatorReturn the singleton instance.static TopologySwingManagerReturn a reference to TopologyManager.static voidstatic voidRegisters the Class implementing the TopologyManager interface.Methods inherited from class org.gvsig.tools.locator.AbstractLocator
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
-
Field Details
-
TOPOLOGY_SWING_MANAGER_NAME
- See Also:
-
-
Method Details
-
getInstance
Return the singleton instance.- Returns:
- the singleton instance
-
getLocatorName
-
getTopologySwingManager
public static TopologySwingManager getTopologySwingManager() throws org.gvsig.tools.locator.LocatorExceptionReturn a reference to TopologyManager.- Returns:
- a reference to TopologyManager
- Throws:
org.gvsig.tools.locator.LocatorException- if there is no access to the class or the class cannot be instantiated- See Also:
-
registerTopologySwingManager
Registers the Class implementing the TopologyManager interface.- Parameters:
clazz- implementing the TopologyManager interface
-
registerDefaultTopologySwingManager
-