这是一个插件控件的开发示例,实现了一个基于ztree的参数树控件。
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package com.fr.plugin.widget.ztree.tools; |
|
|
|
/** |
|
* Created by richie on 16/1/22. |
|
*/ |
|
public class ZTreeConstants { |
|
|
|
public static final String PLUGIN_ID = "com.fr.plugin.widget.ztree"; |
|
} |