程序包 | 说明 |
---|---|
com.fr.design.cell.editor |
这个包中定义了单元格编辑器.包括
单元格编辑器(
CellEditor )接口,
抽象实现该接口的AbstractCellEditor 类,
继承这个类的数字单元格编辑器(NumberCellEditor )类和
文本单元格编辑器(GeneralCellEditor )类. |
com.fr.grid |
表格相关
|
限定符和类型 | 类和说明 |
---|---|
class |
AbstractFloatEditor
The baics abstract float editor.
|
class |
ChartFloatEditor |
class |
FormulaFloatEditor
FloatEditor used to edit Formula object.
|
class |
GeneralFloatEditor
FloatEditor used to edit general object.
|
class |
ImageFloatEditor
FloatEditor used to edit Image object.
|
class |
TextFloatEditor
FloatEditor used to edit text object.
|
限定符和类型 | 方法和说明 |
---|---|
FloatEditor |
Grid.getDefaultFloatEditor()
Gets the float editor to be edit Object class.
|
FloatEditor |
Grid.getDefaultFloatEditor(java.lang.Class objectClass)
Gets the float editor to be edit the class.
|
FloatEditor |
Grid.getFloatEditor()
Gets the float editor.
|
限定符和类型 | 方法和说明 |
---|---|
void |
Grid.setDefaultFloatEditor(java.lang.Class objectClass,
FloatEditor floatEditor)
Sets the float editor to be edit the class.
|
void |
Grid.setDefaultFloatEditor(FloatEditor editor)
Sets the float editor to be edit the Object class.
|
void |
Grid.setFloatEditor(FloatEditor anEditor)
Sets the
FloatEditor variable. |