📄 itableeditor.java
字号:
package net.sf.pim;
import net.sf.component.table.BindedTableViewer;
/**
* 当前的tableeditor信息
* @author levin
*/
public interface ITableEditor {
//取名字
public String getName();
//取实体类
public Class getEntityClass();
//取IBindedTableViewer
public BindedTableViewer getViewer();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -