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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AggregateLegendSwingManagerReturn a reference to AggregateLegendSwingManager.static org.gvsig.tools.locator.Locatorstatic voidRegisters the Class implementing the LrsSwingManager interface.static voidRegisters the default Class implementing the LrsSwingManager interfaceMethods inherited from class org.gvsig.tools.locator.AbstractLocator
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
-
Field Details
-
MANAGER_NAME
LrsSwing manager name- See Also:
-
-
Constructor Details
-
AggregateLegendSwingLocator
public AggregateLegendSwingLocator()
-
-
Method Details
-
getLocatorName
-
registerAggregateLegendSwingManager
Registers the Class implementing the LrsSwingManager interface.- Parameters:
clazz- implementing the LrsAlgorthmsSwingManager interface
-
registerDefaultAggregateLegendSwingManager
Registers the default Class implementing the LrsSwingManager interface- Parameters:
clazz- implementing the LrsAlgorthmsSwingManager interface
-
getAggregateLegendSwingManager
public static AggregateLegendSwingManager getAggregateLegendSwingManager() throws org.gvsig.tools.locator.LocatorExceptionReturn 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:
-
getInstance
public static org.gvsig.tools.locator.Locator getInstance()- Returns:
-