Package org.gvsig.timesupport.swing.api
Class TimeSupportSwingLocator
java.lang.Object
org.gvsig.tools.locator.AbstractLocator
org.gvsig.timesupport.swing.api.TimeSupportSwingLocator
- All Implemented Interfaces:
org.gvsig.tools.locator.Locator,org.gvsig.tools.locator.Locator_withExists
public class TimeSupportSwingLocator
extends org.gvsig.tools.locator.AbstractLocator
This Locator provides the entry point for the gvSIG
TimeSupportSwingManager- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSwingInstallerManager name used by the locator to access the instance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TimeSupportSwingLocatorstatic TimeSupportSwingManagerReturn a reference toTimeSupportSwingManager.static voidRegisters the Class implementing theTimeSupportSwingManagerinterface.Methods inherited from class org.gvsig.tools.locator.AbstractLocator
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
-
Field Details
-
SWING_MANAGER_NAME
SwingInstallerManager name used by the locator to access the instance- See Also:
-
-
Constructor Details
-
TimeSupportSwingLocator
public TimeSupportSwingLocator()
-
-
Method Details
-
getInstance
-
getLocatorName
-
registerTimeSupportSwingManager
Registers the Class implementing theTimeSupportSwingManagerinterface.- Parameters:
clazz- implementing the SwingManager interface
-
getSwingManager
public static TimeSupportSwingManager getSwingManager() throws org.gvsig.tools.locator.LocatorExceptionReturn a reference toTimeSupportSwingManager.- Returns:
- a reference to SwingDalTimeManager
- Throws:
org.gvsig.tools.locator.LocatorException- if there is no access to the class or the class cannot be instantiated- See Also:
-