forked from fanruan/finekit
Browse Source
* commit '560e1d63c835d6f9a6d363677389096fedd5cbae': update: 根据pr意见进行处理。 update: 一些补充master
superman
5 years ago
7 changed files with 72 additions and 1 deletions
@ -0,0 +1,14 @@ |
|||||||
|
package com.fanruan.api.design.ui.editor; |
||||||
|
|
||||||
|
/** |
||||||
|
* 文本编辑器 |
||||||
|
* */ |
||||||
|
public class TextEditor extends com.fr.design.editor.editor.TextEditor{ |
||||||
|
public TextEditor(){ |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
public TextEditor(String value) { |
||||||
|
super(value); |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue