forked from fanruan/finekit
zjz1993
5 years ago
7 changed files with 2 additions and 91 deletions
@ -1,10 +0,0 @@ |
|||||||
package com.fanruan.api.design.ui.container; |
|
||||||
|
|
||||||
/** |
|
||||||
* 基础的pane类 |
|
||||||
* */ |
|
||||||
public abstract class BasicBeanPane<T> extends com.fr.design.beans.BasicBeanPane<T> { |
|
||||||
public BasicBeanPane(){ |
|
||||||
|
|
||||||
} |
|
||||||
} |
|
@ -1,10 +0,0 @@ |
|||||||
package com.fanruan.api.design.ui.container; |
|
||||||
|
|
||||||
/** |
|
||||||
* 用来给dialog增加一些固定的方法 |
|
||||||
* */ |
|
||||||
public class DialogActionAdapter extends com.fr.design.dialog.DialogActionAdapter{ |
|
||||||
public DialogActionAdapter(){ |
|
||||||
|
|
||||||
} |
|
||||||
} |
|
@ -1,10 +0,0 @@ |
|||||||
package com.fanruan.api.design.ui.editor; |
|
||||||
|
|
||||||
/** |
|
||||||
* 生成ValueEditorPane的工厂方法 |
|
||||||
* */ |
|
||||||
public class ValueEditorPaneFactory extends com.fr.design.editor.ValueEditorPaneFactory{ |
|
||||||
public ValueEditorPaneFactory(){ |
|
||||||
|
|
||||||
} |
|
||||||
} |
|
@ -1,26 +0,0 @@ |
|||||||
package com.fanruan.api.plugin; |
|
||||||
|
|
||||||
import com.fr.plugin.ExtraClassManager; |
|
||||||
import com.fr.stable.fun.mark.Mutable; |
|
||||||
|
|
||||||
import java.util.Set; |
|
||||||
|
|
||||||
public class PluginKit { |
|
||||||
/** |
|
||||||
* 返回指定集合的不可变数组 |
|
||||||
* @param string 字符串 |
|
||||||
* @return 数组 |
|
||||||
* */ |
|
||||||
public <T extends Mutable> Set<T> getArray(String string) { |
|
||||||
return ExtraClassManager.getInstance().getArray(string); |
|
||||||
} |
|
||||||
|
|
||||||
/** |
|
||||||
* 返回指定集合的不可变数组 |
|
||||||
* @param string 字符串 |
|
||||||
* @return 数组 |
|
||||||
* */ |
|
||||||
public <T extends Mutable> Set<T> getArray(String string, Mutable m) { |
|
||||||
return ExtraClassManager.getInstance().getArray(string, m); |
|
||||||
} |
|
||||||
} |
|
Loading…
Reference in new issue