Class ReportSwingLocator

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

public class ReportSwingLocator extends org.gvsig.tools.locator.AbstractLocator
  • Field Details

  • Method Details

    • getInstance

      public static ReportSwingLocator getInstance()
      Return the singleton instance.
      Returns:
      the singleton instance
    • getLocatorName

      public String getLocatorName()
    • getReportSwingManager

      public static ReportSwingManager getReportSwingManager() throws org.gvsig.tools.locator.LocatorException
      Return a reference to ReportManager.
      Returns:
      a reference to ReportManager
      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)
    • registerReportSwingManager

      public static void registerReportSwingManager(Class clazz)
      Registers the Class implementing the ReportManager interface.
      Parameters:
      clazz - implementing the ReportManager interface
    • registerDefaultReportsSwingManager

      public static void registerDefaultReportsSwingManager(Class clazz)