Package org.gvsig.lrs.swing.api
Class LrsAlgorithmsSwingLocator
java.lang.Object
org.gvsig.tools.locator.AbstractLocator
org.gvsig.lrs.swing.api.LrsAlgorithmsSwingLocator
- All Implemented Interfaces:
org.gvsig.tools.locator.Locator,org.gvsig.tools.locator.Locator_withExists
public class LrsAlgorithmsSwingLocator
extends org.gvsig.tools.locator.AbstractLocator
- Author:
- fdiaz
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.gvsig.tools.locator.Locatorstatic LrsAlgorithmsSwingManagerReturn a reference to LrsAlgorithmsSwingManager.static voidRegisters the default Class implementing the LrsSwingManager interfacestatic voidRegisters the Class implementing the LrsSwingManager interface.Methods inherited from class org.gvsig.tools.locator.AbstractLocator
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
-
Field Details
-
MANAGER_NAME
LrsSwing manager name- See Also:
-
-
Constructor Details
-
LrsAlgorithmsSwingLocator
public LrsAlgorithmsSwingLocator()
-
-
Method Details
-
getLocatorName
-
registerLrsAlgorithmsSwingManager
Registers the Class implementing the LrsSwingManager interface.- Parameters:
clazz- implementing the LrsAlgorthmsSwingManager interface
-
registerDefaultLrsAlgorithmsSwingManager
Registers the default Class implementing the LrsSwingManager interface- Parameters:
clazz- implementing the LrsAlgorthmsSwingManager interface
-
getLrsAlgorithmsSwingManager
public static LrsAlgorithmsSwingManager getLrsAlgorithmsSwingManager() throws org.gvsig.tools.locator.LocatorExceptionReturn a reference to LrsAlgorithmsSwingManager.- Returns:
- a reference to LrsAlgorithmsSwingManager
- Throws:
org.gvsig.tools.locator.LocatorException- if there is no access to the class or the class cannot be instantiated- See Also:
-
getInstance
public static org.gvsig.tools.locator.Locator getInstance()- Returns:
-