Package org.gvsig.pdf.swing.api
Class PDFSwingLocator
java.lang.Object
org.gvsig.tools.locator.AbstractLocator
org.gvsig.pdf.swing.api.PDFSwingLocator
- All Implemented Interfaces:
org.gvsig.tools.locator.Locator,org.gvsig.tools.locator.Locator_withExists
public class PDFSwingLocator
extends org.gvsig.tools.locator.AbstractLocator
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic PDFSwingLocatorReturn the singleton instance.static PDFSwingManagerReturn a reference to PDFManager.static voidstatic voidregisterPDFSwingManager(Class clazz) Registers the Class implementing the TopologyManager interface.Methods inherited from class org.gvsig.tools.locator.AbstractLocator
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
-
Field Details
-
PDF_SWING_MANAGER_NAME
- See Also:
-
-
Method Details
-
getInstance
Return the singleton instance.- Returns:
- the singleton instance
-
getLocatorName
-
getPDFSwingManager
Return a reference to PDFManager.- Returns:
- a reference to PDFManager
- Throws:
org.gvsig.tools.locator.LocatorException- if there is no access to the class or the class cannot be instantiated- See Also:
-
registerPDFSwingManager
Registers the Class implementing the TopologyManager interface.- Parameters:
clazz- implementing the TopologyManager interface
-
registerDefaultPDFSwingManager
-