📄 webattributeselectionobserver.java
字号:
package com.esri.solutions.jitk.web.tasks.query.location;
public interface WebAttributeSelectionObserver {
public static final int added = 1;
public static final int removed = 2;
public static final int replaced = 3;
public static final int cleared_all = 4;
public void update(WebAttributeSelection selection, int updateType, Object arbitrary);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -