public class DefaultWMTSSwingManager extends java.lang.Object implements WMTSSwingManager
WMTSSwingManager.| Constructor and Description |
|---|
DefaultWMTSSwingManager() |
| Modifier and Type | Method and Description |
|---|---|
AddServerPanel |
createAddServerPanel() |
WmtsGUI |
createMainWizard(WMTSWizardListener listener) |
WmtsGUI |
createMainWizard(WMTSWizardListener listener,
java.util.function.Supplier<MapContext> mapContext) |
NextPrevPanel |
createNextPrevPanel() |
java.lang.String |
getTranslation(java.lang.String key)
Returns the translation of a string.
|
WMTSWindowManager |
getWindowManager()
Returns the
WMTSWindowManager. |
void |
registerWindowManager(WMTSWindowManager windowManager)
Registers a new instance of a WindowManager which provides services to
the management of the application windows.
|
public java.lang.String getTranslation(java.lang.String key)
WMTSSwingManagergetTranslation in interface WMTSSwingManagerkey - String to translatepublic WMTSWindowManager getWindowManager()
WMTSSwingManagerWMTSWindowManager.getWindowManager in interface WMTSSwingManagerWMTSWindowManagerWMTSWindowManager}public void registerWindowManager(WMTSWindowManager windowManager)
WMTSSwingManagerregisterWindowManager in interface WMTSSwingManagerwindowManager - WMTSWindowManager to register in the
ScriptingUIManager.WMTSWindowManagerpublic AddServerPanel createAddServerPanel()
createAddServerPanel in interface WMTSSwingManagerpublic NextPrevPanel createNextPrevPanel()
createNextPrevPanel in interface WMTSSwingManagerpublic WmtsGUI createMainWizard(WMTSWizardListener listener)
createMainWizard in interface WMTSSwingManagerpublic WmtsGUI createMainWizard(WMTSWizardListener listener, java.util.function.Supplier<MapContext> mapContext)
createMainWizard in interface WMTSSwingManager