Package org.gvsig.report.swing.api
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 Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ReportSwingLocatorReturn the singleton instance.static ReportSwingManagerReturn a reference to ReportManager.static voidstatic voidregisterReportSwingManager(Class clazz) Registers the Class implementing the ReportManager interface.Methods inherited from class org.gvsig.tools.locator.AbstractLocator
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
-
Field Details
-
REPORT_SWING_MANAGER_NAME
- See Also:
-
-
Method Details
-
getInstance
Return the singleton instance.- Returns:
- the singleton instance
-
getLocatorName
-
getReportSwingManager
public static ReportSwingManager getReportSwingManager() throws org.gvsig.tools.locator.LocatorExceptionReturn 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:
-
registerReportSwingManager
Registers the Class implementing the ReportManager interface.- Parameters:
clazz- implementing the ReportManager interface
-
registerDefaultReportsSwingManager
-