3 changed files with 11 additions and 33 deletions
@ -1,27 +0,0 @@ |
|||||||
package com.fr.plugin.widget.ztree.core; |
|
||||||
|
|
||||||
import com.fanruan.api.function.FunctionKit; |
|
||||||
import com.fr.plugin.widget.ztree.tools.ZTreeConstants; |
|
||||||
|
|
||||||
import com.fr.stable.fun.impl.AbstractFunctionProcessor;//废弃
|
|
||||||
|
|
||||||
/** |
|
||||||
* Created by richie on 15/12/2. |
|
||||||
*/ |
|
||||||
public class ZTreeFunctionProcessor extends AbstractFunctionProcessor { |
|
||||||
|
|
||||||
private static ZTreeFunctionProcessor instance = new ZTreeFunctionProcessor(); |
|
||||||
|
|
||||||
public static ZTreeFunctionProcessor getInstance() { |
|
||||||
return instance; |
|
||||||
} |
|
||||||
|
|
||||||
public int getId() { |
|
||||||
return FunctionKit.generateFunctionID(ZTreeConstants.PLUGIN_ID); |
|
||||||
} |
|
||||||
|
|
||||||
@Override |
|
||||||
public String getLocaleKey() { |
|
||||||
return "Plugin-ZTree_Widget_Name"; |
|
||||||
} |
|
||||||
} |
|
Loading…
Reference in new issue