📄 iwebcontextopenable.java
字号:
package com.esri.solutions.jitk.common.templates.map;
import com.esri.adf.web.data.WebContext;
/**
* Loads attributes and/or resources into a WebContext. Possible implementations include:
*
* <ul>
* <li>Loading a set of GIS Resources into a Web Context
* <li>Loading a Map Template into a Web Context.
* </ul>
*/
public interface IWebContextOpenable {
/**
* Loads attributes and/or resources into the specified
* {@link WebContext}.
*
* @param ctx Web Context object.
*/
public void open (WebContext ctx);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -