Class TimeSupportSwingLocator

java.lang.Object
org.gvsig.tools.locator.AbstractLocator
org.gvsig.timesupport.swing.api.TimeSupportSwingLocator
All Implemented Interfaces:
org.gvsig.tools.locator.Locator, org.gvsig.tools.locator.Locator_withExists

public class TimeSupportSwingLocator extends org.gvsig.tools.locator.AbstractLocator
This Locator provides the entry point for the gvSIG TimeSupportSwingManager
See Also:
  • Locator
  • Field Details

    • SWING_MANAGER_NAME

      public static final String SWING_MANAGER_NAME
      SwingInstallerManager name used by the locator to access the instance
      See Also:
  • Constructor Details

    • TimeSupportSwingLocator

      public TimeSupportSwingLocator()
  • Method Details

    • getInstance

      public static TimeSupportSwingLocator getInstance()
    • getLocatorName

      public String getLocatorName()
    • registerTimeSupportSwingManager

      public static void registerTimeSupportSwingManager(Class clazz)
      Registers the Class implementing the TimeSupportSwingManager interface.
      Parameters:
      clazz - implementing the SwingManager interface
    • getSwingManager

      public static TimeSupportSwingManager getSwingManager() throws org.gvsig.tools.locator.LocatorException
      Return a reference to TimeSupportSwingManager.
      Returns:
      a reference to SwingDalTimeManager
      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)