| 程序包 | 说明 |
|---|---|
| com.fr.design.cell.editor |
这个包中定义了单元格编辑器.包括
单元格编辑器(
CellEditor)接口,
抽象实现该接口的AbstractCellEditor类,
继承这个类的数字单元格编辑器(NumberCellEditor)类和
文本单元格编辑器(GeneralCellEditor)类. |
| com.fr.grid |
表格相关
|
| 类和说明 |
|---|
| AbstractCellEditor
The baics abstract editor.
|
| AbstractFloatEditor
The baics abstract float editor.
|
| CellEditor
CellEditor interface.
|
| FloatEditor
FloatEditor interface to edit FloatElement.
|
| TextCellEditor
CellEditor used to edit text object.
|
| TextFloatEditor
FloatEditor used to edit text object.
|
| 类和说明 |
|---|
| CellEditor
CellEditor interface.
|
| FloatEditor
FloatEditor interface to edit FloatElement.
|