public class DefaultOSMSwingManager extends java.lang.Object implements OSMSwingManager
DefaultOSMSwingManager.| Constructor and Description |
|---|
DefaultOSMSwingManager() |
| Modifier and Type | Method and Description |
|---|---|
AddOSMLayerPanel |
createAddOSMLayerPanel(java.io.File pathToServerList)
Creates AddOSMLayerPanel
|
AddOSMLayerPanel |
createAddOSMLayerPanel(java.io.File pathToServerList,
boolean showCrsWaring)
Creates AddOSMLayerPanel
|
static java.lang.String |
getText(java.lang.String key)
Obtiene la traducción de la cadena de texto
|
java.lang.String |
getTranslation(java.lang.String key)
Returns the translation of a string.
|
public java.lang.String getTranslation(java.lang.String key)
OSMSwingManagergetTranslation in interface OSMSwingManagerkey - String to translatepublic static java.lang.String getText(java.lang.String key)
text - Cadena a traducirpublic AddOSMLayerPanel createAddOSMLayerPanel(java.io.File pathToServerList)
OSMSwingManagercreateAddOSMLayerPanel in interface OSMSwingManagerpathToServerList - Path to the directory where the server list is storedpublic AddOSMLayerPanel createAddOSMLayerPanel(java.io.File pathToServerList, boolean showCrsWaring)
OSMSwingManagercreateAddOSMLayerPanel in interface OSMSwingManagerpathToServerList - Path to the directory where the server list is stored