Class ExportSwingLocator

java.lang.Object
org.gvsig.tools.locator.AbstractLocator
org.gvsig.tools.locator.BaseLocator
org.gvsig.export.swing.ExportSwingLocator
All Implemented Interfaces:
org.gvsig.tools.locator.Locator, org.gvsig.tools.locator.Locator_withExists

public class ExportSwingLocator extends org.gvsig.tools.locator.BaseLocator
This locator is the entry point for the Exportto swing library, providing access to all Exportto swing services through the ExportSwingManager .
Version:
$Id$
Author:
gvSIG team
  • Field Details

  • Constructor Details

    • ExportSwingLocator

      public ExportSwingLocator()
  • Method Details

    • getInstance

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

      public final String getLocatorName()
      Return the Locator's name
      Specified by:
      getLocatorName in interface org.gvsig.tools.locator.Locator
      Overrides:
      getLocatorName in class org.gvsig.tools.locator.BaseLocator
      Returns:
      a String with the Locator's name
    • registerSwingManager

      public static void registerSwingManager(Class<? extends ExportSwingManager> clazz)
      Registers the Class implementing the ExportSwingManager interface.
      Parameters:
      clazz - implementing the ExportSwingManager interface
    • getSwingManager

      public static ExportSwingManager getSwingManager()
      Gets the instance of the ExportSwingManager registered.
      Returns:
      ExportSwingManager
    • registerExportPanelsManager

      public static void registerExportPanelsManager(Class<? extends ExportPanelsManager> clazz)
      Registers the Class implementing the ExportPanelsManager interface.
      Parameters:
      clazz - implementing the ExportPanelsManager interface
    • getExportPanelsManager

      public static ExportPanelsManager getExportPanelsManager()
      Gets the instance of the
      invalid reference
      ScriptingUIManager
      registered.
      Returns:
      invalid reference
      ScriptingUIManager