Package org.gvsig.seismic.swing
Interface SeismicSwingManager
public interface SeismicSwingManager
- Version:
- $Id$
- Author:
- gvSIG team
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreateWizard(org.gvsig.crs.projection.lib.Projection proj) Returns theDriverManager.getTranslation(String key) Returns the translation of a string.
-
Method Details
-
getDriverManager
SeismicManager getDriverManager()Returns theDriverManager.- Returns:
DriverManager
-
getTranslation
Returns the translation of a string.- Parameters:
key- String to translate- Returns:
- a String with the translation of the string passed by parameter
-
createWizard
JSeismicWizard createWizard() -
createWizard
-