Package org.gvsig.seismic.swing
Class SeismicSwingLocator
java.lang.Object
org.gvsig.tools.locator.AbstractLocator
org.gvsig.tools.locator.BaseLocator
org.gvsig.seismic.swing.SeismicSwingLocator
- All Implemented Interfaces:
org.gvsig.tools.locator.Locator,org.gvsig.tools.locator.Locator_withExists
public class SeismicSwingLocator
extends org.gvsig.tools.locator.BaseLocator
This locator is the entry point for the Chart swing library,
providing access to all Chart swing services through the
SeismicSwingManager .- Version:
- $Id$
- Author:
- gvSIG team
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SeismicSwingManagerGets the instance of theregistered.invalid reference
ScriptingUIManagerstatic SeismicSwingLocatorReturn the singleton instance.final StringReturn the Locator's namestatic voidregisterDriverSwingManager(Class<? extends SeismicSwingManager> clazz) Registers the Class implementing the PersistenceManager interface.Methods inherited from class org.gvsig.tools.locator.AbstractLocator
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
-
Field Details
-
SWING_MANAGER_NAME
Chart swing manager name.- See Also:
-
SWING_MANAGER_DESCRIPTION
Chart swing manager description.- See Also:
-
-
Constructor Details
-
SeismicSwingLocator
public SeismicSwingLocator()
-
-
Method Details
-
getInstance
Return the singleton instance.- Returns:
- the singleton instance
-
getLocatorName
Return the Locator's name- Specified by:
getLocatorNamein interfaceorg.gvsig.tools.locator.Locator- Overrides:
getLocatorNamein classorg.gvsig.tools.locator.BaseLocator- Returns:
- a String with the Locator's name
-
registerDriverSwingManager
Registers the Class implementing the PersistenceManager interface.- Parameters:
clazz- implementing the PersistenceManager interface
-
getDriverSwingManager
Gets the instance of theregistered.invalid reference
ScriptingUIManager- Returns:
-
invalid reference
ScriptingUIManager
-