Class AggregateLegendSwingLocator

java.lang.Object
org.gvsig.tools.locator.AbstractLocator
org.gvsig.legend.aggregate.swing.api.AggregateLegendSwingLocator
All Implemented Interfaces:
org.gvsig.tools.locator.Locator, org.gvsig.tools.locator.Locator_withExists

public class AggregateLegendSwingLocator extends org.gvsig.tools.locator.AbstractLocator
Author:
fdiaz
  • Field Details

  • Constructor Details

    • AggregateLegendSwingLocator

      public AggregateLegendSwingLocator()
  • Method Details

    • getLocatorName

      public String getLocatorName()
    • registerAggregateLegendSwingManager

      public static void registerAggregateLegendSwingManager(Class clazz)
      Registers the Class implementing the LrsSwingManager interface.
      Parameters:
      clazz - implementing the LrsAlgorthmsSwingManager interface
    • registerDefaultAggregateLegendSwingManager

      public static void registerDefaultAggregateLegendSwingManager(Class clazz)
      Registers the default Class implementing the LrsSwingManager interface
      Parameters:
      clazz - implementing the LrsAlgorthmsSwingManager interface
    • getAggregateLegendSwingManager

      public static AggregateLegendSwingManager getAggregateLegendSwingManager() throws org.gvsig.tools.locator.LocatorException
      Return a reference to AggregateLegendSwingManager.
      Returns:
      a reference to AggregateLegendSwingManager
      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)
    • getInstance

      public static org.gvsig.tools.locator.Locator getInstance()
      Returns: