forked from fanruan/finekit
zjz1993
5 years ago
2 changed files with 16 additions and 0 deletions
@ -1,4 +1,10 @@
|
||||
package com.fanruan.api.design.ui.container; |
||||
|
||||
/** |
||||
* 基础的pane类 |
||||
* */ |
||||
public abstract class BasicBeanPane<T> extends com.fr.design.beans.BasicBeanPane<T> { |
||||
public BasicBeanPane(){ |
||||
|
||||
} |
||||
} |
||||
|
@ -0,0 +1,10 @@
|
||||
package com.fanruan.api.design.ui.editor; |
||||
|
||||
/** |
||||
* 生成ValueEditorPane的工厂方法 |
||||
* */ |
||||
public class ValueEditorPaneFactory extends com.fr.design.editor.ValueEditorPaneFactory{ |
||||
public ValueEditorPaneFactory(){ |
||||
|
||||
} |
||||
} |
Loading…
Reference in new issue