forked from fanruan/design
Browse Source
* commit '7ad698b5713be6980c7cd242bce12b0f0fa0043f': REPORT-3293 9.0设计器控件设置重画 删除重复类master
superman
7 years ago
2 changed files with 0 additions and 32 deletions
@ -1,21 +0,0 @@
|
||||
package com.fr.design.widget; |
||||
|
||||
import com.fr.design.data.DataCreatorUI; |
||||
import com.fr.design.gui.frpane.TreeSettingPane; |
||||
import com.fr.design.present.dict.DictionaryPane; |
||||
import com.fr.form.ui.Widget; |
||||
|
||||
import javax.swing.*; |
||||
|
||||
public interface DataModify<T> { |
||||
|
||||
void populateBean(T ob); |
||||
|
||||
T updateBean(); |
||||
|
||||
void checkValid() throws Exception; |
||||
|
||||
DataCreatorUI dataUI(); |
||||
|
||||
JComponent toSwingComponent(); |
||||
} |
Loading…
Reference in new issue