* commit '4ff92a31958ac13acef4a84a1c3ba1302124d768': KERNEL-1161 删除iml配置文件 KERNEL-1161 根据pr进行改进 KERNEL-1161 图片再改 KERNEL-1161 根据fineKit变化修改,同时修复之前图片加载路径问题 KERNEL-1161 更改目录结构,同时使之与fineKit适配master
@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" |
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
||||
<modelVersion>4.0.0</modelVersion> |
||||
|
||||
<parent> |
||||
<groupId>com.fr.plugin</groupId> |
||||
<artifactId>starter</artifactId> |
||||
<version>10.0</version> |
||||
</parent> |
||||
|
||||
<packaging>jar</packaging> |
||||
<artifactId>plugin-ztree</artifactId> |
||||
<build> |
||||
<!---如果要更改调试插件,改这里的配置就可以了--> |
||||
<outputDirectory>../../../webroot/WEB-INF/plugins/plugin-com.fr.solution.plugin.design.formula.script-1.0/classes</outputDirectory> |
||||
<plugins> |
||||
<plugin> |
||||
<groupId>org.apache.maven.plugins</groupId> |
||||
<artifactId>maven-compiler-plugin</artifactId> |
||||
<configuration> |
||||
<source>8</source> |
||||
<target>8</target> |
||||
</configuration> |
||||
</plugin> |
||||
</plugins> |
||||
</build> |
||||
</project> |
@ -1,26 +0,0 @@
|
||||
package com.fr.plugin.widget.ztree.core; |
||||
|
||||
import com.fr.plugin.widget.ztree.tools.ZTreeConstants; |
||||
import com.fr.stable.fun.FunctionHelper; |
||||
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 FunctionHelper.generateFunctionID(ZTreeConstants.PLUGIN_ID); |
||||
} |
||||
|
||||
@Override |
||||
public String getLocaleKey() { |
||||
return "Plugin-ZTree_Widget_Name"; |
||||
} |
||||
} |
@ -1,11 +1,15 @@
|
||||
package com.fr.plugin.widget.ztree.core; |
||||
|
||||
import com.fr.json.JSONException; |
||||
import com.fr.json.JSONObject; |
||||
import com.fr.json.JSONException;//抽象
|
||||
import com.fr.json.JSONObject;//这个换ZTree也要换,所以不能动
|
||||
|
||||
//open
|
||||
import com.fr.stable.xml.XMLPrintWriter; |
||||
import com.fr.stable.xml.XMLable; |
||||
import com.fr.stable.xml.XMLableReader; |
||||
|
||||
//接口
|
||||
import com.fr.stable.xml.XMLable; |
||||
|
||||
/** |
||||
* Created by richie on 15/11/18. |
||||
*/ |
@ -1,11 +1,15 @@
|
||||
package com.fr.plugin.widget.ztree.ui.editor; |
||||
|
||||
import com.fr.design.dialog.BasicDialog; |
||||
import com.fr.design.dialog.DialogActionAdapter; |
||||
import com.fr.design.mainframe.widget.accessibles.UneditableAccessibleEditor; |
||||
|
||||
import com.fanruan.api.design.work.form.basic.UneditableAccessibleEditor; |
||||
import com.fr.plugin.widget.ztree.core.ZTreeNode; |
||||
import com.fr.plugin.widget.ztree.ui.control.ZTreeControlPane; |
||||
|
||||
//接口
|
||||
import com.fr.design.dialog.DialogActionAdapter; |
||||
//open
|
||||
import com.fr.design.dialog.BasicDialog; |
||||
|
||||
import javax.swing.*; |
||||
|
||||
/** |
@ -1,6 +1,8 @@
|
||||
package com.fr.plugin.widget.ztree.ui.editor; |
||||
|
||||
//抽象方法
|
||||
import com.fr.design.Exception.ValidationException; |
||||
//接口
|
||||
import com.fr.design.designer.properties.Decoder; |
||||
import com.fr.design.designer.properties.Encoder; |
||||
import com.fr.plugin.widget.ztree.core.ZTreeCascade; |
@ -1,6 +1,6 @@
|
||||
package com.fr.plugin.widget.ztree.ui.editor; |
||||
|
||||
import com.fr.design.mainframe.widget.accessibles.AccessiblePropertyEditor; |
||||
import com.fanruan.api.design.work.form.basic.AccessiblePropertyEditor; |
||||
|
||||
/** |
||||
* Created by richie on 15/11/18. |
@ -1,10 +1,13 @@
|
||||
package com.fr.plugin.widget.ztree.ui.editor; |
||||
|
||||
import com.fr.design.Exception.ValidationException; |
||||
|
||||
import com.fr.design.designer.properties.Decoder; |
||||
import com.fr.design.designer.properties.Encoder; |
||||
import com.fr.plugin.widget.ztree.core.ZTreeStyle; |
||||
|
||||
//抽象
|
||||
import com.fr.design.Exception.ValidationException; |
||||
|
||||
/** |
||||
* Created by richie on 15/11/18. |
||||
*/ |
@ -1,6 +1,6 @@
|
||||
package com.fr.plugin.widget.ztree.ui.renderer; |
||||
|
||||
import com.fr.design.mainframe.widget.renderer.EncoderCellRenderer; |
||||
import com.fanruan.api.design.work.form.basic.EncoderCellRenderer; |
||||
import com.fr.plugin.widget.ztree.ui.editor.ZTreeCascadeWrapper; |
||||
|
||||
/** |
@ -1,6 +1,6 @@
|
||||
package com.fr.plugin.widget.ztree.ui.renderer; |
||||
|
||||
import com.fr.design.mainframe.widget.renderer.EncoderCellRenderer; |
||||
import com.fanruan.api.design.work.form.basic.EncoderCellRenderer; |
||||
import com.fr.plugin.widget.ztree.ui.editor.ZTreeModelWrapper; |
||||
|
||||
/** |
@ -1,6 +1,6 @@
|
||||
package com.fr.plugin.widget.ztree.ui.renderer; |
||||
|
||||
import com.fr.design.mainframe.widget.renderer.EncoderCellRenderer; |
||||
import com.fanruan.api.design.work.form.basic.EncoderCellRenderer; |
||||
import com.fr.plugin.widget.ztree.ui.editor.ZTreeStyleWrapper; |
||||
|
||||
/** |
Before Width: | Height: | Size: 204 B After Width: | Height: | Size: 204 B |
Before Width: | Height: | Size: 256 B After Width: | Height: | Size: 256 B |
Before Width: | Height: | Size: 302 B After Width: | Height: | Size: 302 B |
Before Width: | Height: | Size: 601 B After Width: | Height: | Size: 601 B |
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 580 B |
Before Width: | Height: | Size: 570 B After Width: | Height: | Size: 570 B |
Before Width: | Height: | Size: 762 B After Width: | Height: | Size: 762 B |
Before Width: | Height: | Size: 399 B After Width: | Height: | Size: 399 B |
Before Width: | Height: | Size: 710 B After Width: | Height: | Size: 710 B |
Before Width: | Height: | Size: 432 B After Width: | Height: | Size: 432 B |
Before Width: | Height: | Size: 534 B After Width: | Height: | Size: 534 B |
Before Width: | Height: | Size: 529 B After Width: | Height: | Size: 529 B |
Before Width: | Height: | Size: 467 B After Width: | Height: | Size: 467 B |
Before Width: | Height: | Size: 45 B After Width: | Height: | Size: 45 B |
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 381 B |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 200 KiB After Width: | Height: | Size: 200 KiB |
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |