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 Details

  • Constructor Details

    • LrsAlgorithmsSwingLocator

      public LrsAlgorithmsSwingLocator()
  • Method Details

    • getLocatorName

      public String getLocatorName()
    • registerLrsAlgorithmsSwingManager

      public static void registerLrsAlgorithmsSwingManager(Class clazz)
      Registers the Class implementing the LrsSwingManager interface.
      Parameters:
      clazz - implementing the LrsAlgorthmsSwingManager interface
    • registerDefaultLrsAlgorithmsSwingManager

      public static void registerDefaultLrsAlgorithmsSwingManager(Class clazz)
      Registers the default Class implementing the LrsSwingManager interface
      Parameters:
      clazz - implementing the LrsAlgorthmsSwingManager interface
    • getLrsAlgorithmsSwingManager

      public static LrsAlgorithmsSwingManager getLrsAlgorithmsSwingManager() throws org.gvsig.tools.locator.LocatorException
      Return 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:
      • Locator.get(String)
    • getInstance

      public static org.gvsig.tools.locator.Locator getInstance()
      Returns: